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 97566ea commit 78bdd69Copy full SHA for 78bdd69
go.mod
@@ -6,6 +6,7 @@ require (
6
github.com/jfrog/jfrog-cli-core/v2 v2.57.6
7
github.com/jfrog/jfrog-client-go v1.49.0
8
github.com/stretchr/testify v1.10.0
9
+ github.com/urfave/cli v1.22.16
10
go.uber.org/mock v0.5.0
11
)
12
@@ -74,7 +75,6 @@ require (
74
75
github.com/spf13/viper v1.19.0 // indirect
76
github.com/subosito/gotenv v1.6.0 // indirect
77
github.com/ulikunitz/xz v0.5.12 // indirect
- github.com/urfave/cli v1.22.16 // indirect
78
github.com/xanzy/ssh-agent v0.3.3 // indirect
79
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
80
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
0 commit comments