Skip to content

Commit 71a820e

Browse files
Merge pull request #3228 from damdo/bump-ocm-sdk-go
OCM-00000 | chore: bump ocm sdk go to v0.1.499
2 parents ca5b1c8 + d9b9ae9 commit 71a820e

File tree

271 files changed

+19272
-81093
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+19272
-81093
lines changed

go.mod

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ 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-api-model/clientapi v0.0.452
32+
github.com/openshift-online/ocm-api-model/clientapi v0.0.453
3333
github.com/openshift-online/ocm-common v0.0.32
34-
github.com/openshift-online/ocm-sdk-go v0.1.497
34+
github.com/openshift-online/ocm-sdk-go v0.1.499
3535
github.com/pkg/errors v0.9.1
3636
github.com/robfig/cron/v3 v3.0.1
3737
github.com/sirupsen/logrus v1.9.3
@@ -50,8 +50,10 @@ require (
5050
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.34.0 // indirect
5151
github.com/aws/aws-sdk-go-v2/service/ram v1.26.1 // indirect
5252
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
53+
github.com/kr/pty v1.1.8 // indirect
54+
github.com/lib/pq v1.10.5 // indirect
5355
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
54-
github.com/openshift-online/ocm-api-model/model v0.0.452 // indirect
56+
github.com/openshift-online/ocm-api-model/model v0.0.453 // indirect
5557
go.yaml.in/yaml/v2 v2.4.3 // indirect
5658
)
5759

@@ -97,14 +99,6 @@ require (
9799
github.com/inconshreveable/mousetrap v1.1.0 // indirect
98100
github.com/itchyny/gojq v0.12.9 // indirect
99101
github.com/itchyny/timefmt-go v0.1.4 // indirect
100-
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
101-
github.com/jackc/pgconn v1.14.3 // indirect
102-
github.com/jackc/pgio v1.0.0 // indirect
103-
github.com/jackc/pgpassfile v1.0.0 // indirect
104-
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
105-
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
106-
github.com/jackc/pgtype v1.14.0 // indirect
107-
github.com/jackc/pgx/v4 v4.18.3 // indirect
108102
github.com/jmespath/go-jmespath v0.4.0 // indirect
109103
github.com/json-iterator/go v1.1.12 // indirect
110104
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect

go.sum

Lines changed: 6 additions & 137 deletions
Large diffs are not rendered by default.

vendor/github.com/jackc/chunkreader/v2/.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

vendor/github.com/jackc/chunkreader/v2/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/github.com/jackc/chunkreader/v2/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/jackc/chunkreader/v2/chunkreader.go

Lines changed: 0 additions & 104 deletions
This file was deleted.

vendor/github.com/jackc/pgconn/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/jackc/pgconn/CHANGELOG.md

Lines changed: 0 additions & 177 deletions
This file was deleted.

vendor/github.com/jackc/pgconn/LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)