We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b546dde commit 8ddd81fCopy full SHA for 8ddd81f
1 file changed
go.mod
@@ -398,7 +398,6 @@ require (
398
github.com/fatih/color v1.19.0 // indirect
399
github.com/fsnotify/fsnotify v1.10.1 // indirect
400
github.com/go-errors/errors v1.5.1 // indirect
401
- github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
402
github.com/go-git/go-billy/v5 v5.9.0 // indirect
403
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
404
github.com/go-logr/logr v1.4.3 // indirect
@@ -600,6 +599,7 @@ require (
600
599
al.essio.dev/pkg/shellescape v1.6.0 // indirect
601
github.com/bytecodealliance/wasmtime-go/v44 v44.0.0 // indirect
602
github.com/cenkalti/backoff/v6 v6.0.1 // indirect
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
603
)
604
605
replace (
0 commit comments