-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.51 KB
/
Copy pathgo.mod
File metadata and controls
36 lines (33 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/danielwikar/dux
go 1.25.0
require (
github.com/BurntSushi/toml v1.6.0
github.com/alecthomas/participle/v2 v2.1.1
github.com/duckdb/duckdb-go/v2 v2.10504.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
)
require (
github.com/apache/arrow-go/v18 v18.5.1 // indirect
github.com/duckdb/duckdb-go-bindings v0.10504.0 // indirect
github.com/duckdb/duckdb-go-bindings/lib/darwin-amd64 v0.10504.0 // indirect
github.com/duckdb/duckdb-go-bindings/lib/darwin-arm64 v0.10504.0 // indirect
github.com/duckdb/duckdb-go-bindings/lib/linux-amd64 v0.10504.0 // indirect
github.com/duckdb/duckdb-go-bindings/lib/linux-arm64 v0.10504.0 // indirect
github.com/duckdb/duckdb-go-bindings/lib/windows-amd64 v0.10504.0 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/google/flatbuffers v25.12.19+incompatible // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/pierrec/lz4/v4 v4.1.25 // indirect
github.com/zeebo/xxh3 v1.1.0 // indirect
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/telemetry v0.0.0-20260116145544-c6413dc483f5 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/tools v0.41.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
)