File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "strings"
1212
1313 "github.com/go-git/go-billy/v6"
14- fixtures "github.com/go-git/go-git-fixtures/v5 "
14+ fixtures "github.com/go-git/go-git-fixtures/v6 "
1515 "github.com/go-git/go-git/v6/plumbing"
1616 "github.com/go-git/go-git/v6/plumbing/format/idxfile"
1717 "github.com/go-git/go-git/v6/plumbing/format/packfile"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ go 1.25.0
55toolchain go1.25.4
66
77require (
8- github.com/go-git/go-billy/v6 v6.0.0-20260226131633-45bd0956d66f
9- github.com/go-git/go-git-fixtures/v5 v5.1.2-0.20260328065819-eda62fa02f83
8+ github.com/go-git/go-billy/v6 v6.0.0-20260328065524-593ae452e14d
9+ github.com/go-git/go-git-fixtures/v6 v6.0.0-20260403205623-487c094a2af5
1010 github.com/go-git/go-git/v6 v6.0.0-20260114124804-a8db3a6585a6
1111 github.com/spf13/cobra v1.10.2
1212 golang.org/x/crypto v0.49.0
Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=
2020github.com/gliderlabs/ssh v0.3.8 /go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU =
2121github.com/go-git/gcfg/v2 v2.0.2 h1:MY5SIIfTGGEMhdA7d7JePuVVxtKL7Hp+ApGDJAJ7dpo =
2222github.com/go-git/gcfg/v2 v2.0.2 /go.mod h1:/lv2NsxvhepuMrldsFilrgct6pxzpGdSRC13ydTLSLs =
23- github.com/go-git/go-billy/v6 v6.0.0-20260226131633-45bd0956d66f h1:Uvbx7nITO3Sd1GdXarX0TbyYmOaSNIJP0mm4LocEyyA =
24- github.com/go-git/go-billy/v6 v6.0.0-20260226131633-45bd0956d66f /go.mod h1:ZW9JC5gionMP1kv5uiaOaV23q0FFmNrVOV8VW+y/acc =
25- github.com/go-git/go-git-fixtures/v5 v5.1.2-0.20260328065819-eda62fa02f83 h1:it9grfcwKdquCxdiX9YauP7FGZIhjA7X0a/Za36TqVs =
26- github.com/go-git/go-git-fixtures/v5 v5.1.2-0.20260328065819-eda62fa02f83 /go.mod h1:YvXSvVfFPFrsP+e92xpajmPzlA7kPhhaLkwkve57UVk =
23+ github.com/go-git/go-billy/v6 v6.0.0-20260328065524-593ae452e14d h1:bLMI9z4mKkfQO383+O3fkP4xdWQcMdnn5fFBMwaBC1M =
24+ github.com/go-git/go-billy/v6 v6.0.0-20260328065524-593ae452e14d /go.mod h1:LLeMBFApkgIKwMzirxpU9XB7NvO2HdTw5FXmeP1M6c8 =
25+ github.com/go-git/go-git-fixtures/v5 v5.1.2-0.20251229094738-4b14af179146 h1:xYfxAopYyL44ot6dMBIb1Z1njFM0ZBQ99HdIB99KxLs =
26+ github.com/go-git/go-git-fixtures/v5 v5.1.2-0.20251229094738-4b14af179146 /go.mod h1:QE/75B8tBSLNGyUUbA9tw3EGHoFtYOtypa2h8YJxsWI =
27+ github.com/go-git/go-git-fixtures/v6 v6.0.0-20260403205623-487c094a2af5 h1:OwoEJ4RDinJER51Pwf4IWoQhKicyAzNiz4gnrz8HZlU =
28+ github.com/go-git/go-git-fixtures/v6 v6.0.0-20260403205623-487c094a2af5 /go.mod h1:BJ9GCjXrgcNc80rQgWNnCaig/7o4Cxu0Kc6H1QHy1E8 =
2729github.com/go-git/go-git/v6 v6.0.0-20260114124804-a8db3a6585a6 h1:Yo1MlE8LpvD0pr7mZ04b6hKZKQcPvLrQFgyY1jNMEyU =
2830github.com/go-git/go-git/v6 v6.0.0-20260114124804-a8db3a6585a6 /go.mod h1:enMzPHv+9hL4B7tH7OJGQKNzCkMzXovUoaiXfsLF7Xs =
2931github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
You can’t perform that action at this time.
0 commit comments