summaryrefslogtreecommitdiff
path: root/cmd/main.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-09-29 12:42:28 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-09-29 12:42:28 +0200
commitcf6b80110038ab71bbb591aaa7fded0852b54f2c (patch)
tree083970e0ae32d495e0d4aa3a9ede147723342c95 /cmd/main.go
parentd39cf35cc43d418b1ad5a5f14c1698d8665dfc60 (diff)
tested to go get from sigsum-log-go
Diffstat (limited to 'cmd/main.go')
-rw-r--r--cmd/main.go3
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() {