-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.08 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
module github.com/ctompkinson/github-selector
go 1.12
require (
github.com/emirpasic/gods v1.9.0
github.com/golang/protobuf v1.0.0
github.com/google/go-github v15.0.0+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/kevinburke/ssh_config v0.0.0-20180127194858-0ff8514904a8
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/pelletier/go-buffruneio v0.2.0
github.com/pkg/errors v0.8.0
github.com/sergi/go-diff v1.0.0
github.com/src-d/gcfg v1.3.0
github.com/xanzy/ssh-agent v0.1.0
golang.org/x/crypto v0.0.0-20180127211104-1875d0a70c90
golang.org/x/net v0.0.0-20180202180947-2fb46b16b8dd
golang.org/x/oauth2 v0.0.0-20180126164932-a032972e2806
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5
golang.org/x/text v0.0.0-20171227012246-e19ae1496984
google.golang.org/appengine v1.0.0
gopkg.in/mattes/go-expand-tilde.v1 v1.0.0-20150330173918-cb884138e64c
gopkg.in/src-d/go-billy.v4 v4.1.0
gopkg.in/src-d/go-git.v4 v4.3.1
gopkg.in/warnings.v0 v0.1.2
)