Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
barbelity authored Apr 17, 2019
1 parent 6773abc commit 8487db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ module github.com/jfrog/gocmd

require (
github.com/jfrog/gofrog v1.0.4
github.com/jfrog/jfrog-client-go v0.3.2
github.com/jfrog/jfrog-client-go v0.3.3
github.com/pkg/errors v0.8.1
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 // indirect
)

replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v0.3.2
replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v0.3.3

0 comments on commit 8487db0

Please sign in to comment.