Skip to content

Commit b524f30

Browse files
committed
adjust imports
1 parent a58999c commit b524f30

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

internal/v1_1/generator.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"fmt"
77
"strings"
88

9-
"github.com/onflow/cadence/runtime/ast"
10-
"github.com/onflow/cadence/runtime/cmd"
11-
cadenceCommon "github.com/onflow/cadence/runtime/common"
12-
"github.com/onflow/cadence/runtime/parser"
9+
"github.com/onflow/cadence/ast"
10+
"github.com/onflow/cadence/cmd"
11+
cadenceCommon "github.com/onflow/cadence/common"
12+
"github.com/onflow/cadence/parser"
1313
"github.com/onflow/flow-go-sdk"
1414
"github.com/onflow/flow-go-sdk/access/grpc"
1515

internal/v1_1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"sort"
1111
"strings"
1212

13-
"github.com/onflow/cadence/runtime/ast"
13+
"github.com/onflow/cadence/ast"
1414
"github.com/onflow/flow-go-sdk"
1515
"github.com/onflow/go-ethereum/rlp"
1616
"golang.org/x/crypto/sha3"

internal/v1_1/types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66

77
"github.com/hexops/autogold/v2"
8-
"github.com/onflow/cadence/runtime/parser"
8+
"github.com/onflow/cadence/parser"
99
"github.com/stretchr/testify/assert"
1010
)
1111

0 commit comments

Comments
 (0)