Skip to content

Commit

Permalink
fix(deps): update Helm to v3.14.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Mar 22, 2024
1 parent d5bbb44 commit 049f682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Expand Up @@ -101,7 +101,6 @@ require (
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/DATA-DOG/go-sqlmock v1.5.2 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/squirrel v1.5.4 // indirect
Expand Down Expand Up @@ -393,7 +392,7 @@ replace (
github.com/helm/helm-2to3 => github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3 // upstream not maintained, switch back to upstream when merged: https://github.com/helm/helm-2to3/pull/224
github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 // upstream not maintained
github.com/jedib0t/go-pretty/v6 => github.com/werf/3p-go-pretty/v6 v6.0.0-20240125135207-7170e1857aa0 // switch back to upstream when merged: https://github.com/jedib0t/go-pretty/pull/295
helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20240219201213-9f81f7688cdc // helm 3
helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20240322181436-8274718b3f64 // helm 3
k8s.io/helm => github.com/werf/3p-helm v0.0.0-20210202111118-81e74d46da0f // helm 2
oras.land/oras-go => github.com/werf/3p-oras-go v0.0.0-20240112153018-fd519ad81736 // switch back to upstream when merged: https://github.com/oras-project/oras-go/pull/678
)
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1542,8 +1542,8 @@ github.com/werf/3p-helm v0.0.0-20210202111118-81e74d46da0f h1:3anHigsmgMJ7IlG8WC
github.com/werf/3p-helm v0.0.0-20210202111118-81e74d46da0f/go.mod h1:OMONwLWU9zEENgaVjWEX+M+xik2QakejzKHG1+6mnUo=
github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3 h1:pdKLiuiUoOFswc0HV6GX1+JHgP14HqE035xl2DQJi8A=
github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3/go.mod h1:lTSQBLomjl67m4HQMbg3BHKWes3pOmjNBg8yygXYugk=
github.com/werf/3p-helm/v3 v3.0.0-20240219201213-9f81f7688cdc h1:mQmcfGTJ9LgaVl5QsRhpgaYG3kWw30Zb5jS/lqUp138=
github.com/werf/3p-helm/v3 v3.0.0-20240219201213-9f81f7688cdc/go.mod h1:MtZUnm4LODbbDMPrd8l2MczznuzdL9R88el+8g2DhDM=
github.com/werf/3p-helm/v3 v3.0.0-20240322181436-8274718b3f64 h1:HkjlUUmpunuYF0SIFK0fKr5qx2S0ChfigY2nSq2FhDw=
github.com/werf/3p-helm/v3 v3.0.0-20240322181436-8274718b3f64/go.mod h1:kxleaYRooDJjdVeY95ZE+0GBlZTfLna8dVV9KTDSiRo=
github.com/werf/3p-oras v0.9.1-0.20240115121544-03962ecbd40a h1:PsU9szHZlIH+CjcuIuPXRLc5dsdoaFldvYjS6YHI7YQ=
github.com/werf/3p-oras v0.9.1-0.20240115121544-03962ecbd40a/go.mod h1:XTePf8biMMCkqbuuWBZ24xOwo3hZej+BBM0uvd8aGqk=
github.com/werf/3p-oras-go v0.0.0-20240112153018-fd519ad81736 h1:ABb4n+XvInTuLME9ETs9yA5KSjhTZLAQ39yc28U9hRU=
Expand Down

0 comments on commit 049f682

Please sign in to comment.