From 577014543386bfb0fd9342d447db9bdd3a64bc1b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 30 Nov 2022 11:10:05 +0100 Subject: [PATCH] vendor.mod: remove outdated comment about replaced module The replace was removed in 64f9ea1cf5179718e11a89412341f3eb4781cab9, but I forgot to remove the comment. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 6326ad172972de505ed478369fa9457522174d48) Signed-off-by: Sebastiaan van Stijn --- vendor.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor.mod b/vendor.mod index 2eacb6e9cf..55945c70ec 100644 --- a/vendor.mod +++ b/vendor.mod @@ -117,7 +117,7 @@ require ( github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/btree v1.1.2 // indirect - github.com/google/certificate-transparency-go v1.1.4 // indirect; replaced; see "replace" section at the bottom of this file for the actual version. + github.com/google/certificate-transparency-go v1.1.4 // indirect github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect github.com/googleapis/gax-go/v2 v2.4.0 // indirect