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

@@ -10,7 +10,7 @@
package certspotter
import (
"src.agwa.name/certspotter/ct"
"software.sslmate.com/src/certspotter/ct"
"bytes"
"crypto/sha256"
)