Skip to content

Commit

Permalink
fix: retract tagged versions
Browse files Browse the repository at this point in the history
Retract unpublished versions from go tooling.

Fixes #585
  • Loading branch information
stevenh committed Dec 31, 2021
1 parent cc6be48 commit 2e9041c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go.mod
Expand Up @@ -3,3 +3,8 @@ module github.com/gomodule/redigo
go 1.14

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.
)

0 comments on commit 2e9041c

Please sign in to comment.