From a968646bca6fe3f69ef8fe2c57041d56ba6903b9 Mon Sep 17 00:00:00 2001 From: dprotaso Date: Wed, 27 Mar 2024 12:56:04 -0400 Subject: [PATCH] run go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 937f9a1ac..e957bbb53 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module knative.dev/sample-controller go 1.21 require ( - github.com/hashicorp/golang-lru v1.0.2 go.uber.org/zap v1.27.0 k8s.io/api v0.29.2 k8s.io/apimachinery v0.29.2 @@ -42,6 +41,7 @@ require ( github.com/google/gofuzz v1.2.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect + github.com/hashicorp/golang-lru v1.0.2 // indirect github.com/imdario/mergo v0.3.6 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/josharian/intern v1.0.0 // indirect