-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 866 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 866 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
module github.com/webx-top/restyclient
go 1.24.0
require (
github.com/admpub/log v1.4.0
github.com/admpub/once v0.0.1
github.com/admpub/resty/v2 v2.7.2
github.com/webx-top/com v1.3.31
golang.org/x/net v0.42.0
)
require (
github.com/admpub/color v1.8.1 // indirect
github.com/admpub/fsnotify v1.7.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
)