File tree 4 files changed +16
-0
lines changed 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,7 @@ require (
17
17
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
18
18
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
19
19
)
20
+
21
+ retract (
22
+ v9.5.3 // This version was accidentally released.
23
+ )
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ require (
14
14
github.com/cespare/xxhash/v2 v2.2.0 // indirect
15
15
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
16
16
)
17
+
18
+ retract (
19
+ v9.5.3 // This version was accidentally released.
20
+ )
Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ require (
22
22
github.com/go-logr/stdr v1.2.2 // indirect
23
23
golang.org/x/sys v0.16.0 // indirect
24
24
)
25
+
26
+ retract (
27
+ v9.5.3 // This version was accidentally released.
28
+ )
Original file line number Diff line number Diff line change @@ -21,3 +21,7 @@ require (
21
21
golang.org/x/sys v0.4.0 // indirect
22
22
google.golang.org/protobuf v1.33.0 // indirect
23
23
)
24
+
25
+ retract (
26
+ v9.5.3 // This version was accidentally released.
27
+ )
You can’t perform that action at this time.
0 commit comments