Skip to content

Commit b881bed

Browse files
committed
fix(exp-engine): panic connecting internal dependencies
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
1 parent baef770 commit b881bed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ replace (
357357
github.com/helm/helm-2to3 => github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3 // switch back to upstream when merged: https://github.com/helm/helm-2to3/pull/224
358358
github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 // upstream not maintained
359359
github.com/maorfr/helm-plugin-utils => github.com/werf/3p-helm-plugin-utils v0.6.1-0.20230313152239-057595ce9d57 // switch back to upstream when merged: https://github.com/maorfr/helm-plugin-utils/pull/17
360-
// helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20230927130428-f6b0f0aa9b32
361-
helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20230928111227-362cff833bf0
360+
helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20230928153411-0a30006e1242
362361
k8s.io/helm => github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f
363362
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,8 +1759,8 @@ github.com/weppos/publicsuffix-go v0.5.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln
17591759
github.com/weppos/publicsuffix-go v0.20.1-0.20221209102050-40d9c30084b3 h1:ypyhoprZWFzU0ydOBv3I5SS7/jLFJ+ujPAU+BD/EVFM=
17601760
github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3 h1:pdKLiuiUoOFswc0HV6GX1+JHgP14HqE035xl2DQJi8A=
17611761
github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3/go.mod h1:lTSQBLomjl67m4HQMbg3BHKWes3pOmjNBg8yygXYugk=
1762-
github.com/werf/3p-helm/v3 v3.0.0-20230928111227-362cff833bf0 h1:yzYkhiRBIZXxUjy1qaYsED/TvfRRUEodtdfYfPgIajE=
1763-
github.com/werf/3p-helm/v3 v3.0.0-20230928111227-362cff833bf0/go.mod h1:ZXpK6NrMk6Fvb4Lxl1WzaZOmOG5nfjYEQpMir0rD3HA=
1762+
github.com/werf/3p-helm/v3 v3.0.0-20230928153411-0a30006e1242 h1:p0RYS9DVz4+geiZx7nJwIzC87zv0AHHZqBq6jeXL+Os=
1763+
github.com/werf/3p-helm/v3 v3.0.0-20230928153411-0a30006e1242/go.mod h1:ZXpK6NrMk6Fvb4Lxl1WzaZOmOG5nfjYEQpMir0rD3HA=
17641764
github.com/werf/copy-recurse v0.2.7 h1:3FTOarbJ9uhFLi75oeUCioK9zxZwuV7o28kuUBPDZPM=
17651765
github.com/werf/copy-recurse v0.2.7/go.mod h1:6Ypb+qN+hRBJgoCgEkX1vpbqcQ+8q69BQ3hi8s8Y6Qc=
17661766
github.com/werf/helm v0.0.0-20210202111118-81e74d46da0f h1:81YscYTF9mmTf0ULOsCmm42YWQp+qWDzWi1HjWniZrg=

0 commit comments

Comments
 (0)