diff options
author | Grégoire Détrez <gregoire@mullvad.net> | 2022-08-29 11:47:42 +0200 |
---|---|---|
committer | Grégoire Détrez <gregoire@mullvad.net> | 2022-08-29 11:47:42 +0200 |
commit | f441f45f50496e7a31eb070121699b247e92c2d4 (patch) | |
tree | 3c75adedbe2c2ff9df9154c51aedb3f7b61b6afa /go.mod | |
parent | 4f91db1dda32ee5638f6b2890bef565aacaddcb2 (diff) |
Update Trillian to 1.5.0
Bump version and update mock.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -5,8 +5,7 @@ go 1.15 require ( git.sigsum.org/sigsum-go v0.0.9 github.com/golang/mock v1.6.0 - github.com/google/certificate-transparency-go v1.1.1 // indirect - github.com/google/trillian v1.3.13 - github.com/prometheus/client_golang v1.9.0 - google.golang.org/grpc v1.36.0 + github.com/google/trillian v1.5.0 + github.com/prometheus/client_golang v1.13.0 + google.golang.org/grpc v1.48.0 ) |