Skip to content

Commit

Permalink
updating go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jul 27, 2023
1 parent b5cc921 commit d2dd15d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/jfrog/build-info-go => github.com/eranturgeman/build-info-go v0.0.0-20230726152827-8096e3ca2006
replace github.com/jfrog/build-info-go => github.com/eranturgeman/build-info-go v0.0.0-20230727135943-720c2e434715

replace github.com/jfrog/jfrog-cli-core/v2 => github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230726134605-f44c010571d4
replace github.com/jfrog/jfrog-cli-core/v2 => github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230727073419-b6edd1407868

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

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po=
github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk=
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/eranturgeman/build-info-go v0.0.0-20230726152827-8096e3ca2006 h1:OPswhrf0E1fcd3J26UEIi51ZyGfAviAwGrLoR6HafLo=
github.com/eranturgeman/build-info-go v0.0.0-20230726152827-8096e3ca2006/go.mod h1:GbuFS+viHCKZYx9nWHYu7ab1DgQkFdtVN3BJPUNb2D4=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230726134605-f44c010571d4 h1:GQI7190MKpnbp12hkHHFVaWGPi35cM2HR7gfAAg6h2M=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230726134605-f44c010571d4/go.mod h1:2V3tWFkRyvV/B464K9Fp7sgLJxKvT1e8ubKLo5MEXKc=
github.com/eranturgeman/build-info-go v0.0.0-20230727135943-720c2e434715 h1:U8gcncVi9m2F1TKtUH1nO7pNLrEJ8TCmiBS4ADN71eA=
github.com/eranturgeman/build-info-go v0.0.0-20230727135943-720c2e434715/go.mod h1:GbuFS+viHCKZYx9nWHYu7ab1DgQkFdtVN3BJPUNb2D4=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230727073419-b6edd1407868 h1:+TFDE9bJ+UN6D7UvV1z1QNcdI8maJQ4ljrp/pIiDPs8=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230727073419-b6edd1407868/go.mod h1:/zw0uHJIe6Ntd0SiQc6VCHdrRgQ8nxFCC+jBdZ40ZBE=
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 d2dd15d

Please sign in to comment.