mirror of
https://github.com/k8snetworkplumbingwg/whereabouts.git
synced 2025-06-03 06:42:26 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the other-go-modules group with 2 updates in the / directory: [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) and [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron). Updates `github.com/containernetworking/plugins` from 1.6.2 to 1.7.1 - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](https://github.com/containernetworking/plugins/compare/v1.6.2...v1.7.1) Updates `github.com/go-co-op/gocron/v2` from 2.16.1 to 2.16.2 - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](https://github.com/go-co-op/gocron/compare/v2.16.1...v2.16.2) --- updated-dependencies: - dependency-name: github.com/containernetworking/plugins dependency-version: 1.7.1 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.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other-go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
80 lines
3.1 KiB
Modula-2
80 lines
3.1 KiB
Modula-2
module github.com/k8snetworkplumbingwg/whereabouts
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/containernetworking/cni v1.3.0
|
|
github.com/containernetworking/plugins v1.7.1
|
|
github.com/imdario/mergo v0.3.16
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.6
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.37.0
|
|
github.com/pkg/errors v0.9.1
|
|
gomodules.xyz/jsonpatch/v2 v2.5.0
|
|
k8s.io/api v0.31.3
|
|
k8s.io/apimachinery v0.31.3
|
|
k8s.io/client-go v0.31.3
|
|
k8s.io/code-generator v0.31.3
|
|
k8s.io/kube-openapi v0.0.0-20241127205056-99599406b04f
|
|
)
|
|
|
|
require github.com/go-co-op/gocron/v2 v2.16.2
|
|
|
|
require (
|
|
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/google/gnostic-models v0.6.9 // indirect
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/vishvananda/netns v0.0.5 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
|
k8s.io/gengo/v2 v2.0.0-20240826214909-a7b603a56eb7 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/net v0.38.0 // indirect
|
|
golang.org/x/oauth2 v0.21.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/term v0.30.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/time v0.11.0
|
|
golang.org/x/tools v0.31.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // 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
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/klog/v2 v2.130.1
|
|
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect
|
|
sigs.k8s.io/yaml v1.4.0 // indirect
|
|
)
|
|
|
|
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
|