Skip to content

Commit 567fd9b

Browse files
Update all dependencies
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent 1ca2ce3 commit 567fd9b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/bootc-dev/bink
33
go 1.25.8
44

55
require (
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

0 commit comments

Comments
 (0)