Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor update to sched-op master #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,21 @@ require (
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/onsi/ginkgo/v2 v2.6.0 // indirect
github.com/onsi/gomega v1.24.1 // indirect
github.com/pborman/uuid v1.2.0
github.com/pborman/uuid v1.2.1
github.com/portworx/dcos-secrets v0.0.0-20180616013705-8e8ec3f66611
github.com/portworx/kvdb v0.0.0-20200929023115-b312c7519467
github.com/portworx/sched-ops v1.20.4-rc1.0.20220208024433-611d861089d4
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/shirou/gopsutil v2.19.9+incompatible // indirect
github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
go.uber.org/goleak v1.2.0 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
golang.org/x/time v0.3.0 // indirect
google.golang.org/api v0.83.0
google.golang.org/api v0.103.0
k8s.io/api v0.26.0 // indirect
k8s.io/apimachinery v0.26.0 // indirect
k8s.io/client-go v12.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect

)

Expand All @@ -48,6 +44,7 @@ replace (
github.com/hashicorp/consul => github.com/hashicorp/consul v1.5.1
github.com/kubernetes-incubator/external-storage => github.com/libopenstorage/external-storage v5.1.0-openstorage+incompatible
github.com/kubernetes-incubator/external-storage v0.0.0-00010101000000-000000000000 => github.com/libopenstorage/external-storage v5.1.0-openstorage+incompatible
github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd
github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20190424153033-d3245f150225

k8s.io/api => k8s.io/api v0.25.1
Expand Down
1,479 changes: 1,211 additions & 268 deletions go.sum

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions vendor/cloud.google.com/go/compute/internal/version.go

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

5 changes: 5 additions & 0 deletions vendor/cloud.google.com/go/compute/metadata/CHANGES.md

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

202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/compute/metadata/LICENSE

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

27 changes: 27 additions & 0 deletions vendor/cloud.google.com/go/compute/metadata/README.md

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

5 changes: 5 additions & 0 deletions vendor/cloud.google.com/go/compute/metadata/go.mod

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

2 changes: 2 additions & 0 deletions vendor/cloud.google.com/go/compute/metadata/go.sum

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

3 changes: 2 additions & 1 deletion vendor/cloud.google.com/go/compute/metadata/metadata.go

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

23 changes: 23 additions & 0 deletions vendor/cloud.google.com/go/compute/metadata/tidyfix.go

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

Loading