forked from jfrog/jfrog-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 1007 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-go
require (
github.com/buger/jsonparser v0.0.0-20180910192245-6acdf747ae99
github.com/codegangsta/cli v1.20.0
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/denormal/go-gitignore v0.0.0-20180930084346-ae8ad1d07817
github.com/frankban/quicktest v1.7.2 // indirect
github.com/jfrog/gocmd v0.1.12
github.com/jfrog/gofrog v1.0.5
github.com/jfrog/jfrog-client-go v0.6.2
github.com/magiconair/properties v1.8.0
github.com/mattn/go-shellwords v1.0.3
github.com/mholt/archiver v2.1.0+incompatible
github.com/pkg/errors v0.8.1
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.2.2
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/src-d/go-git-fixtures.v3 v3.3.0 // indirect
gopkg.in/yaml.v2 v2.2.2
)
replace github.com/jfrog/gofrog => github.com/jfrog/gofrog dev
// replace github.com/jfrog/gocmd => github.com/jfrog/gocmd master