File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ import (
9
9
"fmt"
10
10
"time"
11
11
12
- "github.com/ava-labs/avalanchego/api/info"
13
- "github.com/ava-labs/avalanchego/ids"
14
- "github.com/ava-labs/avalanchego/upgrade"
15
-
16
12
"connectrpc.com/connect"
17
13
"google.golang.org/protobuf/types/known/emptypb"
18
14
"google.golang.org/protobuf/types/known/timestamppb"
19
15
16
+ "github.com/ava-labs/avalanchego/api/info"
17
+ "github.com/ava-labs/avalanchego/ids"
18
+ "github.com/ava-labs/avalanchego/upgrade"
19
+
20
20
v1 "github.com/ava-labs/avalanchego/proto/pb/info/v1"
21
21
)
22
22
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ func initGetVMsTest(t *testing.T) *getVMsTest {
30
30
Parameters : Parameters {
31
31
VMManager : mockVMManager ,
32
32
},
33
- Log : logging.NoLog {},
33
+ VMManager : mockVMManager ,
34
+ Log : logging.NoLog {},
34
35
},
35
36
mockVMManager : mockVMManager ,
36
37
}
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ import (
21
21
"sync"
22
22
"time"
23
23
24
- "github.com/ava-labs/avalanchego/proto/pb/info/v1/infov1connect"
25
-
26
24
"connectrpc.com/grpcreflect"
27
25
"github.com/prometheus/client_golang/prometheus"
28
26
"github.com/prometheus/client_golang/prometheus/collectors"
@@ -50,6 +48,7 @@ import (
50
48
"github.com/ava-labs/avalanchego/network/dialer"
51
49
"github.com/ava-labs/avalanchego/network/peer"
52
50
"github.com/ava-labs/avalanchego/network/throttling"
51
+ "github.com/ava-labs/avalanchego/proto/pb/info/v1/infov1connect"
53
52
"github.com/ava-labs/avalanchego/snow"
54
53
"github.com/ava-labs/avalanchego/snow/networking/benchlist"
55
54
"github.com/ava-labs/avalanchego/snow/networking/router"
You can’t perform that action at this time.
0 commit comments