context
This commit is contained in:
parent
e3b55d92e1
commit
a7ee9b1a06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue