Skip to content

Commit e1d88ad

Browse files
committed
fix build
Signed-off-by: Joshua Kim <[email protected]>
1 parent b47b36c commit e1d88ad

File tree

105 files changed

+136
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+136
-136
lines changed

api/admin/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"github.com/ava-labs/avalanchego/vms"
2929
"github.com/ava-labs/avalanchego/vms/registry"
3030

31-
rpcdbpb "github.com/ava-labs/avalanchego/proto/pb/rpcdb"
31+
rpcdbpb "github.com/ava-labs/avalanchego/buf/proto/pb/rpcdb"
3232
)
3333

3434
const (

api/admin/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/ava-labs/avalanchego/vms/registry/registrymock"
1818
"github.com/ava-labs/avalanchego/vms/vmsmock"
1919

20-
rpcdbpb "github.com/ava-labs/avalanchego/proto/pb/rpcdb"
20+
rpcdbpb "github.com/ava-labs/avalanchego/buf/proto/pb/rpcdb"
2121
)
2222

2323
type loadVMsTest struct {

buf/connect/pb/xsvm/xsvmconnect/service.connect.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chains/atomic/gsharedmemory/filtered_batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package gsharedmemory
66
import (
77
"github.com/ava-labs/avalanchego/utils/set"
88

9-
sharedmemorypb "github.com/ava-labs/avalanchego/proto/pb/sharedmemory"
9+
sharedmemorypb "github.com/ava-labs/avalanchego/buf/proto/pb/sharedmemory"
1010
)
1111

1212
type filteredBatch struct {

chains/atomic/gsharedmemory/shared_memory_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/ava-labs/avalanchego/database"
1111
"github.com/ava-labs/avalanchego/ids"
1212

13-
sharedmemorypb "github.com/ava-labs/avalanchego/proto/pb/sharedmemory"
13+
sharedmemorypb "github.com/ava-labs/avalanchego/buf/proto/pb/sharedmemory"
1414
)
1515

1616
var _ atomic.SharedMemory = (*Client)(nil)

chains/atomic/gsharedmemory/shared_memory_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/ava-labs/avalanchego/database"
1111
"github.com/ava-labs/avalanchego/ids"
1212

13-
sharedmemorypb "github.com/ava-labs/avalanchego/proto/pb/sharedmemory"
13+
sharedmemorypb "github.com/ava-labs/avalanchego/buf/proto/pb/sharedmemory"
1414
)
1515

1616
var _ sharedmemorypb.SharedMemoryServer = (*Server)(nil)

chains/atomic/gsharedmemory/shared_memory_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/ava-labs/avalanchego/ids"
1818
"github.com/ava-labs/avalanchego/vms/rpcchainvm/grpcutils"
1919

20-
sharedmemorypb "github.com/ava-labs/avalanchego/proto/pb/sharedmemory"
20+
sharedmemorypb "github.com/ava-labs/avalanchego/buf/proto/pb/sharedmemory"
2121
)
2222

2323
func TestInterface(t *testing.T) {

chains/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import (
6262
"github.com/ava-labs/avalanchego/vms/secp256k1fx"
6363
"github.com/ava-labs/avalanchego/vms/tracedvm"
6464

65-
p2ppb "github.com/ava-labs/avalanchego/proto/pb/p2p"
65+
p2ppb "github.com/ava-labs/avalanchego/buf/proto/pb/p2p"
6666
smcon "github.com/ava-labs/avalanchego/snow/consensus/snowman"
6767
aveng "github.com/ava-labs/avalanchego/snow/engine/avalanche"
6868
avbootstrap "github.com/ava-labs/avalanchego/snow/engine/avalanche/bootstrap"

database/rpcdb/db_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/ava-labs/avalanchego/utils"
1515
"github.com/ava-labs/avalanchego/utils/set"
1616

17-
rpcdbpb "github.com/ava-labs/avalanchego/proto/pb/rpcdb"
17+
rpcdbpb "github.com/ava-labs/avalanchego/buf/proto/pb/rpcdb"
1818
)
1919

2020
var (

database/rpcdb/db_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/ava-labs/avalanchego/database"
1515
"github.com/ava-labs/avalanchego/utils/units"
1616

17-
rpcdbpb "github.com/ava-labs/avalanchego/proto/pb/rpcdb"
17+
rpcdbpb "github.com/ava-labs/avalanchego/buf/proto/pb/rpcdb"
1818
)
1919

2020
const iterationBatchSize = 128 * units.KiB

0 commit comments

Comments
 (0)