This repository was archived by the owner on Jun 2, 2023. It is now read-only.
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ require (
27
27
github.com/golangci/golangci-lint v1.20.0
28
28
github.com/gomodule/redigo v2.0.0+incompatible // indirect
29
29
github.com/google/go-github v0.0.0-20180123235826-b1f138353a62
30
- github.com/google/go-querystring v1.0.0 // indirect
31
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
@@ -37,7 +36,7 @@ require (
37
36
github.com/jinzhu/gorm v1.9.12
38
37
github.com/joho/godotenv v1.3.0
39
38
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
40
- github.com/levigross/grequests v0.0.0-20190130132859-37c80f76a0da
39
+ github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
41
40
github.com/lib/pq v1.3.0
42
41
github.com/markbates/goth v0.0.0-20180113214406-24f8ac10e57e
43
42
github.com/mattes/migrate v0.0.0-20171208214826-d23f71b03c4a
Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
231
231
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
232
232
github.com/levigross/grequests v0.0.0-20190130132859-37c80f76a0da h1:ixpx9UaTDElZrjbd9GeOVG4Deut0FFumoeel7PvVNm4 =
233
233
github.com/levigross/grequests v0.0.0-20190130132859-37c80f76a0da /go.mod h1:uCZIhROSrVmuF/BPYFPwDeiiQ6juSLp0kikFoEcNcEs =
234
+ github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a /go.mod h1:jVntzcUU+2BtVohZBQmSHWUmh8B55LCNfPhcNCIvvIg =
234
235
github.com/lib/pq v1.1.1 h1:sJZmqHoEaY7f+NPP8pgLB/WxulyR3fewgCM2qaSlBb4 =
235
236
github.com/lib/pq v1.1.1 /go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo =
236
237
github.com/lib/pq v1.2.0 h1:LXpIM/LZ5xGFhOpXAQUIMM1HdyqzVYM13zNdjCEEcA0 =
@@ -426,6 +427,7 @@ golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73r
426
427
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
427
428
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 h1:czFLhve3vsQetD6JOJ8NZZvGQIXlnN3/yXxbT6/awxI =
428
429
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
430
+ golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
429
431
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
430
432
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
431
433
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
You can’t perform that action at this time.
0 commit comments