-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
34 lines (30 loc) · 1.03 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
33
34
module github.com/go-gilbert/gilbert
go 1.22
toolchain go1.23.4
require (
github.com/axw/gocov v0.0.0-20170322000131-3a69a0d2a4ef
github.com/fatih/color v1.7.0
github.com/go-viper/mapstructure/v2 v2.2.1
github.com/goccy/go-yaml v1.15.15
github.com/google/go-github/v25 v25.0.2
github.com/rjeczalik/notify v0.9.3
github.com/stretchr/testify v1.10.0
github.com/urfave/cli v1.20.0
go.uber.org/mock v0.5.0
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/tools v0.22.0
gopkg.in/cheggaaa/pb.v1 v1.0.28
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.29.0 // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)