Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/openshift-knative/hack v0.0.0-20250530124021-bed35e443a23
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
github.com/wavesoftware/go-commandline v1.3.0
github.com/xanzy/ssh-agent v0.3.3
gotest.tools/v3 v3.5.2
Expand Down Expand Up @@ -236,7 +237,6 @@ require (
github.com/spf13/viper v1.18.2 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tektoncd/pipeline v0.61.0 // indirect
github.com/theupdateframework/go-tuf v0.7.0 // indirect
Expand Down
Loading