Skip to content

Commit

Permalink
feat(deploy): new werf.io/deploy-dependency-<name> annotation
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 May 22, 2024
1 parent ff2843a commit 3e76f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ require (
github.com/werf/kubedog v0.12.4-0.20240329141850-9e5c458d11bb
github.com/werf/lockgate v0.1.1
github.com/werf/logboek v0.6.1
github.com/werf/nelm v0.0.0-20240520162550-9b66793c0b60
github.com/werf/nelm v0.0.0-20240522182117-2fe63d6ff2c3
go.opentelemetry.io/otel v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1400,8 +1400,8 @@ github.com/werf/lockgate v0.1.1 h1:S400JFYjtWfE4i4LY9FA8zx0fMdfui9DPrBiTciCrx4=
github.com/werf/lockgate v0.1.1/go.mod h1:0yIFSLq9ausy6ejNxF5uUBf/Ib6daMAfXuCaTMZJzIE=
github.com/werf/logboek v0.6.1 h1:oEe6FkmlKg0z0n80oZjLplj6sXcBeLleCkjfOOZEL2g=
github.com/werf/logboek v0.6.1/go.mod h1:Gez5J4bxekyr6MxTmIJyId1F61rpO+0/V4vjCIEIZmk=
github.com/werf/nelm v0.0.0-20240520162550-9b66793c0b60 h1:JVU0X4AtF7W7+B5TqRzSLrcKbTKdaGLO4qCsimBEqEI=
github.com/werf/nelm v0.0.0-20240520162550-9b66793c0b60/go.mod h1:F+YVw4fjmuRImzDKacWxDZoC1G1enwpeSfvonAPgyLY=
github.com/werf/nelm v0.0.0-20240522182117-2fe63d6ff2c3 h1:y6eN6wyEntryLpeMVMqzFS7UmPG2LPdedqwkaI1SXs4=
github.com/werf/nelm v0.0.0-20240522182117-2fe63d6ff2c3/go.mod h1:F+YVw4fjmuRImzDKacWxDZoC1G1enwpeSfvonAPgyLY=
github.com/xanzy/go-gitlab v0.31.0/go.mod h1:sPLojNBn68fMUWSxIJtdVVIP8uSBYqesTfDUseX11Ug=
github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
Expand Down

0 comments on commit 3e76f87

Please sign in to comment.