Skip to content

Commit

Permalink
Merge pull request #557 from dgrisonnet/OCPBUGS-20679
Browse files Browse the repository at this point in the history
[release-4.11]: OCPBUGS-20679: bump library-go to include switch to HTTP/1.1
  • Loading branch information
openshift-merge-bot[bot] committed Nov 15, 2023
2 parents cb39fde + 1f5cb33 commit 5ced25e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -9,7 +9,7 @@ require (
github.com/openshift/api v0.0.0-20220525145417-ee5b62754c68
github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
github.com/openshift/library-go v0.0.0-20230104152328-aca20b161f79
github.com/openshift/library-go v0.0.0-20231020125035-ce3a76b0b6e3
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0
go.etcd.io/etcd/client/v3 v3.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -518,8 +518,8 @@ github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3 h1:65
github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a h1:ylsEgoC8Dlg4A0C1TLH0A4x/TZao7k1YveLwROhRUdk=
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a/go.mod h1:eDO5QeVi2IiXmDwB0e2z1DpAznWroZKe978pzZwFBzg=
github.com/openshift/library-go v0.0.0-20230104152328-aca20b161f79 h1:ghYrjHMsBHZNvvnpTsd0ILuc89kI/YXnq5gYYeJzUoM=
github.com/openshift/library-go v0.0.0-20230104152328-aca20b161f79/go.mod h1:AMZwYwSdbvALDl3QobEzcJ2IeDO7DYLsr42izKzh524=
github.com/openshift/library-go v0.0.0-20231020125035-ce3a76b0b6e3 h1:tSi9LdApRq23e2VPsESJVcY2a50zjnaoGrYCDcE0OEs=
github.com/openshift/library-go v0.0.0-20231020125035-ce3a76b0b6e3/go.mod h1:AMZwYwSdbvALDl3QobEzcJ2IeDO7DYLsr42izKzh524=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
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.

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
Expand Up @@ -276,7 +276,7 @@ github.com/openshift/client-go/operatorcontrolplane/clientset/versioned/scheme
github.com/openshift/client-go/operatorcontrolplane/clientset/versioned/typed/operatorcontrolplane/v1alpha1
github.com/openshift/client-go/route/clientset/versioned/scheme
github.com/openshift/client-go/route/clientset/versioned/typed/route/v1
# github.com/openshift/library-go v0.0.0-20230104152328-aca20b161f79
# github.com/openshift/library-go v0.0.0-20231020125035-ce3a76b0b6e3
## explicit; go 1.17
github.com/openshift/library-go/pkg/apps/deployment
github.com/openshift/library-go/pkg/assets
Expand Down

0 comments on commit 5ced25e

Please sign in to comment.