Skip to content

Commit 0978184

Browse files
authored
fix(deps): Update module github.com/marcboeker/go-duckdb to v1.4.4 (#13286)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/marcboeker/go-duckdb](https://togithub.com/marcboeker/go-duckdb) | require | patch | `v1.4.3` -> `v1.4.4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>marcboeker/go-duckdb (github.com/marcboeker/go-duckdb)</summary> ### [`v1.4.4`](https://togithub.com/marcboeker/go-duckdb/compare/v1.4.3...v1.4.4) [Compare Source](https://togithub.com/marcboeker/go-duckdb/compare/v1.4.3...v1.4.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41NS4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 9ffba02 commit 0978184

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/destination/duckdb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cenkalti/backoff/v4 v4.2.1
88
github.com/cloudquery/plugin-sdk/v4 v4.5.1
99
github.com/google/uuid v1.3.0
10-
github.com/marcboeker/go-duckdb v1.4.3
10+
github.com/marcboeker/go-duckdb v1.4.4
1111
github.com/rs/zerolog v1.29.1
1212
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
1313
)

plugins/destination/duckdb/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
188188
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
189189
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
190190
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
191-
github.com/marcboeker/go-duckdb v1.4.3 h1:49+UZdREC1NaWi2avMCtdnyovRswX2J6ORFmYKXwQq0=
192-
github.com/marcboeker/go-duckdb v1.4.3/go.mod h1:wm91jO2GNKa6iO9NTcjXIRsW+/ykPoJbQcHSXhdAl28=
191+
github.com/marcboeker/go-duckdb v1.4.4 h1:ryqd/xaOUtVrfUwKsH8JLw838wr1IdpzEIeR1Abx/wQ=
192+
github.com/marcboeker/go-duckdb v1.4.4/go.mod h1:wm91jO2GNKa6iO9NTcjXIRsW+/ykPoJbQcHSXhdAl28=
193193
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
194194
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
195195
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=

0 commit comments

Comments
 (0)