Skip to content

Commit 90dbb3d

Browse files
Update module github.com/hashicorp/golang-lru to v2
1 parent 154fb70 commit 90dbb3d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/deepmap/oapi-codegen v1.9.0
1111
github.com/getkin/kin-openapi v0.98.0
1212
github.com/hashicorp/golang-lru v0.5.4
13+
github.com/hashicorp/golang-lru/v2 v2.0.7
1314
github.com/labstack/echo/v4 v4.12.0
1415
github.com/projectsyn/lieutenant-operator v1.5.0
1516
github.com/stretchr/testify v1.9.0

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=
8282
github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
8383
github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=
8484
github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
85+
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
8586
github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=
8687
github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
8788
github.com/invopop/yaml v0.1.0 h1:YW3WGUoJEXYfzWBjn00zIlrw7brGVD0fUKRYDPAPhrc=

0 commit comments

Comments
 (0)