Skip to content

Commit

Permalink
Merge pull request #5475 from containers/renovate/github.com-containe…
Browse files Browse the repository at this point in the history
…rnetworking-cni-1.x

fix(deps): update module github.com/containernetworking/cni to v1.2.0
  • Loading branch information
openshift-merge-bot[bot] authored Jun 21, 2024
2 parents 0094fd4 + a4cdb78 commit d50616d
Show file tree
Hide file tree
Showing 25 changed files with 2,503 additions and 116 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go 1.21 // ***** ATTENTION WARNING CAUTION DANGER ******

require (
github.com/containerd/containerd v1.7.18
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/cni v1.2.0
github.com/containers/common v0.59.1
github.com/containers/image/v5 v5.31.0
github.com/containers/luksy v0.0.0-20240506205542-84b50f50f3ee
Expand Down Expand Up @@ -62,6 +62,7 @@ require (
dario.cat/mergo v1.0.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/Microsoft/hcsshim v0.12.3 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
Expand Down
44 changes: 4 additions & 40 deletions go.sum

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/github.com/Masterminds/semver/v3/.gitignore

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

27 changes: 27 additions & 0 deletions vendor/github.com/Masterminds/semver/v3/.golangci.yml

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

214 changes: 214 additions & 0 deletions vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

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

19 changes: 19 additions & 0 deletions vendor/github.com/Masterminds/semver/v3/LICENSE.txt

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

30 changes: 30 additions & 0 deletions vendor/github.com/Masterminds/semver/v3/Makefile

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

Loading

1 comment on commit d50616d

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.