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/main.go | |
parent | d39cf35cc43d418b1ad5a5f14c1698d8665dfc60 (diff) |
tested to go get from sigsum-log-go
Diffstat (limited to 'cmd/main.go')
-rw-r--r-- | cmd/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/main.go b/cmd/main.go index 3ea277e..cba3699 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -11,10 +11,11 @@ package main // // (If this is per-repo configuration in cgit -> need for sigsum-{lib,log}-go.) // +// Edit: seems to be working now w/ git.sigsum.org import ( "fmt" - "golang.sigsum.org/sigsum-log-go/pkg/types" + "git.sigsum.org/sigsum-log-go/pkg/types" ) func main() { |