-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 905 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 905 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/hidu/cmd2http
go 1.22.0
require (
github.com/fsgo/fscache v0.0.3
github.com/fsgo/fsconf v0.4.0
github.com/fsgo/fsconf/confext v0.4.0
github.com/fsgo/fsgo v0.0.7-0.20240811144049-05156bc4693f
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/fsgo/fsenv v0.6.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.22.0 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)