Skip to content

Commit 1d3bd54

Browse files
committed
Update trillian to v1.3.14-0.20210526124756-93da0daee389
Also ran `go mod tidy` and `go generate ./...`.
1 parent fd803c8 commit 1d3bd54

File tree

3 files changed

+94
-34
lines changed

3 files changed

+94
-34
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Removed the `-by_range` flag.
88

99
### Updated dependencies
1010

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
1212

1313
## v1.1.1
1414
[Published 2020-10-06](https://github.com/google/certificate-transparency-go/releases/tag/v1.1.1)

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ require (
88
github.com/golang/mock v1.5.0
99
github.com/golang/protobuf v1.5.2
1010
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
1212
github.com/juju/ratelimit v1.0.1
1313
github.com/kylelemons/godebug v1.1.0
1414
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
1515
github.com/prometheus/client_golang v1.10.0
1616
github.com/rs/cors v1.7.0
1717
github.com/sergi/go-diff v1.2.0
1818
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
2222
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
2323
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
2424
google.golang.org/grpc v1.38.0

0 commit comments

Comments
 (0)