diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-13 12:29:09 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-04-13 12:29:09 +0200 |
commit | ef21646edbd38dd45368f4fd2202e6c0c57f8ac0 (patch) | |
tree | 9392337e466042881ca932e320546b4fad8098fb /go.mod | |
parent | d0c9de5a6510c7ce14f0456e84be65eb35a0f32b (diff) |
switch to sigsum-go
Updates import paths only.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module git.sigsum.org/sigsum-log-go go 1.15 require ( - git.sigsum.org/sigsum-lib-go v0.0.3 + git.sigsum.org/sigsum-go v0.0.4 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 // indirect |