Skip to content

Commit 579b4c1

Browse files
Bump the other-go-modules group across 1 directory with 8 updates
Bumps the other-go-modules group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/containernetworking/cni](https://github.com/containernetworking/cni) | `1.2.3` | `1.3.0` | | [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) | `1.6.1` | `1.6.2` | | [github.com/k8snetworkplumbingwg/network-attachment-definition-client](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client) | `1.7.0` | `1.7.6` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.2` | `1.37.0` | | [gomodules.xyz/jsonpatch/v2](https://github.com/gomodules/jsonpatch) | `2.4.0` | `2.5.0` | | [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) | `2.12.4` | `2.16.1` | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.8.0` | `1.9.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | Updates `github.com/containernetworking/cni` from 1.2.3 to 1.3.0 - [Release notes](https://github.com/containernetworking/cni/releases) - [Commits](containernetworking/cni@v1.2.3...v1.3.0) Updates `github.com/containernetworking/plugins` from 1.6.1 to 1.6.2 - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](containernetworking/plugins@v1.6.1...v1.6.2) Updates `github.com/k8snetworkplumbingwg/network-attachment-definition-client` from 1.7.0 to 1.7.6 - [Release notes](https://github.com/k8snetworkplumbingwg/network-attachment-definition-client/releases) - [Commits](k8snetworkplumbingwg/network-attachment-definition-client@v1.7.0...v1.7.6) Updates `github.com/onsi/gomega` from 1.36.2 to 1.37.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.2...v1.37.0) Updates `gomodules.xyz/jsonpatch/v2` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/gomodules/jsonpatch/releases) - [Changelog](https://github.com/gomodules/jsonpatch/blob/release-2.0/CHANGELOG.md) - [Commits](gomodules/jsonpatch@v2.4.0...v2.5.0) Updates `github.com/go-co-op/gocron/v2` from 2.12.4 to 2.16.1 - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](go-co-op/gocron@v2.12.4...v2.16.1) Updates `github.com/fsnotify/fsnotify` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.8.0...v1.9.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](golang/time@v0.8.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/containernetworking/cni dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-go-modules - dependency-name: github.com/containernetworking/plugins dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-go-modules - dependency-name: github.com/k8snetworkplumbingwg/network-attachment-definition-client dependency-version: 1.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-go-modules - dependency-name: github.com/onsi/gomega dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-go-modules - dependency-name: gomodules.xyz/jsonpatch/v2 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-go-modules - dependency-name: github.com/go-co-op/gocron/v2 dependency-version: 2.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-go-modules - dependency-name: github.com/fsnotify/fsnotify dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-go-modules - dependency-name: golang.org/x/time dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-go-modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20f4a4c commit 579b4c1

File tree

182 files changed

+3075
-4311
lines changed

Some content is hidden

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

182 files changed

+3075
-4311
lines changed

go.mod

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
module github.com/k8snetworkplumbingwg/whereabouts
22

33
go 1.23
4+
toolchain go1.24.1
5+
46
require (
57
github.com/blang/semver v3.5.1+incompatible
6-
github.com/containernetworking/cni v1.2.3
7-
github.com/containernetworking/plugins v1.6.1
8+
github.com/containernetworking/cni v1.3.0
9+
github.com/containernetworking/plugins v1.6.2
810
github.com/imdario/mergo v0.3.16
911
github.com/json-iterator/go v1.1.12 // indirect
10-
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.0
12+
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.6
1113
github.com/onsi/ginkgo v1.16.5
12-
github.com/onsi/gomega v1.36.2
14+
github.com/onsi/gomega v1.37.0
1315
github.com/pkg/errors v0.9.1
14-
gomodules.xyz/jsonpatch/v2 v2.4.0
16+
gomodules.xyz/jsonpatch/v2 v2.5.0
1517
k8s.io/api v0.31.3
1618
k8s.io/apimachinery v0.31.3
1719
k8s.io/client-go v0.31.3
1820
k8s.io/code-generator v0.31.3
1921
k8s.io/kube-openapi v0.0.0-20241127205056-99599406b04f
2022
)
2123

22-
require github.com/go-co-op/gocron/v2 v2.12.4
24+
require github.com/go-co-op/gocron/v2 v2.16.1
2325

2426
require (
2527
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2628
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
2729
github.com/google/gnostic-models v0.6.9 // indirect
28-
github.com/jonboulle/clockwork v0.4.0 // indirect
30+
github.com/jonboulle/clockwork v0.5.0 // indirect
2931
github.com/robfig/cron/v3 v3.0.1 // indirect
3032
github.com/vishvananda/netns v0.0.4 // indirect
3133
github.com/x448/float16 v0.8.4 // indirect
32-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
33-
golang.org/x/sync v0.11.0 // indirect
34+
golang.org/x/sync v0.12.0 // indirect
3435
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
3536
k8s.io/gengo/v2 v2.0.0-20240826214909-a7b603a56eb7 // indirect
3637
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
@@ -39,15 +40,15 @@ require (
3940
require (
4041
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4142
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
42-
github.com/fsnotify/fsnotify v1.8.0
43+
github.com/fsnotify/fsnotify v1.9.0
4344
github.com/go-logr/logr v1.4.2 // indirect
4445
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4546
github.com/go-openapi/jsonreference v0.20.2 // indirect
4647
github.com/go-openapi/swag v0.23.0 // indirect
4748
github.com/gogo/protobuf v1.3.2 // indirect
4849
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4950
github.com/golang/protobuf v1.5.4 // indirect
50-
github.com/google/go-cmp v0.6.0 // indirect
51+
github.com/google/go-cmp v0.7.0 // indirect
5152
github.com/google/gofuzz v1.2.0 // indirect
5253
github.com/google/uuid v1.6.0 // indirect
5354
github.com/josharian/intern v1.0.0 // indirect
@@ -57,15 +58,15 @@ require (
5758
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5859
github.com/nxadm/tail v1.4.8 // indirect
5960
github.com/spf13/pflag v1.0.5 // indirect
60-
golang.org/x/mod v0.22.0 // indirect
61-
golang.org/x/net v0.36.0 // indirect
61+
golang.org/x/mod v0.23.0 // indirect
62+
golang.org/x/net v0.37.0 // indirect
6263
golang.org/x/oauth2 v0.21.0 // indirect
63-
golang.org/x/sys v0.30.0 // indirect
64-
golang.org/x/term v0.29.0 // indirect
65-
golang.org/x/text v0.22.0 // indirect
66-
golang.org/x/time v0.8.0
67-
golang.org/x/tools v0.28.0 // indirect
68-
google.golang.org/protobuf v1.36.1 // indirect
64+
golang.org/x/sys v0.31.0 // indirect
65+
golang.org/x/term v0.30.0 // indirect
66+
golang.org/x/text v0.23.0 // indirect
67+
golang.org/x/time v0.11.0
68+
golang.org/x/tools v0.30.0 // indirect
69+
google.golang.org/protobuf v1.36.5 // indirect
6970
gopkg.in/inf.v0 v0.9.1 // indirect
7071
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
7172
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 40 additions & 42 deletions
Large diffs are not rendered by default.

vendor/github.com/containernetworking/cni/pkg/types/types.go

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containernetworking/cni/pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.cirrus.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/README.md

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)