From 90ffe9c46a8719cf00e15a6d48e80cd04970c09f Mon Sep 17 00:00:00 2001 From: 06rajesh Date: Mon, 7 Mar 2022 22:28:59 +0100 Subject: [PATCH] after go mod tidy run --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ca409fda..857abe55 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 github.com/onsi/ginkgo v1.16.4 github.com/onsi/gomega v1.14.0 - github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect + github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 github.com/pkg/errors v0.9.1 github.com/sanity-io/litter v1.5.0 github.com/smartystreets/assertions v1.0.0 // indirect