Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 71fc28c

Browse files
committed
fix go.mod revisions
1 parent 495cefd commit 71fc28c

File tree

2 files changed

+91
-95
lines changed

2 files changed

+91
-95
lines changed

go.mod

+6-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require (
1010
github.com/aws/aws-sdk-go v1.20.15
1111
github.com/cenkalti/backoff v2.2.0+incompatible
1212
github.com/certifi/gocertifi v0.0.0-20190629135335-d2eda7129713 // indirect
13-
github.com/denisenkom/go-mssqldb v0.0.0-20190629141010-eb9f6a1743f3 // indirect
1413
github.com/docker/distribution v2.7.1+incompatible // indirect
1514
github.com/docker/docker v1.13.1 // indirect
1615
github.com/docker/go-connections v0.4.0 // indirect
@@ -28,7 +27,7 @@ require (
2827
github.com/gomodule/redigo v2.0.0+incompatible // indirect
2928
github.com/google/go-github v0.0.0-20180123235826-b1f138353a62
3029
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
3231
github.com/gorilla/mux v1.7.3
3332
github.com/gorilla/schema v1.1.0
3433
github.com/gorilla/securecookie v1.1.1
@@ -38,7 +37,7 @@ require (
3837
github.com/joho/godotenv v1.3.0
3938
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
4039
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
4241
github.com/markbates/goth v0.0.0-20180113214406-24f8ac10e57e
4342
github.com/mattes/migrate v0.0.0-20171208214826-d23f71b03c4a
4443
github.com/moul/http2curl v1.0.0 // indirect
@@ -48,11 +47,11 @@ require (
4847
github.com/satori/go.uuid v1.2.0
4948
github.com/savaki/amplitude-go v0.0.0-20160610055645-f62e3b57c0e4
5049
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
5251
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
5453
github.com/spf13/viper v1.4.0
55-
github.com/stretchr/testify v1.3.0
54+
github.com/stretchr/testify v1.4.0
5655
github.com/stvp/rollbar v0.5.1
5756
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 // indirect
5857
github.com/urfave/negroni v1.0.0
@@ -64,7 +63,7 @@ require (
6463
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
6564
github.com/yudai/pp v2.0.1+incompatible // indirect
6665
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
6867
gopkg.in/boj/redistore.v1 v1.0.0-20160128113310-fc113767cd6b
6968
gopkg.in/redsync.v1 v1.0.1
7069
gopkg.in/yaml.v2 v2.2.2

0 commit comments

Comments
 (0)