Skip to content

Commit 3ffc42c

Browse files
dependabot[bot]squeed
authored andcommitted
build(deps): bump the golang group across 1 directory with 7 updates
Bumps the golang group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.12.7` | `0.12.9` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.20.2` | `2.22.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.2` | `1.36.0` | | [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) | `1.11.0` | `1.11.1` | | [github.com/safchain/ethtool](https://github.com/safchain/ethtool) | `0.4.1` | `0.5.9` | | [sigs.k8s.io/knftables](https://github.com/kubernetes-sigs/knftables) | `0.0.17` | `0.0.18` | Updates `github.com/Microsoft/hcsshim` from 0.12.7 to 0.12.9 - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](microsoft/hcsshim@v0.12.7...v0.12.9) Updates `github.com/onsi/ginkgo/v2` from 2.20.2 to 2.22.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.20.2...v2.22.0) Updates `github.com/onsi/gomega` from 1.34.2 to 1.36.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.34.2...v1.36.0) Updates `github.com/opencontainers/selinux` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](opencontainers/selinux@v1.11.0...v1.11.1) Updates `github.com/safchain/ethtool` from 0.4.1 to 0.5.9 - [Release notes](https://github.com/safchain/ethtool/releases) - [Commits](safchain/ethtool@v0.4.1...v0.5.9) Updates `golang.org/x/sys` from 0.26.0 to 0.27.0 - [Commits](golang/sys@v0.26.0...v0.27.0) Updates `sigs.k8s.io/knftables` from 0.0.17 to 0.0.18 - [Changelog](https://github.com/kubernetes-sigs/knftables/blob/master/CHANGELOG.md) - [Commits](kubernetes-sigs/knftables@v0.0.17...v0.0.18) --- updated-dependencies: - dependency-name: github.com/Microsoft/hcsshim dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/opencontainers/selinux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/safchain/ethtool dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: sigs.k8s.io/knftables dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6de8a98 commit 3ffc42c

File tree

167 files changed

+20750
-1059
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+20750
-1059
lines changed

go.mod

+18-15
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/containernetworking/plugins
33
go 1.23
44

55
require (
6-
github.com/Microsoft/hcsshim v0.12.7
6+
github.com/Microsoft/hcsshim v0.12.9
77
github.com/alexflint/go-filemutex v1.3.0
88
github.com/buger/jsonparser v1.1.1
99
github.com/containernetworking/cni v1.2.3
@@ -13,24 +13,27 @@ require (
1313
github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475
1414
github.com/mattn/go-shellwords v1.0.12
1515
github.com/networkplumbing/go-nft v0.4.0
16-
github.com/onsi/ginkgo/v2 v2.20.2
17-
github.com/onsi/gomega v1.34.2
18-
github.com/opencontainers/selinux v1.11.0
19-
github.com/safchain/ethtool v0.4.1
16+
github.com/onsi/ginkgo/v2 v2.22.0
17+
github.com/onsi/gomega v1.36.0
18+
github.com/opencontainers/selinux v1.11.1
19+
github.com/safchain/ethtool v0.5.9
2020
github.com/vishvananda/netlink v1.3.0
21-
golang.org/x/sys v0.26.0
22-
sigs.k8s.io/knftables v0.0.17
21+
golang.org/x/sys v0.27.0
22+
sigs.k8s.io/knftables v0.0.18
2323
)
2424

2525
require (
2626
github.com/Microsoft/go-winio v0.6.2 // indirect
2727
github.com/containerd/cgroups/v3 v3.0.3 // indirect
28-
github.com/containerd/errdefs v0.1.0 // indirect
28+
github.com/containerd/errdefs v0.3.0 // indirect
29+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
30+
github.com/containerd/typeurl/v2 v2.2.0 // indirect
2931
github.com/go-logr/logr v1.4.2 // indirect
3032
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
33+
github.com/gogo/protobuf v1.3.2 // indirect
3134
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3235
github.com/google/go-cmp v0.6.0 // indirect
33-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
36+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
3437
github.com/josharian/native v1.1.0 // indirect
3538
github.com/mdlayher/packet v1.1.2 // indirect
3639
github.com/mdlayher/socket v0.5.1 // indirect
@@ -40,12 +43,12 @@ require (
4043
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
4144
github.com/vishvananda/netns v0.0.4 // indirect
4245
go.opencensus.io v0.24.0 // indirect
43-
golang.org/x/net v0.28.0 // indirect
46+
golang.org/x/net v0.30.0 // indirect
4447
golang.org/x/sync v0.8.0 // indirect
45-
golang.org/x/text v0.17.0 // indirect
46-
golang.org/x/tools v0.24.0 // indirect
47-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
48-
google.golang.org/grpc v1.66.0 // indirect
49-
google.golang.org/protobuf v1.34.2 // indirect
48+
golang.org/x/text v0.19.0 // indirect
49+
golang.org/x/tools v0.26.0 // indirect
50+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
51+
google.golang.org/grpc v1.67.0 // indirect
52+
google.golang.org/protobuf v1.35.1 // indirect
5053
gopkg.in/yaml.v3 v3.0.1 // indirect
5154
)

go.sum

+48-31
Large diffs are not rendered by default.

vendor/github.com/Microsoft/hcsshim/internal/hns/hnsendpoint.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/jobobject/jobobject.go

+4-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/oc/errors.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/winapi/jobobject.go

+17-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/hcsshim/internal/winapi/zsyscall_windows.go

+6-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)