-
- Downloads
fix(deps): update go modules
Signed-off-by:
red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
... | ... | @@ -27,7 +27,7 @@ require ( |
golang.org/x/sys v0.32.0 | ||
google.golang.org/grpc v1.72.0 | ||
google.golang.org/protobuf v1.36.6 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
k8s.io/api v0.32.3 | ||
k8s.io/apimachinery v0.32.3 | ||
k8s.io/client-go v0.32.3 | ||
... | ... | @@ -40,9 +40,9 @@ require ( |
github.com/benbjohnson/clock v1.3.5 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/cenkalti/backoff/v5 v5.0.2 // indirect | ||
github.com/cenkalti/hub v1.0.2 // indirect | ||
github.com/cenkalti/rpc2 v0.0.0-20210604223624-c1acbc6ec984 // indirect | ||
github.com/cenkalti/rpc2 v1.0.4 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/containernetworking/cni v1.1.2 // indirect | ||
github.com/containernetworking/plugins v1.2.0 // indirect | ||
... | ... | @@ -95,12 +95,12 @@ require ( |
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect | ||
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect | ||
github.com/netobserv/loki-client-go v0.0.0-20250425113517-526b43e51847 // indirect | ||
github.com/netsampler/goflow2 v1.3.7 // indirect | ||
github.com/netsampler/goflow2/v2 v2.2.2 // indirect | ||
github.com/ovn-org/libovsdb v0.7.1-0.20240820095311-ce1951614a20 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.22 // indirect | ||
github.com/pion/dtls/v2 v2.2.12 // indirect | ||
github.com/pion/dtls/v3 v3.0.6 // indirect | ||
github.com/pion/logging v0.2.3 // indirect | ||
github.com/pion/transport/v2 v2.2.10 // indirect | ||
github.com/pion/transport/v3 v3.0.7 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_model v0.6.2 // indirect | ||
... | ... | @@ -113,7 +113,7 @@ require ( |
github.com/spf13/cobra v1.9.1 // indirect | ||
github.com/spf13/pflag v1.0.6 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/urfave/cli/v2 v2.27.6 // indirect | ||
github.com/urfave/cli/v3 v3.2.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.1.2 // indirect | ||
... | ... | @@ -140,7 +140,7 @@ require ( |
golang.org/x/time v0.11.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250421163800-61c742ae3ef0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect | ||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||
gopkg.in/evanphx/json-patch.v5 v5.9.11 // indirect | ||
gopkg.in/gcfg.v1 v1.2.3 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect | ||
... | ... | @@ -154,6 +154,6 @@ require ( |
sigs.k8s.io/controller-runtime v0.20.4 // indirect | ||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||
sigs.k8s.io/randfill v1.0.0 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4/v6 v6.0.0 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) |
Please register or sign in to comment