From 707db51d5ad6a528acbd71dc43b4fb6cf535d4b9 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 22 Apr 2024 23:05:15 +0200 Subject: [PATCH] Update go updates Signed-off-by: Platform Engineering Bot --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index dda0c65..df0982b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module go.flow.arcalot.io/podmandeployer go 1.21 require ( - github.com/docker/docker v26.0.0+incompatible + github.com/docker/docker v26.1.0+incompatible github.com/docker/go-connections v0.5.0 go.arcalot.io/assert v1.8.0 go.arcalot.io/lang v1.1.0 @@ -15,12 +15,12 @@ require ( github.com/moby/docker-image-spec v1.3.1 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.1.0 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/sys v0.19.0 // indirect gotest.tools/v3 v3.5.1 // indirect ) require ( github.com/opencontainers/selinux v1.11.0 go.arcalot.io/log/v2 v2.1.0 - go.flow.arcalot.io/pluginsdk v0.8.0 + go.flow.arcalot.io/pluginsdk v0.11.1 )