Skip to content

Commit

Permalink
Bump google/gnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqes committed Sep 13, 2022
1 parent 868c507 commit db10cf5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ replace (
github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.9.4
github.com/gardener/hvpa-controller => github.com/gardener/hvpa-controller v0.5.0
github.com/gardener/hvpa-controller/api => github.com/gardener/hvpa-controller/api v0.5.0
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5 // keep this value in sync with k8s.io/apiserver
github.com/google/gnostic => github.com/google/gnostic v0.5.7-v3refs // keep this value in sync with k8s.io/apiserver
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.12.2 // keep this value in sync with sigs.k8s.io/controller-runtime
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8
google.golang.org/grpc => google.golang.org/grpc v1.47.0 // keep this value in sync with k8s.io/apiserver
Expand Down
4 changes: 3 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,9 @@ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0=
github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA=
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
github.com/googleapis/gnostic v0.2.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
github.com/googleapis/gnostic v0.3.1/go.mod h1:on+2t9HRStVgn95RSsFWFz+6Q0Snyqv1awfrALZdbtU=
github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g=
github.com/gophercloud/gophercloud v0.0.0-20190212181753-892256c46858/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8=
github.com/gophercloud/gophercloud v0.2.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ github.com/golang/protobuf/ptypes/wrappers
# github.com/golang/snappy v0.0.4
## explicit
github.com/golang/snappy
# github.com/google/gnostic v0.5.7-v3refs
# github.com/google/gnostic v0.5.7-v3refs => github.com/google/gnostic v0.5.7-v3refs
## explicit; go 1.12
github.com/google/gnostic/compiler
github.com/google/gnostic/extensions
Expand Down Expand Up @@ -1632,7 +1632,7 @@ sigs.k8s.io/yaml
# github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.9.4
# github.com/gardener/hvpa-controller => github.com/gardener/hvpa-controller v0.5.0
# github.com/gardener/hvpa-controller/api => github.com/gardener/hvpa-controller/api v0.5.0
# github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
# github.com/google/gnostic => github.com/google/gnostic v0.5.7-v3refs
# github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.12.2
# golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8
# google.golang.org/grpc => google.golang.org/grpc v1.47.0
Expand Down

0 comments on commit db10cf5

Please sign in to comment.