diff options
Diffstat (limited to 'cmd_snapshot.go')
-rw-r--r-- | cmd_snapshot.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_snapshot.go b/cmd_snapshot.go index 464c684..9064a38 100644 --- a/cmd_snapshot.go +++ b/cmd_snapshot.go @@ -13,11 +13,11 @@ import ( "os" "time" - "git.cs.kau.se/rasmoste/ct-sans/internal/merkle" ct "github.com/google/certificate-transparency-go" "github.com/google/certificate-transparency-go/client" "github.com/google/certificate-transparency-go/jsonclient" "gitlab.torproject.org/rgdd/ct/pkg/metadata" + "rgdd.se/ct-sans/internal/merkle" ) func snapshot(opts options) error { |