-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
42 lines (39 loc) · 1.68 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/gocardless/draupnir
go 1.17
require (
github.com/BurntSushi/toml v0.3.1
github.com/coreos/go-iptables v0.6.0
github.com/getsentry/raven-go v0.2.1-0.20190619092523-5c24d5110e0e
github.com/google/jsonapi v0.0.0-20160922220230-925ebf213646
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.6
github.com/oklog/run v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.0.0-20180110214958-89604d197083
github.com/stretchr/testify v1.8.0
github.com/urfave/cli v1.22.9
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.0.0-20170928010508-bb50c06baba3
google.golang.org/api v0.0.0-20171021000356-7afc123cf726
)
require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/certifi/gocertifi v0.0.0-20171105132559-a4ab0227d360 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v0.0.0-20171021043952-1643683e1b54 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.0.4 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
google.golang.org/appengine v1.0.0 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)