-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.17 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
module github.com/kyoh86/gordon
go 1.13
require (
cloud.google.com/go/compute v1.20.1 // indirect
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/fatih/color v1.17.0 // indirect
github.com/goccy/go-yaml v1.11.3
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-github/v29 v29.0.3
github.com/google/go-querystring v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kyoh86/appenv v0.1.0
github.com/kyoh86/ask v0.0.7
github.com/kyoh86/gogh v1.8.0
github.com/kyoh86/xdg v1.2.0
github.com/morikuni/aec v1.0.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/saracen/walker v0.1.4
github.com/stoewer/go-strcase v1.3.0
github.com/stretchr/testify v1.8.2
github.com/ulikunitz/xz v0.5.12
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.21.0
golang.org/x/sync v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/appengine v1.6.8 // indirect
)