Skip to content

Commit ff82e2a

Browse files
committed
Update ocm-sdk dependency to address CVE
1 parent 195c9ec commit ff82e2a

File tree

2 files changed

+24
-498
lines changed

2 files changed

+24
-498
lines changed

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,14 @@ require (
7272
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7373
github.com/modern-go/reflect2 v1.0.2 // indirect
7474
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
75-
github.com/openshift-online/ocm-sdk-go v0.1.368 // indirect
75+
github.com/openshift-online/ocm-sdk-go v0.1.393 // indirect
7676
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c // indirect
7777
github.com/pkg/errors v0.9.1 // indirect
7878
github.com/prometheus/client_golang v1.15.1 // indirect
7979
github.com/prometheus/client_model v0.4.0 // indirect
8080
github.com/prometheus/common v0.42.0 // indirect
8181
github.com/prometheus/procfs v0.9.0 // indirect
82+
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
8283
github.com/spf13/cobra v1.7.0 // indirect
8384
github.com/spf13/pflag v1.0.5 // indirect
8485
github.com/stoewer/go-strcase v1.2.0 // indirect
@@ -95,13 +96,13 @@ require (
9596
go.opentelemetry.io/otel/trace v1.19.0 // indirect
9697
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
9798
go.uber.org/multierr v1.10.0 // indirect
98-
golang.org/x/crypto v0.14.0 // indirect
99-
golang.org/x/net v0.17.0 // indirect
100-
golang.org/x/oauth2 v0.10.0 // indirect
99+
golang.org/x/crypto v0.17.0 // indirect
100+
golang.org/x/net v0.19.0 // indirect
101+
golang.org/x/oauth2 v0.15.0 // indirect
101102
golang.org/x/sync v0.3.0 // indirect
102-
golang.org/x/sys v0.13.0 // indirect
103-
golang.org/x/term v0.13.0 // indirect
104-
golang.org/x/text v0.13.0 // indirect
103+
golang.org/x/sys v0.15.0 // indirect
104+
golang.org/x/term v0.15.0 // indirect
105+
golang.org/x/text v0.14.0 // indirect
105106
golang.org/x/time v0.3.0 // indirect
106107
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
107108
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)