diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-01-25 01:08:48 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-01-26 01:17:26 +0100 |
commit | 935870a7df3ceb8b7bb3059cf816c537bd84c6b9 (patch) | |
tree | 80e16327afe035bee67601e4aee8d7e08f845d54 /go.mod | |
parent | df8455a97090cb06e26a881162b86887c4dfcca5 (diff) |
go: Tidy module files
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require ( git.sigsum.org/sigsum-lib-go v0.0.2 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/mock v1.4.4 - github.com/google/certificate-transparency-go v1.1.1 + 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 |