Skip to content

Commit 0f7d45f

Browse files
Update github.com/ovn-org/ovn-kubernetes/go-controller digest to 57a2590
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a789da3 commit 0f7d45f

File tree

480 files changed

+157
-102740
lines changed

Some content is hidden

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

480 files changed

+157
-102740
lines changed

go.mod

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/gorilla/mux v1.8.1
99
github.com/json-iterator/go v1.1.12
1010
github.com/mitchellh/mapstructure v1.5.0
11-
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20241126140656-c95491e46334
11+
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16
1212
github.com/prometheus/client_golang v1.20.5
1313
github.com/prometheus/common v0.62.0
1414
github.com/sirupsen/logrus v1.9.3
@@ -21,21 +21,13 @@ require (
2121

2222
require (
2323
github.com/beorn7/perks v1.0.1 // indirect
24-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
25-
github.com/cenkalti/hub v1.0.1 // indirect
26-
github.com/cenkalti/rpc2 v0.0.0-20210604223624-c1acbc6ec984 // indirect
2724
github.com/cespare/xxhash/v2 v2.3.0 // indirect
28-
github.com/containernetworking/cni v1.1.2 // indirect
29-
github.com/containernetworking/plugins v1.2.0 // indirect
30-
github.com/coreos/go-iptables v0.6.0 // indirect
31-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
3225
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
33-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
3427
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3528
github.com/go-logr/logr v1.4.2 // indirect
36-
github.com/go-logr/stdr v1.2.2 // indirect
3729
github.com/go-openapi/jsonpointer v0.21.0 // indirect
38-
github.com/go-openapi/jsonreference v0.20.2 // indirect
30+
github.com/go-openapi/jsonreference v0.21.0 // indirect
3931
github.com/go-openapi/swag v0.23.0 // indirect
4032
github.com/gogo/protobuf v1.3.2 // indirect
4133
github.com/golang/protobuf v1.5.4 // indirect
@@ -51,19 +43,12 @@ require (
5143
github.com/modern-go/reflect2 v1.0.2 // indirect
5244
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5345
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
54-
github.com/ovn-org/libovsdb v0.7.1-0.20240820095311-ce1951614a20 // indirect
5546
github.com/pkg/errors v0.9.1 // indirect
5647
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5748
github.com/prometheus/client_model v0.6.1 // indirect
5849
github.com/prometheus/procfs v0.15.1 // indirect
59-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
60-
github.com/safchain/ethtool v0.3.1-0.20231027162144-83e5e0097c91 // indirect
6150
github.com/stretchr/objx v0.5.2 // indirect
62-
github.com/urfave/cli/v2 v2.27.2 // indirect
63-
github.com/vishvananda/netlink v1.2.1-beta.2.0.20231024175852-77df5d35f725 // indirect
64-
github.com/vishvananda/netns v0.0.4 // indirect
6551
github.com/x448/float16 v0.8.4 // indirect
66-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
6752
golang.org/x/net v0.33.0 // indirect
6853
golang.org/x/oauth2 v0.24.0 // indirect
6954
golang.org/x/sys v0.28.0 // indirect
@@ -72,10 +57,7 @@ require (
7257
golang.org/x/time v0.7.0 // indirect
7358
google.golang.org/protobuf v1.36.1 // indirect
7459
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
75-
gopkg.in/gcfg.v1 v1.2.3 // indirect
7660
gopkg.in/inf.v0 v0.9.1 // indirect
77-
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
78-
gopkg.in/warnings.v0 v0.1.2 // indirect
7961
gopkg.in/yaml.v2 v2.4.0 // indirect
8062
k8s.io/klog/v2 v2.130.1 // indirect
8163
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect

go.sum

Lines changed: 6 additions & 102 deletions
Large diffs are not rendered by default.

vendor/github.com/cenkalti/backoff/v4/.gitignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

vendor/github.com/cenkalti/backoff/v4/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

vendor/github.com/cenkalti/backoff/v4/README.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

vendor/github.com/cenkalti/backoff/v4/backoff.go

Lines changed: 0 additions & 66 deletions
This file was deleted.

vendor/github.com/cenkalti/backoff/v4/context.go

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)