-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.54 KB
/
Copy pathgo.mod
File metadata and controls
38 lines (35 loc) · 1.54 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
37
38
module watch
go 1.24.3
require (
github.com/duckdb/duckdb-go/v2 v2.10504.0
github.com/fsnotify/fsnotify v1.9.0
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.33
github.com/rs/zerolog v1.34.0
)
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/klauspost/compress v1.18.3 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // 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.40.0 // indirect
golang.org/x/telemetry v0.0.0-20260116145544-c6413dc483f5 // indirect
golang.org/x/tools v0.41.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
)