forked from jfrog/jfrog-cli-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (23 loc) · 885 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/jfrog/jfrog-cli-core/v2
go 1.14
require (
github.com/buger/jsonparser v0.0.0-20180910192245-6acdf747ae99
github.com/c-bata/go-prompt v0.2.5
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/codegangsta/cli v1.20.0
github.com/jedib0t/go-pretty/v6 v6.2.2
github.com/jfrog/gocmd v0.4.1
github.com/jfrog/gofrog v1.0.6
github.com/jfrog/jfrog-client-go v1.0.1
github.com/magiconair/properties v1.8.1
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-shellwords v1.0.3
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/mod v0.3.0
gopkg.in/yaml.v2 v2.3.0
)
// replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v1.0.0
// replace github.com/jfrog/gocmd => github.com/jfrog/gocmd v0.4.0