Skip to content

Commit cea7ba9

Browse files
deps: bump github.com/containernetworking/plugins from 1.1.1 to 1.2.0 in /azure-ipam (#1762)
deps: bump github.com/containernetworking/plugins in /azure-ipam Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](containernetworking/plugins@v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: github.com/containernetworking/plugins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddb5954 commit cea7ba9

File tree

2 files changed

+456
-21
lines changed

2 files changed

+456
-21
lines changed

azure-ipam/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
2020
github.com/Masterminds/semver v1.5.0 // indirect
2121
github.com/Microsoft/go-winio v0.4.17 // indirect
22-
github.com/Microsoft/hcsshim v0.8.23 // indirect
22+
github.com/Microsoft/hcsshim v0.9.6 // indirect
2323
github.com/PuerkitoBio/purell v1.1.1 // indirect
2424
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2525
github.com/avast/retry-go/v3 v3.1.1 // indirect
@@ -40,7 +40,7 @@ require (
4040
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4141
github.com/golang/protobuf v1.5.2 // indirect
4242
github.com/google/gnostic v0.5.7-v3refs // indirect
43-
github.com/google/go-cmp v0.5.8 // indirect
43+
github.com/google/go-cmp v0.5.9 // indirect
4444
github.com/google/gofuzz v1.2.0 // indirect
4545
github.com/google/uuid v1.3.0 // indirect
4646
github.com/imdario/mergo v0.3.12 // indirect
@@ -63,11 +63,11 @@ require (
6363
github.com/spf13/pflag v1.0.5 // indirect
6464
go.opencensus.io v0.23.0 // indirect
6565
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
66-
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
66+
golang.org/x/net v0.4.0 // indirect
6767
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
68-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
69-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
70-
golang.org/x/text v0.3.7 // indirect
68+
golang.org/x/sys v0.4.0 // indirect
69+
golang.org/x/term v0.3.0 // indirect
70+
golang.org/x/text v0.5.0 // indirect
7171
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
7272
google.golang.org/appengine v1.6.7 // indirect
7373
google.golang.org/protobuf v1.28.0 // indirect
@@ -89,7 +89,7 @@ require (
8989
require (
9090
github.com/Azure/azure-container-networking v1.4.33-0.20220822161553-2417b7effc38
9191
github.com/containernetworking/cni v1.1.2
92-
github.com/containernetworking/plugins v1.1.1
92+
github.com/containernetworking/plugins v1.2.0
9393
go.uber.org/atomic v1.9.0 // indirect
9494
go.uber.org/multierr v1.8.0 // indirect
9595
)

0 commit comments

Comments
 (0)