Skip to content

Commit

Permalink
build(deps): bump github.com/k8snetworkplumbingwg/network-attachment-…
Browse files Browse the repository at this point in the history
…definition-client

Bumps [github.com/k8snetworkplumbingwg/network-attachment-definition-client](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client) from 1.1.1-0.20210510153419-66a699ae3b05 to 1.7.0.
- [Release notes](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client/releases)
- [Commits](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client/commits/v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/k8snetworkplumbingwg/network-attachment-definition-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 8e567ab commit d6d00c2
Show file tree
Hide file tree
Showing 75 changed files with 4,899 additions and 1,322 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ go 1.21

require (
github.com/blang/semver v3.5.1+incompatible
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/cni v1.2.0-rc1
github.com/containernetworking/plugins v1.4.0
github.com/imdario/mergo v0.3.16
github.com/json-iterator/go v1.1.12 // indirect
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.1-0.20210510153419-66a699ae3b05
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.31.1
github.com/pkg/errors v0.9.1
Expand All @@ -27,6 +27,7 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/jonboulle/clockwork v0.4.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
)
Expand Down Expand Up @@ -61,7 +62,7 @@ require (
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
176 changes: 8 additions & 168 deletions go.sum

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions vendor/github.com/containernetworking/cni/pkg/ns/ns_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/containernetworking/cni/pkg/ns/ns_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d6d00c2

Please sign in to comment.