This commit is contained in:
Cadey Ratio 2017-01-25 19:28:59 -08:00
parent e3b55d92e1
commit a7ee9b1a06
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
package database package database
import ( import (
"context"
"log" "log"
r "github.com/GoRethink/gorethink" r "github.com/GoRethink/gorethink"
"golang.org/x/crypto/acme/autocert" "golang.org/x/crypto/acme/autocert"
"golang.org/x/net/context"
) )
// CertCache extends DB to provide certificate management functions for // CertCache extends DB to provide certificate management functions for