Skip to content

Commit 78bdd69

Browse files
committed
Delete application version command
1 parent 97566ea commit 78bdd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/jfrog/jfrog-cli-core/v2 v2.57.6
77
github.com/jfrog/jfrog-client-go v1.49.0
88
github.com/stretchr/testify v1.10.0
9+
github.com/urfave/cli v1.22.16
910
go.uber.org/mock v0.5.0
1011
)
1112

@@ -74,7 +75,6 @@ require (
7475
github.com/spf13/viper v1.19.0 // indirect
7576
github.com/subosito/gotenv v1.6.0 // indirect
7677
github.com/ulikunitz/xz v0.5.12 // indirect
77-
github.com/urfave/cli v1.22.16 // indirect
7878
github.com/xanzy/ssh-agent v0.3.3 // indirect
7979
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
8080
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect

0 commit comments

Comments
 (0)