Skip to content

Commit

Permalink
gomod: retract premature tags
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Sep 7, 2023
1 parent 5348c67 commit 54c7e8e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ require (

require golang.org/x/sys v0.8.0 // indirect

retract v0.0.0-20220210125455-40e3d2190a52
retract (
v0.0.0-20220210125455-40e3d2190a52
v0.9.0 // premature
v0.9.1 // premature (race condition)
)

0 comments on commit 54c7e8e

Please sign in to comment.