Skip to content

Commit

Permalink
updating go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Aug 1, 2023
1 parent 2e7b9ee commit 0f08f31
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-20230801124059-e07b8ca49aa0
replace github.com/jfrog/build-info-go => github.com/eranturgeman/build-info-go v0.0.0-20230801162602-c629dbb1dbd7

replace github.com/jfrog/jfrog-cli-core/v2 => github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230731153138-9cd4df736adc
replace github.com/jfrog/jfrog-cli-core/v2 => github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230801132501-70b9563a661c

// 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-20230801124059-e07b8ca49aa0 h1:Bpqk2obj+r6LBba8dodyv2Bjx4Z47Gyxz44EjzTvNUM=
github.com/eranturgeman/build-info-go v0.0.0-20230801124059-e07b8ca49aa0/go.mod h1:GbuFS+viHCKZYx9nWHYu7ab1DgQkFdtVN3BJPUNb2D4=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230731153138-9cd4df736adc h1:PDNkMfMlbBifFXERSLv/EoECU+eGSkYOJxFRr8Tf3kQ=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230731153138-9cd4df736adc/go.mod h1:mFqszbhsyTe7ybrRYhjko6A7E2wmSQZWoVBc5A5C30M=
github.com/eranturgeman/build-info-go v0.0.0-20230801162602-c629dbb1dbd7 h1:SXTUX56IwkQ1isce1+DCWG80WyoqQ9sPw7YhuloIvgs=
github.com/eranturgeman/build-info-go v0.0.0-20230801162602-c629dbb1dbd7/go.mod h1:GbuFS+viHCKZYx9nWHYu7ab1DgQkFdtVN3BJPUNb2D4=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230801132501-70b9563a661c h1:51NOqx9Mb/IDzLcI8gbFsP1ERaUaEdV8w+xI2yfNdFc=
github.com/eranturgeman/jfrog-cli-core/v2 v2.0.0-20230801132501-70b9563a661c/go.mod h1:2YkKRFl4cPJ8SjSdHea990xnlhJ11f9vEmnGnNedtjk=
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 0f08f31

Please sign in to comment.