Skip to content

Commit

Permalink
fix(deps): update module k8s.io/kubernetes to v1.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent 4582b61 commit e7bfbf1
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 9 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/containers/podman/v4

go 1.18
go 1.21

toolchain go1.21.5

require (
github.com/BurntSushi/toml v1.3.2
Expand Down Expand Up @@ -74,7 +76,7 @@ require (
google.golang.org/protobuf v1.31.0
gopkg.in/inf.v0 v0.9.1
gopkg.in/yaml.v3 v3.0.1
k8s.io/kubernetes v1.28.4
k8s.io/kubernetes v1.29.0
sigs.k8s.io/yaml v1.4.0
tags.cncf.io/container-device-interface v0.6.2
)
Expand Down
Loading

0 comments on commit e7bfbf1

Please sign in to comment.