From a7ee9b1a065149b10390de3ae7fa879b4259060b Mon Sep 17 00:00:00 2001 From: Cadey Dodrill Date: Wed, 25 Jan 2017 19:28:59 -0800 Subject: [PATCH] context --- database/certcache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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