cmd: stdlib context

This commit is contained in:
Lars Lehtonen 2019-09-28 15:44:45 -07:00
parent 085a63fee5
commit dade977d7b
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

@ -3,6 +3,7 @@ package main
import (
"bufio"
"bytes"
"context"
"encoding/hex"
"encoding/json"
"errors"
@ -25,7 +26,6 @@ import (
"github.com/lightningnetwork/lnd/walletunlocker"
"github.com/urfave/cli"
"golang.org/x/crypto/ssh/terminal"
"golang.org/x/net/context"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
)