File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ require (
57
57
github.com/go-openapi/validate v0.22.0 // indirect
58
58
github.com/gobuffalo/flect v1.0.2 // indirect
59
59
github.com/gogo/protobuf v1.3.2 // indirect
60
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
60
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
61
61
github.com/golang/protobuf v1.5.4 // indirect
62
62
github.com/google/gnostic-models v0.6.8 // indirect
63
63
github.com/google/go-cmp v0.6.0 // indirect
Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfU
194
194
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
195
195
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
196
196
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
197
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
198
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
197
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
198
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 /go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw =
199
199
github.com/golang/mock v1.1.1 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
200
200
github.com/golang/mock v1.2.0 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
201
201
github.com/golang/mock v1.3.1 /go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y =
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ github.com/gobuffalo/flect
92
92
## explicit; go 1.15
93
93
github.com/gogo/protobuf/proto
94
94
github.com/gogo/protobuf/sortkeys
95
- # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
96
- ## explicit
95
+ # github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
96
+ ## explicit; go 1.20
97
97
github.com/golang/groupcache/lru
98
98
# github.com/golang/mock v1.6.0
99
99
## explicit; go 1.11
You can’t perform that action at this time.
0 commit comments