diff options
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() { |