-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (21 loc) · 949 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/florinutz/gh-recruiter
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/birkelund/boltdbcache v0.0.0-20171002130706-d9be082dca00
github.com/boltdb/bolt v1.3.1 // indirect
github.com/coreos/bbolt v1.3.0 // indirect
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.0.0
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0
github.com/shurcooL/githubv4 v0.0.0-20181111053151-5851091a7645
github.com/shurcooL/graphql v0.0.0-20181114023618-16b88644589a // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.2.1
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
google.golang.org/appengine v1.3.0
)