Skip to content

Commit

Permalink
chore: try to redact v1.1.0
Browse files Browse the repository at this point in the history
> A retract directive indicates that a version or range of versions of the module defined by go.mod should not be depended upon. A retract directive is useful when a version was published prematurely or a severe problem was discovered after the version was published. Retracted versions should remain available in version control repositories and on module proxies to ensure that builds that depend on them are not broken. The word retract is borrowed from academic literature: a retracted research paper is still available, but it has problems and should not be the basis of future work.
  • Loading branch information
alecthomas committed Jun 6, 2024
1 parent e1f14f8 commit 54971e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,7 @@ require (
modernc.org/token v1.1.0 // indirect
)

retract v1.1.0
retract (
v1.1.1
v1.1.0
)

0 comments on commit 54971e0

Please sign in to comment.