File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments