Skip to content

Commit

Permalink
OCPBUGS-30420: Update pgx and pgproto3 to latest version
Browse files Browse the repository at this point in the history
Please see OCPBUGS-30420 for more information
  • Loading branch information
paul-maidment committed Mar 25, 2024
1 parent 7cac29d commit 5269945
Show file tree
Hide file tree
Showing 2,897 changed files with 300,592 additions and 116,884 deletions.
30 changes: 12 additions & 18 deletions go.mod
Expand Up @@ -18,7 +18,7 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/filanov/stateswitch v1.0.1-0.20221122134945-bfa198e3a83a
github.com/go-errors/errors v1.4.2
github.com/go-gormigrate/gormigrate/v2 v2.0.1
github.com/go-gormigrate/gormigrate/v2 v2.1.2
github.com/go-logr/logr v1.2.4
github.com/go-openapi/errors v0.20.3
github.com/go-openapi/loads v0.21.1
Expand Down Expand Up @@ -46,7 +46,7 @@ require (
github.com/nmstate/nmstate/rust/src/go/nmstate v0.0.0-20220811151154-801022633c42
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.28.1
github.com/openshift-online/ocm-sdk-go v0.1.205
github.com/openshift-online/ocm-sdk-go v0.1.413
github.com/openshift/api v0.0.0-20231031181504-3be12e93388f
github.com/openshift/assisted-image-service v0.0.0-20231023144959-c402402f52bf
github.com/openshift/assisted-service/api v0.0.0
Expand All @@ -73,14 +73,14 @@ require (
github.com/thedevsaddam/retry v1.2.1
github.com/thoas/go-funk v0.9.3
github.com/vincent-petithory/dataurl v1.0.0
golang.org/x/crypto v0.14.0
golang.org/x/crypto v0.20.0
golang.org/x/sync v0.4.0
golang.org/x/sys v0.16.0
golang.org/x/sys v0.17.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/postgres v1.3.5
gorm.io/gorm v1.25.7
gorm.io/driver/postgres v1.5.7
gorm.io/gorm v1.25.8
k8s.io/api v0.28.4
k8s.io/apiextensions-apiserver v0.28.2
k8s.io/apimachinery v0.28.4
Expand Down Expand Up @@ -108,6 +108,7 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
Expand All @@ -116,6 +117,7 @@ require (
github.com/openshift/library-go v0.0.0-20231110170715-08d73a9c798b // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/stoewer/go-strcase v1.2.0 // indirect
github.com/xdg/scram v1.0.5 // indirect
github.com/xdg/stringprep v1.0.3 // indirect
Expand Down Expand Up @@ -162,7 +164,6 @@ require (
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/glog v1.1.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand All @@ -174,14 +175,8 @@ require (
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/itchyny/timefmt-go v0.1.3 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgx/v4 v4.16.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand All @@ -190,7 +185,6 @@ require (
github.com/klauspost/compress v1.17.1 // indirect
github.com/lib/pq v1.10.9
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.2.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand Down Expand Up @@ -231,10 +225,10 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/net v0.17.0
golang.org/x/oauth2 v0.12.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/net v0.21.0
golang.org/x/oauth2 v0.15.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
271 changes: 27 additions & 244 deletions go.sum

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions vendor/github.com/go-gormigrate/gormigrate/v2/.editorconfig

This file was deleted.

This file was deleted.

32 changes: 4 additions & 28 deletions vendor/github.com/go-gormigrate/gormigrate/v2/.gitignore

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

4 changes: 0 additions & 4 deletions vendor/github.com/go-gormigrate/gormigrate/v2/.sample.env

This file was deleted.

98 changes: 66 additions & 32 deletions vendor/github.com/go-gormigrate/gormigrate/v2/CHANGELOG.md

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

6 changes: 0 additions & 6 deletions vendor/github.com/go-gormigrate/gormigrate/v2/Dockerfile

This file was deleted.

0 comments on commit 5269945

Please sign in to comment.