File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11package application
22
33import (
4- pluginsCommon "github.com/jfrog/jfrog-cli-core/v2/plugins/common"
54 "slices"
65
6+ pluginsCommon "github.com/jfrog/jfrog-cli-core/v2/plugins/common"
7+
78 "github.com/jfrog/jfrog-cli-application/application/commands/utils"
89 "github.com/jfrog/jfrog-cli-application/application/model"
910 "github.com/jfrog/jfrog-cli-application/application/service"
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ package application
33import (
44 "errors"
55 "flag"
6- "github.com/urfave/cli"
76 "testing"
87
8+ "github.com/urfave/cli"
9+
910 "github.com/jfrog/jfrog-cli-application/application/model"
1011 mockapps "github.com/jfrog/jfrog-cli-application/application/service/applications/mocks"
1112 "github.com/jfrog/jfrog-cli-core/v2/plugins/components"
Original file line number Diff line number Diff line change 11package application
22
33import (
4- pluginsCommon "github.com/jfrog/jfrog-cli-core/v2/plugins/common"
54 "slices"
65
6+ pluginsCommon "github.com/jfrog/jfrog-cli-core/v2/plugins/common"
7+
78 "github.com/jfrog/jfrog-cli-application/application/app"
89 "github.com/jfrog/jfrog-cli-application/application/commands"
910 "github.com/jfrog/jfrog-cli-application/application/commands/utils"
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ package application
33import (
44 "errors"
55 "flag"
6- "github.com/urfave/cli"
76 "testing"
87
8+ "github.com/urfave/cli"
9+
910 "github.com/jfrog/jfrog-cli-application/application/model"
1011 mockapps "github.com/jfrog/jfrog-cli-application/application/service/applications/mocks"
1112 "github.com/jfrog/jfrog-cli-core/v2/plugins/components"
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ package http
55import (
66 "encoding/json"
77 "fmt"
8- "github.com/jfrog/jfrog-client-go/utils/log"
98 "net/http"
109
10+ "github.com/jfrog/jfrog-client-go/utils/log"
11+
1112 commonCliConfig "github.com/jfrog/jfrog-cli-core/v2/utils/config"
1213 "github.com/jfrog/jfrog-cli-core/v2/utils/coreutils"
1314 "github.com/jfrog/jfrog-client-go/auth"
You can’t perform that action at this time.
0 commit comments