File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/codeGROOVE-dev/retry v1.3.1
7- github.com/go-git/go-git/v5 v5.16.5
7+ github.com/go-git/go-git/v5 v5.17.0
88 gopkg.in/yaml.v3 v3.0.1
99)
1010
@@ -16,7 +16,7 @@ require (
1616 github.com/cyphar/filepath-securejoin v0.6.1 // indirect
1717 github.com/emirpasic/gods v1.18.1 // indirect
1818 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
19- github.com/go-git/go-billy/v5 v5.7 .0 // indirect
19+ github.com/go-git/go-billy/v5 v5.8 .0 // indirect
2020 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
2121 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
2222 github.com/kevinburke/ssh_config v1.4.0 // 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.7 .0 h1:83lBUJhGWhYp0ngzCMSgllhUSuoHP1iEWYjsPl9nwqM =
30- github.com/go-git/go-billy/v5 v5.7 .0 /go.mod h1:/1IUejTKH8xipsAcdfcSAlUlo2J7lkYV8GTKxAT/L3E =
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/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
3636github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 /go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw =
3737github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
You can’t perform that action at this time.
0 commit comments