-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: redhat-renovate-bot <[email protected]>
- Loading branch information
1 parent
eb15f55
commit 8e6e352
Showing
2 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
module go.flow.arcalot.io/podmandeployer | ||
|
||
go 1.22.0 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/docker/docker v27.4.0+incompatible | ||
github.com/docker/docker v27.4.1+incompatible | ||
github.com/docker/go-connections v0.5.0 | ||
github.com/opencontainers/selinux v1.11.1 | ||
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 | ||
go.flow.arcalot.io/pluginsdk v0.14.1 | ||
) | ||
|
||
require ( | ||
github.com/docker/go-units v0.5.0 // indirect | ||
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.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/term v0.28.0 // indirect | ||
gotest.tools/v3 v3.5.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters