forked from ejoffe/spr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 812 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
23
module github.com/ejoffe/spr
go 1.16
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ejoffe/profiletimer v0.1.0
github.com/ejoffe/rake v0.2.3
github.com/google/uuid v1.2.0
github.com/jessevdk/go-flags v1.5.0
github.com/kr/pretty v0.2.0 // indirect
github.com/mvdan/xurls v1.1.0 // indirect
github.com/rs/zerolog v1.22.0
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c
mvdan.cc/xurls v1.1.0
)