-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (26 loc) · 958 Bytes
/
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
module github.com/ChaosNyaruko/ondict
go 1.21
toolchain go1.21.13
require (
github.com/BobuSumisu/aho-corasick v1.0.3
github.com/C0MM4ND/go-ripemd v0.0.0-20200326052756-bd1759ad7d10
github.com/fatih/color v1.15.0
github.com/schollz/progressbar/v3 v3.14.6
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.4
golang.org/x/net v0.15.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/ncruces/go-sqlite3 v0.21.3 // indirect
github.com/ncruces/julianday v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/tetratelabs/wazero v1.8.2 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)