Skip to content

Commit 33cc6a2

Browse files
committed
Use go mod tidy -go=1.17
Signed-off-by: Ville Aikas <[email protected]>
1 parent afed0e0 commit 33cc6a2

File tree

2 files changed

+119
-4
lines changed

2 files changed

+119
-4
lines changed

go.mod

Lines changed: 118 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/trillian
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
bitbucket.org/creachadair/shell v0.0.7
@@ -15,7 +15,6 @@ require (
1515
github.com/google/btree v1.1.2
1616
github.com/google/go-cmp v0.5.8
1717
github.com/google/go-licenses v0.0.0-20210329231322-ce1d9163b77d
18-
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
1918
github.com/google/martian/v3 v3.3.2 // indirect
2019
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
2120
github.com/letsencrypt/pkcs11key/v4 v4.0.0
@@ -46,23 +45,140 @@ require (
4645
)
4746

4847
require (
48+
cloud.google.com/go v0.102.0 // indirect
49+
cloud.google.com/go/compute v1.7.0 // indirect
50+
cloud.google.com/go/iam v0.3.0 // indirect
51+
cloud.google.com/go/monitoring v1.1.0 // indirect
52+
cloud.google.com/go/storage v1.22.1 // indirect
53+
cloud.google.com/go/trace v1.0.0 // indirect
4954
github.com/Masterminds/goutils v1.1.0 // indirect
5055
github.com/Masterminds/semver v1.5.0 // indirect
5156
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
57+
github.com/PuerkitoBio/purell v1.1.1 // indirect
58+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
59+
github.com/aws/aws-sdk-go v1.37.0 // indirect
60+
github.com/benbjohnson/clock v1.1.0 // indirect
61+
github.com/beorn7/perks v1.0.1 // indirect
62+
github.com/bgentry/speakeasy v0.1.0 // indirect
63+
github.com/blendle/zapdriver v1.3.1 // indirect
64+
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
65+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
66+
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
67+
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
68+
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
69+
github.com/coreos/go-semver v0.3.0 // indirect
70+
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
71+
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
72+
github.com/davecgh/go-spew v1.1.1 // indirect
73+
github.com/dustin/go-humanize v1.0.0 // indirect
74+
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
75+
github.com/emirpasic/gods v1.12.0 // indirect
76+
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1 // indirect
77+
github.com/envoyproxy/protoc-gen-validate v0.3.0-java // indirect
5278
github.com/fatih/color v1.9.0 // indirect
5379
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
80+
github.com/go-logr/logr v1.2.2 // indirect
81+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
82+
github.com/go-openapi/jsonreference v0.19.5 // indirect
83+
github.com/go-openapi/swag v0.19.15 // indirect
84+
github.com/gogo/protobuf v1.3.2 // indirect
85+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
86+
github.com/golang/protobuf v1.5.2 // indirect
87+
github.com/google/gnostic v0.5.7-v3refs // indirect
88+
github.com/google/gofuzz v1.2.0 // indirect
89+
github.com/google/licenseclassifier v0.0.0-20210325184830-bb04aff29e72 // indirect
90+
github.com/google/uuid v1.3.0 // indirect
91+
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
92+
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
93+
github.com/googleapis/go-type-adapters v1.0.0 // indirect
94+
github.com/gorilla/websocket v1.4.2 // indirect
95+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
96+
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
5497
github.com/huandu/xstrings v1.2.0 // indirect
5598
github.com/imdario/mergo v0.3.9 // indirect
99+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
100+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
101+
github.com/jhump/protoreflect v1.10.3 // indirect
102+
github.com/jmespath/go-jmespath v0.4.0 // indirect
56103
github.com/jonboulle/clockwork v0.3.0 // indirect
104+
github.com/josharian/intern v1.0.0 // indirect
105+
github.com/json-iterator/go v1.1.12 // indirect
106+
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
107+
github.com/mailru/easyjson v0.7.7 // indirect
108+
github.com/mattn/go-colorable v0.1.4 // indirect
57109
github.com/mattn/go-runewidth v0.0.13 // indirect
110+
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
58111
github.com/miekg/pkcs11 v1.0.3 // indirect
59112
github.com/mitchellh/copystructure v1.0.0 // indirect
113+
github.com/mitchellh/go-homedir v1.1.0 // indirect
60114
github.com/mitchellh/reflectwalk v1.0.1 // indirect
115+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
116+
github.com/modern-go/reflect2 v1.0.2 // indirect
117+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
61118
github.com/mwitkow/go-proto-validators v0.2.0 // indirect
119+
github.com/olekukonko/tablewriter v0.0.5 // indirect
120+
github.com/onsi/ginkgo v1.16.5 // indirect
121+
github.com/onsi/gomega v1.18.1 // indirect
122+
github.com/otiai10/copy v1.2.0 // indirect
62123
github.com/prometheus/common v0.34.0 // indirect
124+
github.com/prometheus/procfs v0.7.3 // indirect
125+
github.com/prometheus/prometheus v2.5.0+incompatible // indirect
126+
github.com/pseudomuto/protokit v0.2.0 // indirect
127+
github.com/rivo/uniseg v0.2.0 // indirect
128+
github.com/rogpeppe/go-internal v1.6.1 // indirect
129+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
63130
github.com/sergi/go-diff v1.2.0 // indirect
131+
github.com/sirupsen/logrus v1.8.1 // indirect
132+
github.com/soheilhy/cmux v0.1.5 // indirect
133+
github.com/spf13/cobra v1.4.0 // indirect
134+
github.com/spf13/pflag v1.0.5 // indirect
135+
github.com/src-d/gcfg v1.4.0 // indirect
136+
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
64137
github.com/urfave/cli v1.22.7 // indirect
138+
github.com/xanzy/ssh-agent v0.2.1 // indirect
139+
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
140+
go.etcd.io/bbolt v1.3.6 // indirect
141+
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
142+
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
143+
go.etcd.io/etcd/client/v2 v2.305.4 // indirect
144+
go.etcd.io/etcd/etcdutl/v3 v3.5.4 // indirect
145+
go.etcd.io/etcd/pkg/v3 v3.5.4 // indirect
146+
go.etcd.io/etcd/raft/v3 v3.5.4 // indirect
147+
go.etcd.io/etcd/tests/v3 v3.5.4 // indirect
65148
go.opentelemetry.io/contrib v1.6.0 // indirect
149+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
150+
go.opentelemetry.io/otel v0.20.0 // indirect
151+
go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
152+
go.opentelemetry.io/otel/metric v0.20.0 // indirect
153+
go.opentelemetry.io/otel/sdk v0.20.0 // indirect
154+
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
155+
go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
156+
go.opentelemetry.io/otel/trace v0.20.0 // indirect
157+
go.opentelemetry.io/proto/otlp v0.7.0 // indirect
158+
go.uber.org/atomic v1.9.0 // indirect
66159
go.uber.org/multierr v1.8.0 // indirect
67160
go.uber.org/zap v1.21.0 // indirect
161+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
162+
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
163+
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
164+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
165+
golang.org/x/text v0.3.7 // indirect
166+
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
167+
google.golang.org/appengine v1.6.7 // indirect
168+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
169+
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
170+
gopkg.in/inf.v0 v0.9.1 // indirect
171+
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
172+
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
173+
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
174+
gopkg.in/warnings.v0 v0.1.2 // indirect
175+
gopkg.in/yaml.v2 v2.4.0 // indirect
176+
gopkg.in/yaml.v3 v3.0.1 // indirect
177+
k8s.io/api v0.24.1 // indirect
178+
k8s.io/klog/v2 v2.60.1 // indirect
179+
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
180+
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
181+
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
182+
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
183+
sigs.k8s.io/yaml v1.3.0 // indirect
68184
)

go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,8 @@ github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/
400400
github.com/google/licenseclassifier v0.0.0-20210325184830-bb04aff29e72 h1:EfzlPF5MRmoWsCGvSkPZ1Nh9uVzHf4FfGnDQ6CXd2NA=
401401
github.com/google/licenseclassifier v0.0.0-20210325184830-bb04aff29e72/go.mod h1:qsqn2hxC+vURpyBRygGUuinTO42MFRLcsmQ/P8v94+M=
402402
github.com/google/mako v0.0.0-20190821191249-122f8dcef9e3/go.mod h1:YzLcVlL+NqWnmUEPuhS1LxDDwGO9WNbVlEXaF4IH35g=
403+
github.com/google/martian v2.1.0+incompatible h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=
403404
github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
404-
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE=
405-
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
406405
github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=
407406
github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=
408407
github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk=

0 commit comments

Comments
 (0)