Skip to content

Commit

Permalink
Update to Go 1.22.0; combine direct-requires into a single section
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Aug 29, 2024
1 parent 34b1b74 commit 69e98d9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
module go.flow.arcalot.io/podmandeployer

go 1.21
go 1.22.0

require (
github.com/docker/docker v27.2.0+incompatible
github.com/docker/go-connections v0.5.0
github.com/opencontainers/selinux v1.11.0
go.arcalot.io/assert v1.8.0
go.arcalot.io/lang v1.1.0
go.arcalot.io/log/v2 v2.2.0
go.flow.arcalot.io/deployer v0.6.1
go.flow.arcalot.io/pluginsdk v0.13.0
)

require (
Expand All @@ -19,9 +22,3 @@ require (
golang.org/x/term v0.23.0 // indirect
gotest.tools/v3 v3.5.1 // indirect
)

require (
github.com/opencontainers/selinux v1.11.0
go.arcalot.io/log/v2 v2.2.0
go.flow.arcalot.io/pluginsdk v0.13.0
)

0 comments on commit 69e98d9

Please sign in to comment.