Skip to content

Commit

Permalink
chore(all): Retract unstable versions in go.mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jul 26, 2024
1 parent f97ba9b commit ddf225a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ require (
github.com/stretchr/testify v1.9.0
)

retract [v1.0.0, v1.9.1] // Module not stable yet
retract [v1.0.0, v1.15.0] // Public API is not stable yet.
2 changes: 1 addition & 1 deletion memcache/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract [v1.0.0, v1.9.1] // Module not stable yet
retract [v1.0.0, v1.15.0] // Public API is not stable yet.
2 changes: 1 addition & 1 deletion ramcache/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract [v1.0.0, v1.9.1] // Module not stable yet
retract [v1.0.0, v1.15.0] // Public API is not stable yet.
2 changes: 1 addition & 1 deletion redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract [v1.0.0, v1.9.1] // Module not stable yet
retract [v1.0.0, v1.15.0] // Public API is not stable yet.
2 changes: 1 addition & 1 deletion rediscluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

retract [v1.0.0, v1.9.1] // Module not stable yet
retract [v1.0.0, v1.15.0] // Public API is not stable yet.

0 comments on commit ddf225a

Please sign in to comment.