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:
parent
df059e093b
commit
ef18f4c1a1
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue