aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2024-06-07 16:52:18 +0100
committerGitHub <noreply@github.com>2024-06-07 16:52:18 +0100
commitdec5c8ade2def9ddb30972ddb7c58839e6bca06c (patch)
treed38367ec90d1df96516b1093bd4147a9a697f28b /go.mod
parentfbcecb56c61180013aedc7b6d9beece8b45b7d71 (diff)
parentea3cfc94f9846f493e22d387eb22a135eb972807 (diff)
downloadgo-git-dec5c8ade2def9ddb30972ddb7c58839e6bca06c.tar.gz
Merge pull request #1056 from pjbgf/fix-symlink
Bumps Go versions and go-billy
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