Skip to content

Commit 394ab0d

Browse files
build(deps): bump the golang group with 5 updates
Bumps the golang group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.11.4` | `0.12.0` | | [github.com/alexflint/go-filemutex](https://github.com/alexflint/go-filemutex) | `1.2.0` | `1.3.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.13.2` | `2.16.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.30.0` | `1.31.1` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.15.0` | `0.17.0` | Updates `github.com/Microsoft/hcsshim` from 0.11.4 to 0.12.0 - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](microsoft/hcsshim@v0.11.4...v0.12.0) Updates `github.com/alexflint/go-filemutex` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/alexflint/go-filemutex/releases) - [Commits](alexflint/go-filemutex@v1.2.0...v1.3.0) Updates `github.com/onsi/ginkgo/v2` from 2.13.2 to 2.16.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.13.2...v2.16.0) Updates `github.com/onsi/gomega` from 1.30.0 to 1.31.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.30.0...v1.31.1) Updates `golang.org/x/sys` from 0.15.0 to 0.17.0 - [Commits](golang/sys@v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/Microsoft/hcsshim dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/alexflint/go-filemutex dependency-type: direct:production update-type: version-update:semver-minor 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: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0144de0 commit 394ab0d

File tree

376 files changed

+12903
-33269
lines changed

Some content is hidden

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

376 files changed

+12903
-33269
lines changed

go.mod

+17-17
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/containernetworking/plugins
33
go 1.20
44

55
require (
6-
github.com/Microsoft/hcsshim v0.11.4
7-
github.com/alexflint/go-filemutex v1.2.0
6+
github.com/Microsoft/hcsshim v0.12.0
7+
github.com/alexflint/go-filemutex v1.3.0
88
github.com/buger/jsonparser v1.1.1
99
github.com/containernetworking/cni v1.1.2
1010
github.com/coreos/go-iptables v0.7.0
@@ -15,36 +15,36 @@ require (
1515
github.com/godbus/dbus/v5 v5.1.0
1616
github.com/mattn/go-shellwords v1.0.12
1717
github.com/networkplumbing/go-nft v0.4.0
18-
github.com/onsi/ginkgo/v2 v2.13.2
19-
github.com/onsi/gomega v1.30.0
18+
github.com/onsi/ginkgo/v2 v2.16.0
19+
github.com/onsi/gomega v1.31.1
2020
github.com/opencontainers/selinux v1.11.0
2121
github.com/safchain/ethtool v0.3.0
2222
github.com/vishvananda/netlink v1.2.1-beta.2
23-
golang.org/x/sys v0.15.0
23+
golang.org/x/sys v0.17.0
2424
)
2525

2626
require (
2727
github.com/Microsoft/go-winio v0.6.1 // indirect
28-
github.com/containerd/cgroups v1.1.0 // indirect
29-
github.com/containerd/containerd v1.6.23 // indirect
28+
github.com/containerd/cgroups/v3 v3.0.2 // indirect
29+
github.com/containerd/errdefs v0.1.0 // indirect
3030
github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4 // indirect
31-
github.com/go-logr/logr v1.3.0 // indirect
31+
github.com/go-logr/logr v1.4.1 // indirect
3232
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
33-
github.com/gogo/protobuf v1.3.2 // indirect
3433
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3534
github.com/golang/protobuf v1.5.3 // indirect
3635
github.com/google/go-cmp v0.6.0 // indirect
3736
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
3837
github.com/pkg/errors v0.9.1 // indirect
39-
github.com/sirupsen/logrus v1.9.0 // indirect
38+
github.com/sirupsen/logrus v1.9.3 // indirect
39+
github.com/stretchr/testify v1.8.2 // indirect
4040
github.com/vishvananda/netns v0.0.4 // indirect
4141
go.opencensus.io v0.24.0 // indirect
42-
golang.org/x/mod v0.13.0 // indirect
43-
golang.org/x/net v0.17.0 // indirect
44-
golang.org/x/text v0.13.0 // indirect
45-
golang.org/x/tools v0.14.0 // indirect
46-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
47-
google.golang.org/grpc v1.56.3 // indirect
48-
google.golang.org/protobuf v1.30.0 // indirect
42+
golang.org/x/mod v0.14.0 // indirect
43+
golang.org/x/net v0.20.0 // indirect
44+
golang.org/x/text v0.14.0 // indirect
45+
golang.org/x/tools v0.17.0 // indirect
46+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
47+
google.golang.org/grpc v1.62.0 // indirect
48+
google.golang.org/protobuf v1.32.0 // indirect
4949
gopkg.in/yaml.v3 v3.0.1 // indirect
5050
)

go.sum

+36-45
Large diffs are not rendered by default.

vendor/github.com/Microsoft/hcsshim/.golangci.yml

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

vendor/github.com/Microsoft/hcsshim/Makefile

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

vendor/github.com/Microsoft/hcsshim/Protobuild.toml

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

0 commit comments

Comments
 (0)