-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
68 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,17 @@ | ||
module github.com/tcncloud/protoc-gen-persist | ||
|
||
go 1.12 | ||
|
||
require ( | ||
cloud.google.com/go v0.35.0 | ||
contrib.go.opencensus.io/exporter/stackdriver v0.8.0 // indirect | ||
git.apache.org/thrift.git v0.12.0 // indirect | ||
github.com/Shopify/sarama v1.20.0 // indirect | ||
github.com/aws/aws-sdk-go v1.16.15 // indirect | ||
github.com/go-ini/ini v1.41.0 // indirect | ||
github.com/go-logfmt/logfmt v0.4.0 // indirect | ||
github.com/gogo/protobuf v1.2.0 // indirect | ||
github.com/golang/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect | ||
cloud.google.com/go v0.37.1 | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/googleapis/gax-go v2.0.2+incompatible // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.6.4 // indirect | ||
github.com/lib/pq v1.0.0 | ||
github.com/onsi/ginkgo v1.8.0 | ||
github.com/onsi/gomega v1.5.0 | ||
github.com/openzipkin/zipkin-go v0.1.5 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/prometheus/client_golang v0.9.2 // indirect | ||
github.com/prometheus/common v0.0.0-20190107103113-2998b132700a // indirect | ||
github.com/prometheus/procfs v0.0.0-20190104112138-b1a0a9a36d74 // indirect | ||
github.com/sirupsen/logrus v1.3.0 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/sirupsen/logrus v1.4.0 | ||
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect | ||
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect | ||
golang.org/x/net v0.0.0-20190313220215-9f648a60d977 | ||
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect | ||
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect | ||
golang.org/x/tools v0.0.0-20190315165135-f59e586bb35d | ||
google.golang.org/api v0.1.0 | ||
google.golang.org/appengine v1.4.0 // indirect | ||
google.golang.org/genproto v0.0.0-20190110221437-6909d8a4a91b | ||
google.golang.org/grpc v1.17.0 | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 | ||
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect | ||
golang.org/x/tools v0.0.0-20190318005222-63e6ed9258fa | ||
google.golang.org/api v0.2.0 | ||
google.golang.org/grpc v1.19.0 | ||
) |
Oops, something went wrong.