Skip to content

Update go.mod packages #342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release-2.13
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,54 @@
go 1.23.0

require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/openshift/api v3.9.1-0.20191111211345-a27ff30ebf09+incompatible
github.com/prometheus/client_golang v1.15.1
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.10.0 // indirect
golang.org/x/net v0.33.0
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
k8s.io/client-go v0.27.2
k8s.io/klog/v2 v2.100.1
github.com/openshift/api 7152b1b11175

Check failure on line 10 in go.mod

View check run for this annotation

Red Hat Konflux / Red Hat Konflux / insights-metrics-acm-213-on-pull-request

go.mod#L10

require github.com/openshift/api: version "7152b1b11175" invalid: reading file:///cachi2/output/deps/gomod/pkg/mod/cache/download/github.com/openshift/api/@v/7152b1b11175.info: no such file or directory
github.com/prometheus/client_golang v1.22.0
github.com/prometheus/common v0.63.0 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
golang.org/x/net v0.39.0
golang.org/x/sys v0.32.0 // indirect
golang.org/x/term v0.31.0 // indirect
golang.org/x/text v0.24.0 // indirect
k8s.io/api v0.33.0
k8s.io/apimachinery v0.33.0
k8s.io/client-go v0.33.0
k8s.io/klog/v2 v2.130.1
k8s.io/kube-state-metrics v1.9.8
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
open-cluster-management.io/api v0.11.0
sigs.k8s.io/controller-runtime v0.15.0 // indirect
sigs.k8s.io/wg-policy-prototypes v0.0.0-20230505033312-51c21979086a
k8s.io/utils 0f33e8f1c979 // indirect

Check failure on line 23 in go.mod

View check run for this annotation

Red Hat Konflux / Red Hat Konflux / insights-metrics-acm-213-on-pull-request

go.mod#L23

require k8s.io/utils: version "0f33e8f1c979" invalid: reading file:///cachi2/output/deps/gomod/pkg/mod/cache/download/k8s.io/utils/@v/0f33e8f1c979.info: no such file or directory
open-cluster-management.io/api v0.16.1
sigs.k8s.io/controller-runtime v0.20.4 // indirect
sigs.k8s.io/wg-policy-prototypes b6021e95f3be

Check failure on line 26 in go.mod

View check run for this annotation

Red Hat Konflux / Red Hat Konflux / insights-metrics-acm-213-on-pull-request

go.mod#L26

require sigs.k8s.io/wg-policy-prototypes: version "b6021e95f3be" invalid: reading file:///cachi2/output/deps/gomod/pkg/mod/cache/download/sigs.k8s.io/wg-policy-prototypes/@v/b6021e95f3be.info: no such file or directory
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic v0.7.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/oauth2 v0.28.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/oauth2 v0.29.0 // indirect
golang.org/x/time v0.11.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
k8s.io/kube-openapi c8a335a9a2ff // indirect

Check failure on line 52 in go.mod

View check run for this annotation

Red Hat Konflux / Red Hat Konflux / insights-metrics-acm-213-on-pull-request

go.mod#L52

require k8s.io/kube-openapi: version "c8a335a9a2ff" invalid: reading file:///cachi2/output/deps/gomod/pkg/mod/cache/download/k8s.io/kube-openapi/@v/c8a335a9a2ff.info: no such file or directory
sigs.k8s.io/json cfa47c3a1cc8 // indirect

Check failure on line 53 in go.mod

View check run for this annotation

Red Hat Konflux / Red Hat Konflux / insights-metrics-acm-213-on-pull-request

go.mod#L53

require sigs.k8s.io/json: version "cfa47c3a1cc8" invalid: reading file:///cachi2/output/deps/gomod/pkg/mod/cache/download/sigs.k8s.io/json/@v/cfa47c3a1cc8.info: no such file or directory
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)