File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ require (
5353 github.com/go-openapi/jsonreference v0.21.0 // indirect
5454 github.com/go-openapi/swag v0.23.0 // indirect
5555 github.com/gogo/protobuf v1.3.2 // indirect
56- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5757 github.com/golang/protobuf v1.5.4 // indirect
5858 github.com/google/cel-go v0.20.1 // indirect
5959 github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
Original file line number Diff line number Diff line change @@ -167,8 +167,9 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfU
167167github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
168168github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
169169github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
170- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
171170github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
171+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
172+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 /go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw =
172173github.com/golang/mock v1.1.1 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
173174github.com/golang/mock v1.2.0 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
174175github.com/golang/mock v1.3.1 /go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y =
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ github.com/go-openapi/swag
7575## explicit; go 1.15
7676github.com/gogo/protobuf/proto
7777github.com/gogo/protobuf/sortkeys
78- # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
79- ## explicit
78+ # github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
79+ ## explicit; go 1.20
8080github.com/golang/groupcache/lru
8181# github.com/golang/protobuf v1.5.4
8282## explicit; go 1.17
You can’t perform that action at this time.
0 commit comments