Skip to content

Commit

Permalink
Update go.mod file to new JFrog-Client-Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeiVainshtein committed Jun 11, 2019
1 parent d526a97 commit 3ef41d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ module github.com/jfrog/gocmd

require (
github.com/jfrog/gofrog v1.0.4
github.com/jfrog/jfrog-client-go v0.3.3
github.com/jfrog/jfrog-client-go v0.4.0
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 dev

0 comments on commit 3ef41d8

Please sign in to comment.