Skip to content

Commit 5e50994

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 fada5f1 commit 5e50994

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
@@ -29,7 +29,7 @@ require (
2929
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20210105204122-a87d9f614b9d
3030
github.com/onsi/ginkgo/v2 v2.17.1
3131
github.com/onsi/gomega v1.30.0
32-
github.com/openshift-online/ocm-common v0.0.31
32+
github.com/openshift-online/ocm-common v0.0.33
3333
github.com/openshift-online/ocm-sdk-go v0.1.476
3434
github.com/pkg/errors v0.9.1
3535
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.431 h1:oGyJaX7ERZZVqVQB
278278
github.com/openshift-online/ocm-api-model/clientapi v0.0.431/go.mod h1:fZwy5HY2URG9nrExvQeXrDU/08TGqZ16f8oymVEN5lo=
279279
github.com/openshift-online/ocm-api-model/model v0.0.431 h1:vIuELb0uH2AkN5LMQLYbLrdYIULMEK6ctQkbdoNbEZQ=
280280
github.com/openshift-online/ocm-api-model/model v0.0.431/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.476 h1:l5gp/QEqnocqM02m7pDeS9ndXcCTBamewVSGaymd88Y=
284284
github.com/openshift-online/ocm-sdk-go v0.1.476/go.mod h1:ds+aOAlQbiK0ubZP3CwXkzd7m48v6fMQ1ef9UCrjzBY=
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)