aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-08-11 15:20:30 +0200
committerGitHub <noreply@github.com>2023-08-11 15:20:30 +0200
commit37034639efaff1b59af25f66d0528204901e8f8d (patch)
tree019a5ea2d73cc8afe18d5cc8eaa0a4d2801bbfdc /go.mod
parentef27a0d74365cfe7e9ac09a6329c238261f40a66 (diff)
parentf5e094f2c431f5a03d899b0866692e3534c72066 (diff)
downloadgit-bug-37034639efaff1b59af25f66d0528204901e8f8d.tar.gz
Merge pull request #1092 from MichaelMure/dependabot/go_modules/github.com/hashicorp/golang-lru-1.0.2
build(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 51c7b922..c4a34f26 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@ require (
github.com/go-git/go-billy/v5 v5.4.1
github.com/go-git/go-git/v5 v5.5.2
github.com/gorilla/mux v1.8.0
- github.com/hashicorp/golang-lru v0.5.4
+ github.com/hashicorp/golang-lru/v2 v2.0.5
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/mattn/go-isatty v0.0.19
github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
@@ -45,6 +45,7 @@ require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/cloudflare/circl v1.3.3 // indirect
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/lithammer/dedent v1.1.0 // indirect
github.com/owenrumney/go-sarif v1.0.11 // indirect
github.com/pjbgf/sha1cd v0.2.3 // indirect