generated from hedzr/cmdr-go-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 767 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
module github.com/hedzr/bgo
go 1.22.7
require (
github.com/hedzr/cmdr v1.11.26
github.com/hedzr/evendeep v1.2.10
github.com/hedzr/log v1.6.25
github.com/hedzr/logex v1.11.26
golang.org/x/crypto v0.32.0
golang.org/x/mod v0.22.0
gopkg.in/hedzr/errors.v3 v3.3.5
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/hedzr/cmdr-base v1.0.0 // indirect
github.com/hedzr/is v0.6.6 // indirect
github.com/hedzr/logg v0.7.18 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
)