-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 997 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
24
module github.com/santrancisco/drat
go 1.13
require (
github.com/abbot/go-http-auth v0.4.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/anaskhan96/soup v1.1.1
github.com/bgentry/que-go v1.0.1
github.com/cloudfoundry-community/go-cfenv v1.18.0
github.com/fatih/color v1.7.0 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/jackc/pgx v3.6.0+incompatible
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/santrancisco/cque v0.0.0-20180910000540-0708c3d8ac69
github.com/santrancisco/logutils v0.0.0-20180711235843-882f997ce93a
golang.org/x/crypto v0.0.0-20191107222254-f4817d981bb6 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)