Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 22, 2024
1 parent ace12ff commit c4e556d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions internal/v1_1/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"fmt"
"strings"

"github.com/onflow/cadence/runtime/ast"
"github.com/onflow/cadence/runtime/cmd"
"github.com/onflow/cadence/runtime/common"
"github.com/onflow/cadence/runtime/parser"
"github.com/onflow/cadence/ast"
"github.com/onflow/cadence/cmd"
"github.com/onflow/cadence/common"
"github.com/onflow/cadence/parser"
"github.com/onflow/flow-go-sdk"
"github.com/onflow/flowkit/v2"
"github.com/onflow/flowkit/v2/config"
Expand Down
5 changes: 3 additions & 2 deletions internal/v1_1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ import (
"strings"

"github.com/ethereum/go-ethereum/rlp"
"github.com/onflow/cadence/runtime/ast"
"github.com/onflow/flixkit-go/v2/internal/contracts"
"github.com/onflow/cadence/ast"
"golang.org/x/crypto/sha3"

"github.com/onflow/flixkit-go/v2/internal/contracts"
)

type InteractionTemplate struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/v1_1/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"

"github.com/hexops/autogold/v2"
"github.com/onflow/cadence/runtime/parser"
"github.com/onflow/cadence/parser"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit c4e556d

Please sign in to comment.