module github.com/google/trillian go 1.13 require ( bitbucket.org/creachadair/shell v0.0.6 cloud.google.com/go/pubsub v1.5.0 cloud.google.com/go/spanner v1.7.0 contrib.go.opencensus.io/exporter/stackdriver v0.13.4 github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/aws/aws-sdk-go v1.25.37 // indirect github.com/coreos/go-semver v0.3.0 // indirect github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect github.com/dustin/go-humanize v1.0.0 // indirect github.com/fullstorydev/grpcurl v1.6.0 github.com/go-redis/redis v6.15.8+incompatible github.com/go-sql-driver/mysql v1.5.0 github.com/gogo/protobuf v1.3.1 // indirect github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/mock v1.4.4 github.com/golang/protobuf v1.4.2 github.com/google/btree v1.0.0 github.com/google/certificate-transparency-go v1.0.21 github.com/google/go-cmp v0.5.2 github.com/google/uuid v1.1.1 // indirect github.com/gorilla/websocket v1.4.1 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect github.com/huandu/xstrings v1.2.0 // indirect github.com/imdario/mergo v0.3.8 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/letsencrypt/pkcs11key/v4 v4.0.0 github.com/lib/pq v1.8.0 github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.10 // indirect github.com/mattn/go-runewidth v0.0.6 // indirect github.com/miekg/pkcs11 v1.0.3 // indirect github.com/mitchellh/copystructure v1.0.0 // indirect github.com/mitchellh/reflectwalk v1.0.1 // indirect github.com/mwitkow/go-proto-validators v0.2.0 // indirect github.com/olekukonko/tablewriter v0.0.2 // indirect github.com/onsi/ginkgo v1.10.3 // indirect github.com/onsi/gomega v1.7.1 // indirect github.com/prometheus/client_golang v1.7.1 github.com/prometheus/client_model v0.2.0 github.com/pseudomuto/protoc-gen-doc v1.3.2 github.com/spf13/cobra v0.0.5 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect github.com/urfave/cli v1.22.1 // indirect go.etcd.io/bbolt v1.3.4 // indirect go.etcd.io/etcd v0.0.0-20200513171258-e048e166ab9c go.opencensus.io v0.22.4 go.uber.org/multierr v1.4.0 // indirect go.uber.org/zap v1.13.0 // indirect golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 golang.org/x/tools v0.0.0-20200706234117-b22de6825cf7 google.golang.org/api v0.29.0 google.golang.org/genproto v0.0.0-20200707001353-8e8330bf89df google.golang.org/grpc v1.29.1 google.golang.org/protobuf v1.25.0 gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect gopkg.in/yaml.v2 v2.2.6 // indirect )