-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (30 loc) · 1.26 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 main
go 1.22.5
toolchain go1.23.0
require (
github.com/corpix/uarand v0.2.0
github.com/ddosify/go-faker v0.1.1
github.com/mattn/go-sqlite3 v1.14.22
github.com/schollz/progressbar/v3 v3.14.6
)
require (
github.com/SaveTheRbtz/fastcdc-go v0.3.0 // indirect
github.com/SaveTheRbtz/zstd-seekable-format-go v0.7.1 // indirect
github.com/SaveTheRbtz/zstd-seekable-format-go/cmd/zstdseek v0.0.0-20240816173256-744d36214f01 // indirect
github.com/SaveTheRbtz/zstd-seekable-format-go/pkg v0.7.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jaswdr/faker v1.10.2 // indirect
github.com/jtarchie/sqlitezstd v0.0.0-20240815210140-c8f1f9a11d02 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/psanford/sqlite3vfs v0.0.0-20240315230605-24e1d98cf361 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
howett.net/ranger v0.0.0-20171016084633-e2e137620847 // indirect
)