File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/blang/semver/v4 v4.0.0
7- github.com/go-git/go-git/v5 v5.16.5
7+ github.com/go-git/go-git/v5 v5.17.0
88 github.com/golang/glog v1.2.5
99 github.com/google/go-github v17.0.0+incompatible
1010 github.com/lithammer/dedent v1.1.0
@@ -23,7 +23,7 @@ require (
2323 github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2424 github.com/emirpasic/gods v1.18.1 // indirect
2525 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
26- github.com/go-git/go-billy/v5 v5.6.2 // indirect
26+ github.com/go-git/go-billy/v5 v5.8.0 // indirect
2727 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
2828 github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
2929 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=
2626github.com/gliderlabs/ssh v0.3.8 /go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU =
2727github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI =
2828github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 /go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic =
29- github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM =
30- github.com/go-git/go-billy/v5 v5.6.2 /go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU =
29+ github.com/go-git/go-billy/v5 v5.8.0 h1:I8hjc3LbBlXTtVuFNJuwYuMiHvQJDq1AT6u4DwDzZG0 =
30+ github.com/go-git/go-billy/v5 v5.8.0 /go.mod h1:RpvI/rw4Vr5QA+Z60c6d6LXH0rYJo0uD5SqfmrrheCY =
3131github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4 =
3232github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 /go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII =
33- github.com/go-git/go-git/v5 v5.16.5 h1:mdkuqblwr57kVfXri5TTH+nMFLNUxIj9Z7F5ykFbw5s =
34- github.com/go-git/go-git/v5 v5.16.5 /go.mod h1:QOMLpNf1qxuSY4StA/ArOdfFR2TrKEjJiye2kel2m+M =
33+ github.com/go-git/go-git/v5 v5.17.0 h1:AbyI4xf+7DsjINHMu35quAh4wJygKBKBuXVjV/pxesM =
34+ github.com/go-git/go-git/v5 v5.17.0 /go.mod h1:f82C4YiLx+Lhi8eHxltLeGC5uBTXSFa6PC5WW9o4SjI =
3535github.com/golang/glog v1.2.5 h1:DrW6hGnjIhtvhOIiAKT6Psh/Kd/ldepEa81DKeiRJ5I =
3636github.com/golang/glog v1.2.5 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
3737github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
You can’t perform that action at this time.
0 commit comments