aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2072e33..af5d221 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/go-git/go-git/v5
// go-git supports the last 3 stable Go versions.
-go 1.19
+go 1.20
require (
dario.cat/mergo v1.0.0
@@ -11,7 +11,7 @@ require (
github.com/emirpasic/gods v1.18.1
github.com/gliderlabs/ssh v0.3.7
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
- github.com/go-git/go-billy/v5 v5.5.0
+ github.com/go-git/go-billy/v5 v5.5.1-0.20240427054813-8453aa90c6ec
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/google/go-cmp v0.6.0