Skip to content

Commit

Permalink
Update go updates
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed May 4, 2024
1 parent a2333c1 commit ecbff14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.1+incompatible
github.com/docker/go-connections v0.5.0
go.arcalot.io/assert v1.8.0
go.arcalot.io/lang v1.1.0
Expand All @@ -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.20.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
)

0 comments on commit ecbff14

Please sign in to comment.