File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
github.com/hashicorp/golang-lru/v2/simplelru Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
1818 github.com/google/uuid v1.6.0
1919 github.com/gorilla/handlers v1.5.2
2020 github.com/gorilla/mux v1.8.1
21- github.com/hashicorp/golang-lru/arc/v2 v2.0.5
21+ github.com/hashicorp/golang-lru/arc/v2 v2.0.7
2222 github.com/klauspost/compress v1.17.4
2323 github.com/mitchellh/mapstructure v1.5.0
2424 github.com/opencontainers/go-digest v1.0.0
@@ -58,7 +58,7 @@ require (
5858 github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
5959 github.com/googleapis/gax-go/v2 v2.11.0 // indirect
6060 github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
61- github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
61+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
6262 github.com/inconshreveable/mousetrap v1.1.0 // indirect
6363 github.com/jmespath/go-jmespath v0.4.0 // indirect
6464 github.com/kylelemons/godebug v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -146,10 +146,10 @@ github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWS
146146github.com/grpc-ecosystem/grpc-gateway v1.16.0 /go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw =
147147github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms =
148148github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 /go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg =
149- github.com/hashicorp/golang-lru/arc/v2 v2.0.5 h1:l2zaLDubNhW4XO3LnliVj0GXO3+/CGNJAg1dcN2Fpfw =
150- github.com/hashicorp/golang-lru/arc/v2 v2.0.5 /go.mod h1:ny6zBSQZi2JxIeYcv7kt2sH2PXJtirBN7RDhRpxPkxU =
151- github.com/hashicorp/golang-lru/v2 v2.0.5 h1:wW7h1TG88eUIJ2i69gaE3uNVtEPIagzhGvHgwfx2Vm4 =
152- github.com/hashicorp/golang-lru/v2 v2.0.5 /go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM =
149+ github.com/hashicorp/golang-lru/arc/v2 v2.0.7 h1:QxkVTxwColcduO+LP7eJO56r2hFiG8zEbfAAzRv52KQ =
150+ github.com/hashicorp/golang-lru/arc/v2 v2.0.7 /go.mod h1:Pe7gBlGdc8clY5LJ0LpJXMt5AmgmWNH1g+oFFVUHOEc =
151+ github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k =
152+ github.com/hashicorp/golang-lru/v2 v2.0.7 /go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM =
153153github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
154154github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
155155github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg =
Original file line number Diff line number Diff line change @@ -254,10 +254,10 @@ github.com/gorilla/mux
254254github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
255255github.com/grpc-ecosystem/grpc-gateway/v2/runtime
256256github.com/grpc-ecosystem/grpc-gateway/v2/utilities
257- # github.com/hashicorp/golang-lru/arc/v2 v2.0.5
257+ # github.com/hashicorp/golang-lru/arc/v2 v2.0.7
258258## explicit; go 1.18
259259github.com/hashicorp/golang-lru/arc/v2
260- # github.com/hashicorp/golang-lru/v2 v2.0.5
260+ # github.com/hashicorp/golang-lru/v2 v2.0.7
261261## explicit; go 1.18
262262github.com/hashicorp/golang-lru/v2/internal
263263github.com/hashicorp/golang-lru/v2/simplelru
You can’t perform that action at this time.
0 commit comments