-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (29 loc) · 1.01 KB
/
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
28
29
30
31
32
module github.com/fornellas/rrb
go 1.20
require (
github.com/alessio/shellescape v1.4.1
github.com/bmatcuk/doublestar/v4 v4.6.0
github.com/client9/misspell v0.3.4
github.com/fatih/color v1.15.0
github.com/fsnotify/fsnotify v1.6.0
github.com/fzipp/gocyclo v0.6.0
github.com/prometheus/procfs v0.9.0
github.com/rakyll/gotest v0.0.6
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.7.0
github.com/williammartin/subreaper v0.0.0-20181101193406-731d9ece6883
golang.org/x/tools v0.7.0
honnef.co/go/tools v0.4.3
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.24.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp/typeparams v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.7.0 // indirect
)