Skip to content

Commit 7195484

Browse files
fix: add retraction of v1.16.15 (#3108)
1 parent b7190c8 commit 7195484

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,7 @@ replace (
159159
github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.12.0
160160
github.com/onsi/gomega => github.com/onsi/gomega v1.10.0
161161
)
162+
163+
retract (
164+
v1.16.15 // typo in the version number.
165+
)

0 commit comments

Comments
 (0)