Skip to content

Commit d7a6407

Browse files
Excavator: Bump go dependency github.com/hashicorp/golang-lru (#625)
1 parent a671ca8 commit d7a6407

4 files changed

Lines changed: 8 additions & 26 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
3030
github.com/google/go-github/v72 v72.0.0 // indirect
3131
github.com/google/go-querystring v1.1.0 // indirect
32-
github.com/hashicorp/golang-lru v0.6.0 // indirect
32+
github.com/hashicorp/golang-lru v1.0.2 // indirect
3333
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3434
github.com/kr/text v0.2.0 // indirect
3535
github.com/mattn/go-colorable v0.1.13 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD
3535
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
3636
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=
3737
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
38-
github.com/hashicorp/golang-lru v0.6.0 h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o8jga4=
39-
github.com/hashicorp/golang-lru v0.6.0/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
38+
github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=
39+
github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
4040
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
4141
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
4242
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=

vendor/github.com/hashicorp/golang-lru/README.md

Lines changed: 4 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ github.com/google/go-querystring/query
4141
# github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
4242
## explicit
4343
github.com/gregjones/httpcache
44-
# github.com/hashicorp/golang-lru v0.6.0
44+
# github.com/hashicorp/golang-lru v1.0.2
4545
## explicit; go 1.12
4646
github.com/hashicorp/golang-lru
4747
github.com/hashicorp/golang-lru/simplelru

0 commit comments

Comments
 (0)