Skip to content

Commit

Permalink
go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Nov 19, 2023
1 parent 4fae8ba commit ab7c55d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,13 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// replace github.com/jfrog/build-info-go => ../my-build-info-go

replace github.com/jfrog/build-info-go => github.com/eranturgeman/build-info-go v0.0.0-20231115091829-c06560332906

replace github.com/jfrog/jfrog-cli-core/v2 => github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20231119111712-859fb87b344d
// replace github.com/jfrog/jfrog-cli-core/v2 => ../jfrog-cli-core

replace github.com/jfrog/jfrog-cli-core/v2 => github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20231119130137-84df74a66d58

// replace github.com/jfrog/gofrog => github.com/jfrog/gofrog v1.2.6-0.20230418122323-2bf299dd6d27

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.m
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/eranturgeman/build-info-go v0.0.0-20231115091829-c06560332906 h1:pwUCEybjq3z07qGqUZJrwR/SRm5I1jRxwNCCHhdJPPQ=
github.com/eranturgeman/build-info-go v0.0.0-20231115091829-c06560332906/go.mod h1:XVFk2rCYhIdc7+hIGE8TC3le5PPM+xYHU22udoE2b7Q=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20231119111712-859fb87b344d h1:tBxC1RrUNT70qRTqV+Mgbi2RE70EIhxpLeEdp/1rK+k=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20231119111712-859fb87b344d/go.mod h1:Le0qPGC9aQ09O+foL+vOG6lJP+fy1C/5yfxL7XzjYpg=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20231119130137-84df74a66d58 h1:ZaDqn3Pbl951xbF9pBPDLHslUQtCQ5h5rsm7u0Fpch8=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20231119130137-84df74a66d58/go.mod h1:1BVxKY2Hv2RC+RSmwPq7Jj+orV0qSLYRbJBkp+w1Mr8=
github.com/forPelevin/gomoji v1.1.8 h1:JElzDdt0TyiUlecy6PfITDL6eGvIaxqYH1V52zrd0qQ=
github.com/forPelevin/gomoji v1.1.8/go.mod h1:8+Z3KNGkdslmeGZBC3tCrwMrcPy5GRzAD+gL9NAwMXg=
github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM0I9ntUbOk+k=
Expand Down

0 comments on commit ab7c55d

Please sign in to comment.