Skip to content

Commit

Permalink
Retract everything <= 1.0.24
Browse files Browse the repository at this point in the history
Due to improvements where the most secure version is also the
most recent version.
  • Loading branch information
buro9 committed Jul 18, 2023
1 parent a52260e commit dd1bb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -9,4 +9,4 @@ require (

require github.com/gorilla/css v1.0.0 // indirect

retract [v1.0.0, v1.0.22] // Retract older versions as only latest is to be depended upon
retract [v1.0.0, v1.0.24] // Retract older versions as only latest is to be depended upon

0 comments on commit dd1bb0c

Please sign in to comment.