Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ replace github.com/buger/jsonparser => github.com/buger/jsonparser v1.1.2
replace github.com/go-jose/go-jose/v4 => github.com/go-jose/go-jose/v4 v4.1.4

replace github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.15

replace go.opentelemetry.io/otel => go.opentelemetry.io/otel v1.41.0
1 change: 1 addition & 0 deletions api/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -747,3 +747,4 @@ sigs.k8s.io/yaml/goyaml.v2
# github.com/buger/jsonparser => github.com/buger/jsonparser v1.1.2
# github.com/go-jose/go-jose/v4 => github.com/go-jose/go-jose/v4 v4.1.4
# github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.15
# go.opentelemetry.io/otel => go.opentelemetry.io/otel v1.41.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ require (
github.com/nmstate/nmstate/rust/src/go/nmstate v0.0.0-20220811151154-801022633c42
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.35.1
github.com/openshift-online/ocm-api-model/clientapi v0.0.453
github.com/openshift-online/ocm-sdk-go v0.1.499
github.com/openshift/api v0.0.0-20251119073004-138912d4ee99
github.com/openshift/assisted-image-service v0.0.0-20231023144959-c402402f52bf
Expand Down Expand Up @@ -136,7 +137,6 @@ require (
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
github.com/openshift-online/ocm-api-model/clientapi v0.0.453 // indirect
github.com/openshift-online/ocm-api-model/model v0.0.453 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
Expand Down