Skip to content

Commit

Permalink
Upgrade jfrog-client-go dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Mar 5, 2019
1 parent e864cfc commit 2debc22
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 414 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ module github.com/jfrog/gocmd

require (
github.com/jfrog/gofrog v1.0.4
github.com/jfrog/jfrog-client-go v0.3.1
github.com/mattn/go-shellwords v1.0.3
github.com/jfrog/jfrog-client-go v0.3.2
github.com/pkg/errors v0.8.1
github.com/prometheus/common v0.0.0-20190107103113-2998b132700a // indirect
github.com/prometheus/procfs v0.0.0-20190104112138-b1a0a9a36d74 // indirect
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
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.1
replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v0.3.2
Loading

0 comments on commit 2debc22

Please sign in to comment.