diff --git a/database/certcache.go b/database/certcache.go index 41caba0..f361745 100644 --- a/database/certcache.go +++ b/database/certcache.go @@ -1,11 +1,11 @@ package database import ( - "context" "log" r "github.com/GoRethink/gorethink" "golang.org/x/crypto/acme/autocert" + "golang.org/x/net/context" ) // CertCache extends DB to provide certificate management functions for