-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/marcboeker/go-duckdb from 1.8.2 to 1.8.3
Bumps [github.com/marcboeker/go-duckdb](https://github.com/marcboeker/go-duckdb) from 1.8.2 to 1.8.3. - [Commits](marcboeker/go-duckdb@v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: github.com/marcboeker/go-duckdb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
057a8c0
commit 8935919
Showing
2 changed files
with
39 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
module quackpipe | ||
|
||
go 1.21 | ||
|
||
toolchain go1.22.5 | ||
toolchain go1.23.2 | ||
|
||
require ( | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/marcboeker/go-duckdb v1.8.2 | ||
github.com/marcboeker/go-duckdb v1.8.3 | ||
) | ||
|
||
require ( | ||
github.com/apache/arrow/go/v17 v17.0.0 // indirect | ||
github.com/apache/arrow-go/v18 v18.0.0 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/google/flatbuffers v24.3.25+incompatible // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/zeebo/xxh3 v1.0.2 // indirect | ||
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect | ||
golang.org/x/mod v0.18.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/tools v0.22.0 // indirect | ||
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/tools v0.26.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters