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