Skip to content

Commit

Permalink
update podman deployer to v0.11.0 (#181)
Browse files Browse the repository at this point in the history
* update podman deployer to v0.11.0

* go mod tidy
  • Loading branch information
dustinblack committed May 6, 2024
1 parent 8981b96 commit 38ca84b
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 @@ -14,7 +14,7 @@ require (
go.flow.arcalot.io/expressions v0.4.1
go.flow.arcalot.io/kubernetesdeployer v0.9.1
go.flow.arcalot.io/pluginsdk v0.11.1
go.flow.arcalot.io/podmandeployer v0.10.0
go.flow.arcalot.io/podmandeployer v0.11.0
go.flow.arcalot.io/pythondeployer v0.6.0
go.flow.arcalot.io/testdeployer v0.6.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ go.flow.arcalot.io/kubernetesdeployer v0.9.1 h1:AGnJFazehAENXxGMCF0Uc7aG9F0Lpvuh
go.flow.arcalot.io/kubernetesdeployer v0.9.1/go.mod h1:yvxT3VwmyrlIi4422pxl02z4QeU2Gvbjg5aQB17Ye4s=
go.flow.arcalot.io/pluginsdk v0.11.1 h1:vutbhJVSqCqVvgYHNTEYa0Hx0p+lxh9HoyFhhC+ui94=
go.flow.arcalot.io/pluginsdk v0.11.1/go.mod h1:7HafTRTFTYRbJ4sS/Vn0CFrHlaBpEoyOX4oNf612XJM=
go.flow.arcalot.io/podmandeployer v0.10.0 h1:YA9bt5Zq4yMa8e3A3XIkg+A9d7YeC5H0XJ9SD2Lz0TI=
go.flow.arcalot.io/podmandeployer v0.10.0/go.mod h1:gy+xL1oyyMKkdPUpkPFm94B3E2WySaqMl9sMmdrMk+4=
go.flow.arcalot.io/podmandeployer v0.11.0 h1:U44YwzIoR3Tpm5ePDVQhycx3ALeu1AYiLxcdQbSvNEQ=
go.flow.arcalot.io/podmandeployer v0.11.0/go.mod h1:gy+xL1oyyMKkdPUpkPFm94B3E2WySaqMl9sMmdrMk+4=
go.flow.arcalot.io/pythondeployer v0.6.0 h1:ptAurEJ2u2U127nK6Kk7zTelbkk6ipPqZcwnTmqB9vo=
go.flow.arcalot.io/pythondeployer v0.6.0/go.mod h1:xEYh4M97V2wcuAvnNq2vtWnw1scaN+36deqb1FS7BmA=
go.flow.arcalot.io/testdeployer v0.6.0 h1:IHJpWctKru0kfNEuux4lbK6jKXkN6hQGd96Zipb6Dec=
Expand Down

0 comments on commit 38ca84b

Please sign in to comment.