diff --git a/go.mod b/go.mod index 0c2122ca..4efebf8d 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,10 @@ module github.com/gomodule/redigo -go 1.14 +go 1.16 require github.com/stretchr/testify v1.7.0 + +retract ( + v2.0.0+incompatible // Old development version not maintained or published. + v0.0.0-do-not-use // Never used only present due to lack of retract. +)