diff --git a/go.mod b/go.mod index 15c30373d6..f40d0787e2 100644 --- a/go.mod +++ b/go.mod @@ -159,3 +159,7 @@ replace ( github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.12.0 github.com/onsi/gomega => github.com/onsi/gomega v1.10.0 ) + +retract ( + v1.16.15 // typo in the version number. +) \ No newline at end of file