Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Upgrade dependencies #1387

Merged
merged 3 commits into from Nov 24, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
86 changes: 52 additions & 34 deletions go.mod
Expand Up @@ -3,55 +3,73 @@ module github.com/google/keytransparency
go 1.12

require (
github.com/Masterminds/sprig v2.20.0+incompatible // indirect
cloud.google.com/go v0.49.0 // indirect
cloud.google.com/go/spanner v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1
github.com/coreos/etcd v3.3.15+incompatible // indirect
github.com/bombsimon/wsl v1.2.8 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/coreos/etcd v3.3.17+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/emicklei/proto v1.6.15 // indirect
github.com/fullstorydev/grpcurl v1.3.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/emicklei/proto v1.8.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/gobuffalo/flect v0.1.6 // indirect
github.com/gogo/protobuf v1.3.0 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/golangci/golangci-lint v1.18.0 // indirect
github.com/google/go-cmp v0.3.0
github.com/golangci/golangci-lint v1.21.0 // indirect
github.com/google/certificate-transparency-go v1.1.0 // indirect
github.com/google/go-cmp v0.3.1
github.com/google/tink v1.2.1-0.20190523150020-6495d823d968
github.com/google/trillian v1.3.2-0.20190910105707-fa759d0a2aee
github.com/google/trillian v1.3.3
github.com/gorilla/websocket v1.4.1 // indirect
github.com/gostaticanalysis/analysisutil v0.0.3 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.11.1
github.com/grpc-ecosystem/grpc-gateway v1.9.4
github.com/imdario/mergo v0.3.8 // indirect
github.com/json-iterator/go v1.1.8 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kr/pretty v0.1.0
github.com/kylelemons/godebug v1.1.0
github.com/lyft/protoc-gen-validate v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mwitkow/go-proto-validators v0.1.0 // indirect
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/procfs v0.0.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.6 // 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/pelletier/go-toml v1.6.0 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/prometheus/procfs v0.0.7 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/securego/gosec v0.0.0-20191119104125-df484bfa9e9f // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/ultraware/funlen v0.0.2 // indirect
github.com/urfave/cli v1.22.0 // indirect
go.etcd.io/etcd v3.3.15+incompatible // indirect
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.5.0
github.com/uber/prototool v1.9.0 // indirect
github.com/urfave/cli v1.22.1 // indirect
github.com/uudashr/gocognit v1.0.0 // indirect
go.etcd.io/etcd v3.3.17+incompatible // indirect
go.opencensus.io v0.22.2 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190910064555-bbd175535a8b // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578 // indirect
google.golang.org/api v0.7.0
google.golang.org/genproto v0.0.0-20190905072037-92dd089d5514
google.golang.org/grpc v1.23.0
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20191120221951-8fd459516a27 // indirect
google.golang.org/api v0.14.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11
google.golang.org/grpc v1.25.1
gopkg.in/yaml.v2 v2.2.7 // indirect
mvdan.cc/unparam v0.0.0-20191111180625-960b1ec0f2c2 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
)

replace google.golang.org/genproto v0.0.0-20170818100345-ee236bd376b0 => google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0