Skip to content

Commit

Permalink
Upgrade jfrog-client-go to v1.6.0 and add build-info-go dependency (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva authored Nov 10, 2021
1 parent 15758f3 commit 9faf8ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/jfrog/gocmd
go 1.15

require (
github.com/jfrog/build-info-go v0.0.0
github.com/jfrog/build-info-go v0.1.0
github.com/jfrog/gofrog v1.1.0
github.com/jfrog/jfrog-client-go v1.5.2
github.com/jfrog/jfrog-client-go v1.6.0
github.com/stretchr/testify v1.7.0
)

replace github.com/jfrog/jfrog-client-go => github.com/asafgabai/jfrog-client-go v0.18.1-0.20211109142056-a0da842a23df
// replace github.com/jfrog/jfrog-client-go => github.com/asafgabai/jfrog-client-go v0.18.1-0.20211109142056-a0da842a23df

replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go v0.0.0-20211109131214-8204208ea47e
// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go v0.0.0-20211109131214-8204208ea47e

//replace github.com/jfrog/gofrog => github.com/jfrog/gofrog v1.0.7-0.20211109140605-15e312b86c9f

0 comments on commit 9faf8ee

Please sign in to comment.