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 d3d04c2 commit 20e44ba
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-20240508111534-37822c515806
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-20240508111534-37822c515806 h1:YEDgruMDet/LJyav5G6VuvMhCf3tm7mQxR9ZS/yjn2E=
github.com/openshift-online/ocm-common v0.0.0-20240508111534-37822c515806/go.mod h1:aAE9ThwbT6pHKyVP15TW724yV0uvdNL3ZnIxena2j5s=
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

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.

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 20e44ba

Please sign in to comment.