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

Bump github.com/protocolbuffers/protobuf from 3.14.0+incompatible to 3.15.0+incompatible #14

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
27 changes: 0 additions & 27 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,17 @@ module github.com/Datera/datera-csi
go 1.12

require (
git.apache.org/thrift.git v0.12.0 // indirect
github.com/Datera/go-sdk v1.1.17-0.20210126225259-d2ff2e68333b
github.com/Datera/go-udc v1.1.1
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190312192040-a2a65ffce834 // indirect
github.com/Shopify/sarama v1.21.0 // indirect
github.com/aclements/go-gg v0.0.0-20170323211221-abd1f791f5ee // indirect
github.com/aclements/go-moremath v0.0.0-20180329182055-b1aff36309c7 // indirect
github.com/container-storage-interface/spec v1.2.0
github.com/coreos/go-systemd v0.0.0-20190318101727-c7c1946145b6 // indirect
github.com/docker/go-units v0.4.0
github.com/gliderlabs/ssh v0.1.3 // indirect
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/golang/protobuf v1.4.1
github.com/golang/snappy v0.0.1 // indirect
github.com/google/pprof v0.0.0-20190309163659-77426154d546 // indirect
github.com/google/uuid v1.1.1
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/gorilla/mux v1.7.0 // indirect
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
github.com/kr/pty v1.1.4 // indirect
github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20200118015005-959f12c91ca8
github.com/kubernetes-csi/csi-lib-utils v0.7.0
github.com/kubernetes-csi/csi-test v1.1.1
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/openzipkin/zipkin-go v0.1.6 // indirect
github.com/protocolbuffers/protobuf v3.14.0+incompatible
github.com/rogpeppe/fastuuid v1.0.0 // indirect
github.com/sirupsen/logrus v1.6.0
go4.org v0.0.0-20190313082347-94abd6928b1d // indirect
golang.org/x/build v0.0.0-20190319162919-ebee6e9d80f9 // indirect
golang.org/x/exp v0.0.0-20190316020145-860388717186 // indirect
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
golang.org/x/mobile v0.0.0-20190319155245-9487ef54b94a // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/perf v0.0.0-20190312170614-0655857e383f // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
google.golang.org/grpc v1.29.1
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
)
Loading