Skip to content

Commit 041575f

Browse files
Update module github.com/openshift-online/ocm-common to v0.0.33
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent c854a37 commit 041575f

File tree

7 files changed

+156
-23
lines changed

7 files changed

+156
-23
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/onsi/ginkgo/v2 v2.17.1
3131
github.com/onsi/gomega v1.30.0
3232
github.com/openshift-online/ocm-api-model/clientapi v0.0.438
33-
github.com/openshift-online/ocm-common v0.0.31
33+
github.com/openshift-online/ocm-common v0.0.33
3434
github.com/openshift-online/ocm-sdk-go v0.1.483
3535
github.com/pkg/errors v0.9.1
3636
github.com/robfig/cron/v3 v3.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ github.com/openshift-online/ocm-api-model/clientapi v0.0.438 h1:FEVoF5wpsb82XI+u
278278
github.com/openshift-online/ocm-api-model/clientapi v0.0.438/go.mod h1:fZwy5HY2URG9nrExvQeXrDU/08TGqZ16f8oymVEN5lo=
279279
github.com/openshift-online/ocm-api-model/model v0.0.438 h1:etxY6kxlLv8OJ+LXsMPAe/q8BaovLY1BJMzTNbcwGpI=
280280
github.com/openshift-online/ocm-api-model/model v0.0.438/go.mod h1:PQIoq6P8Vlb7goOdRMLK8nJY+B7HH0RTqYAa4kyidTE=
281-
github.com/openshift-online/ocm-common v0.0.31 h1:csxB4UQAUhwhDOVBmOzUKgtemuwV9rhCkzMoeFX8zCQ=
282-
github.com/openshift-online/ocm-common v0.0.31/go.mod h1:VEkuZp9aqbXtetZ5ycND6QpvhykvTuBF3oPsVM1X3vI=
281+
github.com/openshift-online/ocm-common v0.0.33 h1:OhYobnb6/zJ/QQxvNwuKKzaq5jZdjQg/ZbPb9kLAwGI=
282+
github.com/openshift-online/ocm-common v0.0.33/go.mod h1:VEkuZp9aqbXtetZ5ycND6QpvhykvTuBF3oPsVM1X3vI=
283283
github.com/openshift-online/ocm-sdk-go v0.1.483 h1:xDTrRD+CVr/7fQ4tYkMF0ztNXpBhj2WFMrcaOC7ka7c=
284284
github.com/openshift-online/ocm-sdk-go v0.1.483/go.mod h1:CRIvCmIhaR+qj4dKZaOgleSS+M9G7kB8yPOryooGyDc=
285285
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/openshift-online/ocm-common/pkg/deprecation/field_deprecation.go

Lines changed: 85 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-online/ocm-common/pkg/deprecation/transport_wrapper.go

Lines changed: 37 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-online/ocm-common/pkg/ocm/consts/custom_headers.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-online/ocm-common/pkg/rosa/oidcconfigs/oidcconfigs.go

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ github.com/openshift-online/ocm-api-model/model/service_logs/v1
447447
github.com/openshift-online/ocm-api-model/model/service_mgmt/v1
448448
github.com/openshift-online/ocm-api-model/model/status_board/v1
449449
github.com/openshift-online/ocm-api-model/model/web_rca/v1
450-
# github.com/openshift-online/ocm-common v0.0.31
450+
# github.com/openshift-online/ocm-common v0.0.33
451451
## explicit; go 1.21
452452
github.com/openshift-online/ocm-common/pkg/aws/aws_client
453453
github.com/openshift-online/ocm-common/pkg/aws/consts

0 commit comments

Comments
 (0)