@@ -7,30 +7,25 @@ import (
77 "testing"
88 "time"
99
10- "github.com/smartcontractkit/chainlink-ccip/internal"
11- "github.com/smartcontractkit/chainlink-ccip/pkg/consts"
12-
13- "github.com/stretchr/testify/mock"
14-
1510 mapset "github.com/deckarep/golang-set/v2"
16- libocrtypes "github.com/smartcontractkit/libocr/ragep2p/types"
17-
18- "github.com/smartcontractkit/chainlink-ccip/chainconfig"
19- mock_home_chain "github.com/smartcontractkit/chainlink-ccip/mocks/internal_/reader"
20- "github.com/smartcontractkit/chainlink-ccip/pkg/reader"
21-
2211 "github.com/stretchr/testify/assert"
12+ "github.com/stretchr/testify/mock"
2313 "github.com/stretchr/testify/require"
2414
2515 "github.com/smartcontractkit/libocr/commontypes"
16+ libocrtypes "github.com/smartcontractkit/libocr/ragep2p/types"
2617
2718 commonconfig "github.com/smartcontractkit/chainlink-common/pkg/config"
2819 "github.com/smartcontractkit/chainlink-common/pkg/logger"
2920 "github.com/smartcontractkit/chainlink-common/pkg/types"
30-
21+ "github.com/smartcontractkit/chainlink-common/pkg/types/ccip/consts"
3122 cciptypes "github.com/smartcontractkit/chainlink-common/pkg/types/ccipocr3"
3223
24+ "github.com/smartcontractkit/chainlink-ccip/chainconfig"
25+ "github.com/smartcontractkit/chainlink-ccip/internal"
3326 "github.com/smartcontractkit/chainlink-ccip/internal/plugincommon"
27+ mock_home_chain "github.com/smartcontractkit/chainlink-ccip/mocks/internal_/reader"
28+ "github.com/smartcontractkit/chainlink-ccip/pkg/reader"
3429 "github.com/smartcontractkit/chainlink-ccip/pluginconfig"
3530)
3631
0 commit comments