-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 684 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
module cmdr-starter
go 1.21
require (
github.com/hedzr/cmdr v1.11.26
github.com/hedzr/log v1.6.25
github.com/hedzr/logex v1.11.26
gopkg.in/hedzr/errors.v3 v3.3.0
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hedzr/cmdr-base v1.0.0 // indirect
github.com/hedzr/evendeep v0.4.17 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)