Skip to content

Commit ee6a5d9

Browse files
chore: add a retraction of 1.16.16 (#3339)
1 parent df50082 commit ee6a5d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,7 @@ replace (
160160
github.com/onsi/gomega => github.com/onsi/gomega v1.10.0
161161
)
162162

163-
retract v1.16.15 // typo in the version number.
163+
retract (
164+
v1.16.15 // typo in the version number.
165+
v1.16.16 // contains only retractions, has to be newer than 1.16.15.
166+
)

0 commit comments

Comments
 (0)