Skip to content

Commit

Permalink
Add a retract for v5.0.59 (#219)
Browse files Browse the repository at this point in the history
When creating a release for v5.0.49 a release was accidentally create
for v5.0.59. Adding a retract to go.mod so depdency managers don't try
to upgrade to this version
  • Loading branch information
JLineaweaver authored Jan 6, 2023
1 parent 99c8f3f commit f72eb12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)

retract v5.0.59 // Was accidentally deployed in place of v5.0.49

0 comments on commit f72eb12

Please sign in to comment.