File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"golang.org/x/tools/gopls/internal/lsprpc"
21
21
"golang.org/x/tools/gopls/internal/mcp"
22
22
"golang.org/x/tools/gopls/internal/protocol"
23
- "golang.org/x/tools/internal/fakenet"
23
+ "golang.org/x/tools/gopls/ internal/util /fakenet"
24
24
"golang.org/x/tools/internal/jsonrpc2"
25
25
"golang.org/x/tools/internal/tool"
26
26
)
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import (
25
25
"golang.org/x/tools/gopls/internal/test/integration"
26
26
"golang.org/x/tools/gopls/internal/test/integration/fake"
27
27
"golang.org/x/tools/gopls/internal/util/bug"
28
+ "golang.org/x/tools/gopls/internal/util/fakenet"
28
29
"golang.org/x/tools/internal/event"
29
- "golang.org/x/tools/internal/fakenet"
30
30
"golang.org/x/tools/internal/jsonrpc2"
31
31
"golang.org/x/tools/internal/jsonrpc2/servertest"
32
32
"golang.org/x/tools/internal/pprof"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments