Skip to content

Commit 6142a4e

Browse files
committed
Update jfrog-client-go to v1.28.3
- Updated replace directive to use latest jfrog-client-go v1.28.3 - Includes ApptrustServiceManagerInterface and PromotionStatus constants
1 parent 80b3ae3 commit 6142a4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ require (
114114
sigs.k8s.io/yaml v1.6.0 // indirect
115115
)
116116

117-
replace github.com/jfrog/jfrog-client-go => github.com/dortam888/jfrog-client-go v1.28.1
117+
replace github.com/jfrog/jfrog-client-go => github.com/dortam888/jfrog-client-go v1.28.3
118118

119119
// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go dev
120120

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
4646
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4747
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
4848
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
49-
github.com/dortam888/jfrog-client-go v1.28.1 h1:dekYfgNl1VoXCx5Yyfemm43En3qiq0iww1yxZvyZj04=
50-
github.com/dortam888/jfrog-client-go v1.28.1/go.mod h1:N600vg2QEPUXVr76+EPhGsU7pLphrbP8YG4gWbNTss8=
49+
github.com/dortam888/jfrog-client-go v1.28.3 h1:UC1vIkQZoYuBth1v9dCCRZq0sPHl4oeyuvHEzR6pJdE=
50+
github.com/dortam888/jfrog-client-go v1.28.3/go.mod h1:/e2kaF1oZTmSRgMIk7wYna5xMtNY7Xk8ahpSNZQ2d3s=
5151
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 h1:iFaUwBSo5Svw6L7HYpRu/0lE3e0BaElwnNO1qkNQxBY=
5252
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5/go.mod h1:qssHWj60/X5sZFNxpG4HBPDHVqxNm4DfnCKgrbZOT+s=
5353
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY=

0 commit comments

Comments
 (0)