-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
30 lines (28 loc) · 1.53 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
module github.com/kyoshidajp/ghkw
go 1.13
require (
github.com/BurntSushi/toml v0.3.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/github/hub v2.3.0-pre9.0.20180130211918-f894442e296a+incompatible
github.com/golang/protobuf v1.0.0 // indirect
github.com/google/go-github v15.0.1-0.20180130193945-897969cdc831+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/olekukonko/tablewriter v0.0.0-20180130162743-b8a9be070da4
golang.org/x/crypto v0.0.0-20180127211104-1875d0a70c90 // indirect
golang.org/x/net v0.0.0-20180201232540-b417086c80e9 // indirect
golang.org/x/oauth2 v0.0.0-20180126164932-a032972e2806
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5 // indirect
google.golang.org/appengine v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
)