-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
34 lines (31 loc) · 1.23 KB
/
go.mod
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
module gitlab.com/rbrt-weiler/coinspy
go 1.22
require (
github.com/go-resty/resty/v2 v2.12.0
github.com/joho/godotenv v1.5.1
github.com/marcboeker/go-duckdb v1.6.3
github.com/mattn/go-sqlite3 v1.14.22
github.com/spf13/pflag v1.0.5
gitlab.com/rbrt-weiler/go-module-consolehelper v1.0.2
gitlab.com/rbrt-weiler/go-module-envordef v0.1.2
)
require (
github.com/apache/arrow/go/v14 v14.0.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/jedib0t/go-pretty/v6 v6.5.8 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/tools v0.20.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
)