File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ require (
6
6
github.com/fzerorubigd/redimock v0.0.0-20190203221554-6d493724ce3b
7
7
github.com/go-joe/joe v0.8.0
8
8
github.com/go-redis/redis v6.15.5+incompatible
9
+ github.com/gomodule/redigo v2.0.0+incompatible // indirect
9
10
github.com/onsi/ginkgo v1.8.0 // indirect
10
11
github.com/onsi/gomega v1.5.0 // indirect
11
12
github.com/pkg/errors v0.8.1
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ github.com/go-redis/redis v6.15.5+incompatible h1:pLky8I0rgiblWfa8C1EV7fPEUv0aH6
10
10
github.com/go-redis/redis v6.15.5+incompatible /go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA =
11
11
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM =
12
12
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
13
+ github.com/gomodule/redigo v2.0.0+incompatible h1:K/R+8tc58AaqLkqG2Ol3Qk+DR/TlNuhuh457pBFPtt0 =
14
+ github.com/gomodule/redigo v2.0.0+incompatible /go.mod h1:B4C85qUVwatsJoIUNIfCRsp7qO0iAmpGFZ4EELWSbC4 =
13
15
github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI =
14
16
github.com/hpcloud/tail v1.0.0 /go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU =
15
17
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
You can’t perform that action at this time.
0 commit comments