-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
17 lines (15 loc) · 688 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/aoldershaw/github-pr-resource
require (
github.com/golang/protobuf v1.4.0 // indirect
github.com/google/go-github/v28 v28.1.1
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3
github.com/shurcooL/githubv4 v0.0.0-20200414012201-bbc966b061dd
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.0.0-20200423205358-59e73619c742 // indirect
google.golang.org/appengine v1.6.6 // indirect
)
go 1.14