aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-08-11 15:12:28 +0200
committerMichael Muré <batolettre@gmail.com>2023-08-11 15:13:15 +0200
commitf5e094f2c431f5a03d899b0866692e3534c72066 (patch)
tree4cd065e8f908869bf25835f7c522f4133f607f41 /go.mod
parente723f773f39de0ce152ec31227de3ec898846e2f (diff)
downloadgit-bug-f5e094f2c431f5a03d899b0866692e3534c72066.tar.gz
update to golang-lru v2
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 5eda0983..3754aa9f 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 v1.0.2
+ 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