-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 826 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
module github.com/enr/gip
go 1.22
require (
github.com/enr/clui v0.0.0-20211121125910-b2c5cd7b6dc9
github.com/enr/go-commons v0.0.0-20150504121636-bcd3f40eeea8
github.com/enr/go-files v0.3.0
github.com/enr/runcmd v0.6.0
github.com/mitchellh/go-homedir v1.1.0
github.com/urfave/cli/v2 v2.27.4
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/extemporalgenome/slug v0.0.0-20150414033109-0320c85e32e0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
)