@@ -10,7 +10,6 @@ require (
10
10
github.com/aws/aws-sdk-go v1.20.15
11
11
github.com/cenkalti/backoff v2.2.0+incompatible
12
12
github.com/certifi/gocertifi v0.0.0-20190629135335-d2eda7129713 // indirect
13
- github.com/denisenkom/go-mssqldb v0.0.0-20190629141010-eb9f6a1743f3 // indirect
14
13
github.com/docker/distribution v2.7.1+incompatible // indirect
15
14
github.com/docker/docker v1.13.1 // indirect
16
15
github.com/docker/go-connections v0.4.0 // indirect
@@ -28,7 +27,7 @@ require (
28
27
github.com/gomodule/redigo v2.0.0+incompatible // indirect
29
28
github.com/google/go-github v0.0.0-20180123235826-b1f138353a62
30
29
github.com/google/go-querystring v1.0.0 // indirect
31
- github.com/gopherjs/gopherjs v0.0.0-20190630090204 -3e4dfb77656c // indirect
30
+ github.com/gopherjs/gopherjs v0.0.0-20190430165422 -3e4dfb77656c // indirect
32
31
github.com/gorilla/mux v1.7.3
33
32
github.com/gorilla/schema v1.1.0
34
33
github.com/gorilla/securecookie v1.1.1
@@ -38,7 +37,7 @@ require (
38
37
github.com/joho/godotenv v1.3.0
39
38
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
40
39
github.com/levigross/grequests v0.0.0-20190630082331-37c80f76a0da
41
- github.com/lib/pq v1.1.1
40
+ github.com/lib/pq v1.2.0
42
41
github.com/markbates/goth v0.0.0-20180113214406-24f8ac10e57e
43
42
github.com/mattes/migrate v0.0.0-20171208214826-d23f71b03c4a
44
43
github.com/moul/http2curl v1.0.0 // indirect
@@ -48,11 +47,11 @@ require (
48
47
github.com/satori/go.uuid v1.2.0
49
48
github.com/savaki/amplitude-go v0.0.0-20160610055645-f62e3b57c0e4
50
49
github.com/sergi/go-diff v1.0.0 // indirect
51
- github.com/shirou/gopsutil v0.0.0-20180801053943-8048a2e9c577
50
+ github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada
52
51
github.com/sirupsen/logrus v1.4.2
53
- github.com/smartystreets/goconvey v0.0.0-20190630083245 -68dc04aab96a // indirect
52
+ github.com/smartystreets/goconvey v0.0.0-20190330032615 -68dc04aab96a // indirect
54
53
github.com/spf13/viper v1.4.0
55
- github.com/stretchr/testify v1.3 .0
54
+ github.com/stretchr/testify v1.4 .0
56
55
github.com/stvp/rollbar v0.5.1
57
56
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 // indirect
58
57
github.com/urfave/negroni v1.0.0
@@ -64,7 +63,7 @@ require (
64
63
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
65
64
github.com/yudai/pp v2.0.1+incompatible // indirect
66
65
golang.org/x/oauth2 v0.0.0-20190630083822-0f29369cfe45
67
- golang.org/x/tools v0.0.0-20190706074700-72ffa07ba3db
66
+ golang.org/x/tools v0.0.0-20190912215617-3720d1ec3678
68
67
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
69
68
gopkg.in/redsync.v1 v1.0.1
70
69
gopkg.in/yaml.v2 v2.2.2
0 commit comments