File tree Expand file tree Collapse file tree 3 files changed +94
-34
lines changed Expand file tree Collapse file tree 3 files changed +94
-34
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Removed the `-by_range` flag.
8
8
9
9
### Updated dependencies
10
10
11
- * trillian from v1.3.11 to v1.3.14-0.20210525121256-7f43f1743edf
11
+ * trillian from v1.3.11 to v1.3.14-0.20210526124756-93da0daee389
12
12
13
13
## v1.1.1
14
14
[ Published 2020-10-06] ( https://github.com/google/certificate-transparency-go/releases/tag/v1.1.1 )
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ require (
8
8
github.com/golang/mock v1.5.0
9
9
github.com/golang/protobuf v1.5.2
10
10
github.com/google/go-cmp v0.5.5
11
- github.com/google/trillian v1.3.14-0.20210525121256-7f43f1743edf
11
+ github.com/google/trillian v1.3.14-0.20210526124756-93da0daee389
12
12
github.com/juju/ratelimit v1.0.1
13
13
github.com/kylelemons/godebug v1.1.0
14
14
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
15
15
github.com/prometheus/client_golang v1.10.0
16
16
github.com/rs/cors v1.7.0
17
17
github.com/sergi/go-diff v1.2.0
18
18
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
19
- go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
20
- go.etcd.io/etcd/etcdctl/v3 v3.5.0-alpha.0
21
- go.etcd.io/etcd/v3 v3.5.0-alpha.0
19
+ go.etcd.io/etcd/client/v3 v3.5.0-beta.3
20
+ go.etcd.io/etcd/etcdctl/v3 v3.5.0-beta.3
21
+ go.etcd.io/etcd/v3 v3.5.0-beta.3
22
22
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
23
23
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
24
24
google.golang.org/grpc v1.38.0
You can’t perform that action at this time.
0 commit comments