forked from jfrog/jfrog-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (27 loc) · 1.07 KB
/
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
28
29
30
31
32
module github.com/jfrog/jfrog-cli
go 1.14
require (
github.com/buger/jsonparser v0.0.0-20180910192245-6acdf747ae99
github.com/c-bata/go-prompt v0.2.3
github.com/codegangsta/cli v1.20.0
github.com/jfrog/gocmd v0.1.15
github.com/jfrog/gofrog v1.0.6
github.com/jfrog/jfrog-client-go v0.13.3
github.com/magiconair/properties v1.8.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-shellwords v1.0.3
github.com/mattn/go-tty v0.0.3 // indirect
github.com/mholt/archiver v2.1.0+incompatible
github.com/pkg/errors v0.8.1
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.4.0
github.com/vbauerster/mpb/v4 v4.7.0
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
golang.org/x/mod v0.1.0
gopkg.in/yaml.v2 v2.2.2
)
// replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go dev
// replace github.com/jfrog/gocmd => github.com/jfrog/gocmd master
// replace github.com/jfrog/gofrog => github.com/jfrog/gofrog v1.0.6