diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-29 12:42:28 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2021-09-29 12:42:28 +0200 |
commit | cf6b80110038ab71bbb591aaa7fded0852b54f2c (patch) | |
tree | 083970e0ae32d495e0d4aa3a9ede147723342c95 /cmd/go.mod | |
parent | d39cf35cc43d418b1ad5a5f14c1698d8665dfc60 (diff) |
tested to go get from sigsum-log-go
Diffstat (limited to 'cmd/go.mod')
-rw-r--r-- | cmd/go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module example.com go 1.14 + +require git.sigsum.org/sigsum-log-go v0.2.1 // indirect |