@@ -22,7 +22,6 @@ require (
22
22
github.com/gavv/httpexpect v0.0.0-20170820080527-c44a6d7bb636
23
23
github.com/gavv/monotime v0.0.0-20190629144257-30dba4353424 // indirect
24
24
github.com/getsentry/raven-go v0.2.0
25
- github.com/go-ini/ini v1.42.0 // indirect
26
25
github.com/go-kit/kit v0.9.0
27
26
github.com/golang/mock v1.3.1
28
27
github.com/golangci/golangci-lint v1.17.1
@@ -43,6 +42,7 @@ require (
43
42
github.com/markbates/goth v0.0.0-20180113214406-24f8ac10e57e
44
43
github.com/mattes/migrate v0.0.0-20171208214826-d23f71b03c4a
45
44
github.com/moul/http2curl v1.0.0 // indirect
45
+ github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
46
46
github.com/pkg/errors v0.8.1
47
47
github.com/rs/cors v1.6.0
48
48
github.com/satori/go.uuid v1.2.0
@@ -52,7 +52,6 @@ require (
52
52
github.com/sirupsen/logrus v1.4.2
53
53
github.com/smartystreets/goconvey v0.0.0-20190630083245-68dc04aab96a // indirect
54
54
github.com/spf13/viper v1.4.0
55
- github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
56
55
github.com/stretchr/testify v1.3.0
57
56
github.com/stvp/rollbar v0.5.1
58
57
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 // indirect
@@ -67,7 +66,6 @@ require (
67
66
golang.org/x/oauth2 v0.0.0-20190630083822-0f29369cfe45
68
67
golang.org/x/tools v0.0.0-20190630095024-fb37f6ba8261
69
68
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
70
- gopkg.in/ini.v1 v1.42.0 // indirect
71
69
gopkg.in/redsync.v1 v1.0.1
72
70
gopkg.in/yaml.v2 v2.2.2
73
71
)
0 commit comments