SA: use stdlib context instead of golang version. (#4547)

Match the context `import` in `sa/precertificates.go` to the rest of Boulder.
This commit is contained in:
Jacob Hoffman-Andrews 2019-11-14 09:50:35 -08:00 committed by Daniel McCarney
parent df059e093b
commit ef18f4c1a1
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,7 @@
package sa
import (
"context"
"crypto/x509"
"database/sql"
"errors"
@ -8,8 +9,6 @@ import (
"strings"
"time"
"golang.org/x/net/context"
"github.com/letsencrypt/boulder/core"
corepb "github.com/letsencrypt/boulder/core/proto"
berrors "github.com/letsencrypt/boulder/errors"