File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ require (
54
54
golang.org/x/crypto v0.37.0
55
55
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
56
56
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028
57
- golang.org/x/net v0.39.0
58
57
golang.org/x/sync v0.13.0
59
58
golang.org/x/term v0.31.0
60
59
golang.org/x/time v0.3.0
@@ -182,6 +181,7 @@ require (
182
181
go.uber.org/multierr v1.6.0 // indirect
183
182
go.uber.org/zap v1.17.0 // indirect
184
183
golang.org/x/mod v0.17.0 // indirect
184
+ golang.org/x/net v0.39.0 // indirect
185
185
golang.org/x/sys v0.32.0 // indirect
186
186
golang.org/x/text v0.24.0 // indirect
187
187
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ package lnrpc
5
5
6
6
import (
7
7
"bufio"
8
+ "context"
8
9
"io"
9
10
"net/http"
10
11
"net/textproto"
@@ -14,7 +15,6 @@ import (
14
15
15
16
"github.com/btcsuite/btclog/v2"
16
17
"github.com/gorilla/websocket"
17
- "golang.org/x/net/context"
18
18
)
19
19
20
20
const (
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package macaroons
2
2
3
3
import (
4
4
"bytes"
5
+ "context"
5
6
"fmt"
6
7
7
- "golang.org/x/net/context"
8
8
"gopkg.in/macaroon-bakery.v2/bakery"
9
9
"gopkg.in/macaroon.v2"
10
10
)
You can’t perform that action at this time.
0 commit comments