File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ module github.com/bootc-dev/bink
33go 1.25.8
44
55require (
6- github.com/containers/common v0.63.1
7- github.com/containers/podman/v5 v5.5.2
6+ github.com/containers/common v0.64.2
7+ github.com/containers/podman/v6 v6.0.0
88 github.com/google/uuid v1.6.0
9- github.com/onsi/ginkgo/v2 v2.28.1
10- github.com/onsi/gomega v1.39 .1
11- github.com/opencontainers/runtime-spec v1.2.1
9+ github.com/onsi/ginkgo/v2 v2.32.0
10+ github.com/onsi/gomega v1.42 .1
11+ github.com/opencontainers/runtime-spec v1.3.0
1212 github.com/sirupsen/logrus v1.9.4
1313 github.com/spf13/cobra v1.10.2
1414 github.com/spf13/viper v1.21.0
1515 gopkg.in/yaml.v3 v3.0.1
16- k8s.io/api v0.35.0
17- k8s.io/apimachinery v0.35.0
18- k8s.io/client-go v0.35.0
16+ k8s.io/api v0.36.2
17+ k8s.io/apimachinery v0.36.2
18+ k8s.io/client-go v0.36.2
1919 sigs.k8s.io/yaml v1.6.0
2020)
2121
You can’t perform that action at this time.
0 commit comments