This repository was archived by the owner on Jun 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ require (
2626 github.com/golangci/golangci-lint v1.20.0
2727 github.com/gomodule/redigo v2.0.0+incompatible // indirect
2828 github.com/google/go-github v0.0.0-20180123235826-b1f138353a62
29- github.com/google/go-querystring v1.0.0 // indirect
3029 github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
3130 github.com/gorilla/mux v1.7.3
3231 github.com/gorilla/schema v1.1.0
@@ -36,7 +35,7 @@ require (
3635 github.com/jinzhu/gorm v1.9.10
3736 github.com/joho/godotenv v1.3.0
3837 github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
39- github.com/levigross/grequests v0.0.0-20190130132859-37c80f76a0da
38+ github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
4039 github.com/lib/pq v1.2.0
4140 github.com/markbates/goth v0.0.0-20180113214406-24f8ac10e57e
4241 github.com/mattes/migrate v0.0.0-20171208214826-d23f71b03c4a
Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
221221github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
222222github.com/levigross/grequests v0.0.0-20190130132859-37c80f76a0da h1:ixpx9UaTDElZrjbd9GeOVG4Deut0FFumoeel7PvVNm4 =
223223github.com/levigross/grequests v0.0.0-20190130132859-37c80f76a0da /go.mod h1:uCZIhROSrVmuF/BPYFPwDeiiQ6juSLp0kikFoEcNcEs =
224+ github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a h1:DGFy/362j92vQRE3ThU1yqg9TuJS8YJOSbQuB7BP9cA =
225+ github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a /go.mod h1:jVntzcUU+2BtVohZBQmSHWUmh8B55LCNfPhcNCIvvIg =
224226github.com/lib/pq v1.1.1 h1:sJZmqHoEaY7f+NPP8pgLB/WxulyR3fewgCM2qaSlBb4 =
225227github.com/lib/pq v1.1.1 /go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo =
226228github.com/lib/pq v1.2.0 h1:LXpIM/LZ5xGFhOpXAQUIMM1HdyqzVYM13zNdjCEEcA0 =
@@ -407,6 +409,7 @@ golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73r
407409golang.org/x/net v0.0.0-20180906233101-161cd47e91fd /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
408410golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 h1:czFLhve3vsQetD6JOJ8NZZvGQIXlnN3/yXxbT6/awxI =
409411golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
412+ golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
410413golang.org/x/net v0.0.0-20181114220301-adae6a3d119a /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
411414golang.org/x/net v0.0.0-20181220203305-927f97764cc3 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
412415golang.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