Skip to content

Commit 3b4dec4

Browse files
Update module github.com/hashicorp/golang-lru to v2
1 parent b890e50 commit 3b4dec4

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
@@ -8,6 +8,7 @@ require (
88
github.com/deepmap/oapi-codegen v1.9.0
99
github.com/getkin/kin-openapi v0.98.0
1010
github.com/hashicorp/golang-lru v0.5.4
11+
github.com/hashicorp/golang-lru/v2 v2.0.2
1112
github.com/labstack/echo/v4 v4.9.1
1213
github.com/projectsyn/lieutenant-operator v1.5.0
1314
github.com/stretchr/testify v1.8.1

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
230230
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
231231
github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=
232232
github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
233+
github.com/hashicorp/golang-lru/v2 v2.0.2/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
233234
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
234235
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
235236
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=

0 commit comments

Comments
 (0)