Skip to content

Commit

Permalink
OCM-9005 | fix: Update ocm-sdk-go to fix Windows SSL certificate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robpblake committed Jun 24, 2024
1 parent 4966091 commit 3279f37
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 195 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.30.0
github.com/openshift-online/ocm-common v0.0.0-20240611095658-2ad1e6fae94d
github.com/openshift-online/ocm-sdk-go v0.1.425
github.com/openshift-online/ocm-sdk-go v0.1.426
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
github.com/onsi/gomega v1.30.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/openshift-online/ocm-common v0.0.0-20240611095658-2ad1e6fae94d h1:mnEM21UdF1HPhBK2pAy+q94gDsEmfReps3DTJbKmpVc=
github.com/openshift-online/ocm-common v0.0.0-20240611095658-2ad1e6fae94d/go.mod h1:2NApKjtzSOsW9MVf58LwAnSCSIK48U1Z/m7dWGOQ5fw=
github.com/openshift-online/ocm-sdk-go v0.1.425 h1:QmT9XnbZc1/SKp4QkHe2dnsln87wyYxt/aOjYE0G+jE=
github.com/openshift-online/ocm-sdk-go v0.1.425/go.mod h1:CiAu2jwl3ITKOxkeV0Qnhzv4gs35AmpIzVABQLtcI2Y=
github.com/openshift-online/ocm-sdk-go v0.1.426 h1:tzaQAx/2arpkwA/NCoj9N4XM/SwAtHg2zIfXtY/aql0=
github.com/openshift-online/ocm-sdk-go v0.1.426/go.mod h1:CiAu2jwl3ITKOxkeV0Qnhzv4gs35AmpIzVABQLtcI2Y=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
3 changes: 3 additions & 0 deletions vendor/github.com/openshift-online/ocm-sdk-go/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/openshift-online/ocm-sdk-go/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ github.com/openshift-online/ocm-common/pkg/rosa/oidcconfigs
github.com/openshift-online/ocm-common/pkg/test/kms_key
github.com/openshift-online/ocm-common/pkg/test/vpc_client
github.com/openshift-online/ocm-common/pkg/utils
# github.com/openshift-online/ocm-sdk-go v0.1.425
# github.com/openshift-online/ocm-sdk-go v0.1.426
## explicit; go 1.21
github.com/openshift-online/ocm-sdk-go
github.com/openshift-online/ocm-sdk-go/accesstransparency
Expand Down

0 comments on commit 3279f37

Please sign in to comment.