github.com/cobalt77/jfrog-client-go@v0.14.5/go.mod (about)

     1  module github.com/cobalt77/jfrog-client-go
     2  
     3  require (
     4  	github.com/buger/jsonparser v1.0.0
     5  	github.com/jfrog/gofrog v1.0.6
     6  	github.com/mholt/archiver/v3 v3.3.2
     7  	github.com/stretchr/testify v1.6.1
     8  	github.com/xanzy/ssh-agent v0.3.0
     9  	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
    10  	gopkg.in/src-d/go-git.v4 v4.13.1
    11  )
    12  
    13  go 1.15