Move package to software.sslmate.com/src/certspotter

This commit is contained in:
Andrew Ayer
2016-05-04 12:19:59 -07:00
parent 1e582e2e0c
commit b79cb31413
7 changed files with 13 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ import (
"encoding/pem"
"encoding/json"
"src.agwa.name/certspotter/ct"
"software.sslmate.com/src/certspotter/ct"
)
func ReadSTHFile (path string) (*ct.SignedTreeHead, error) {