module github.com/jfrog/jfrog-client-go require ( github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect github.com/buger/jsonparser v0.0.0-20180910192245-6acdf747ae99 github.com/emirpasic/gods v1.12.0 // indirect github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect github.com/gliderlabs/ssh v0.1.1 // indirect github.com/golang/snappy v0.0.1 // indirect github.com/gookit/color v1.3.2 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect github.com/jfrog/gofrog v1.0.6 github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e // indirect github.com/mholt/archiver/v3 v3.5.0 github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/pelletier/go-buffruneio v0.2.0 // indirect github.com/sergi/go-diff v1.0.0 // indirect github.com/src-d/gcfg v1.3.0 // indirect github.com/stretchr/testify v1.6.1 github.com/ulikunitz/xz v0.5.8 // indirect github.com/xanzy/ssh-agent v0.2.0 golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect golang.org/x/text v0.3.4 // indirect gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect gopkg.in/src-d/go-git-fixtures.v3 v3.1.1 // indirect gopkg.in/src-d/go-git.v4 v4.7.0 gopkg.in/warnings.v0 v0.1.2 // indirect ) go 1.13