diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-30 15:43:32 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-30 15:43:32 +0100 |
commit | f9eff13957902f61a98f42f977ba136e3f812f22 (patch) | |
tree | 885e66ebac75545ffdda5c688842105e1c4b4023 /go.mod | |
parent | 601d2ee04840d24fe13e5ec54ae09f2a623f3d02 (diff) |
go: Fix dependencies based on Go version 1.15.9v0.3.5
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ module git.sigsum.org/sigsum-log-go -go 1.14 +go 1.15 require ( - git.sigsum.org/sigsum-lib-go v0.0.1 + 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 |