-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (27 loc) · 947 Bytes
/
Copy pathgo.mod
File metadata and controls
31 lines (27 loc) · 947 Bytes
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
module wu
go 1.23.0
toolchain go1.24.0
require (
github.com/ddliu/go-httpclient v0.7.1
github.com/itchio/lzma v0.0.0-20190703113020-d3e24e3e3d49
github.com/mozillazg/go-pinyin v0.20.0
github.com/muesli/termenv v0.16.0
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.8.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.38.0
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/smarty/assertions v1.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)