File tree 11 files changed +18
-7
lines changed
11 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import (
27
27
"context"
28
28
29
29
"github.com/onflow/cadence"
30
+
30
31
"github.com/onflow/flow-go-sdk"
31
32
)
32
33
Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ import (
23
23
"fmt"
24
24
"testing"
25
25
26
- "github.com/onflow/flow-go-sdk/crypto"
27
26
"github.com/stretchr/testify/assert"
27
+
28
+ "github.com/onflow/flow-go-sdk/crypto"
28
29
)
29
30
30
31
func generateKey () crypto.PrivateKey {
Original file line number Diff line number Diff line change 22
22
package client
23
23
24
24
import (
25
+ "github.com/onflow/flow/protobuf/go/flow/access"
26
+
25
27
"github.com/onflow/flow-go-sdk"
26
28
"github.com/onflow/flow-go-sdk/access/grpc"
27
- "github.com/onflow/flow/protobuf/go/flow/access"
28
29
)
29
30
30
31
// New creates an gRPC client exposing all the common access APIs.
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import (
31
31
"github.com/aws/aws-sdk-go-v2/aws"
32
32
kms "github.com/aws/aws-sdk-go-v2/service/kms"
33
33
"github.com/aws/aws-sdk-go-v2/service/kms/types"
34
+
34
35
"github.com/onflow/flow-go-sdk/crypto"
35
36
)
36
37
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import (
24
24
25
25
kms "github.com/aws/aws-sdk-go-v2/service/kms"
26
26
"github.com/aws/aws-sdk-go-v2/service/kms/types"
27
+
27
28
"github.com/onflow/flow-go-sdk/crypto"
28
29
"github.com/onflow/flow-go-sdk/crypto/internal"
29
30
)
Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ import (
24
24
"hash/crc32"
25
25
26
26
kms "cloud.google.com/go/kms/apiv1"
27
- "github.com/onflow/flow-go-sdk/crypto"
28
- "github.com/onflow/flow-go-sdk/crypto/internal"
29
27
kmspb "google.golang.org/genproto/googleapis/cloud/kms/v1"
30
28
"google.golang.org/protobuf/types/known/wrapperspb"
29
+
30
+ "github.com/onflow/flow-go-sdk/crypto"
31
+ "github.com/onflow/flow-go-sdk/crypto/internal"
31
32
)
32
33
33
34
var _ crypto.Signer = (* Signer )(nil )
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import (
30
30
"github.com/stretchr/testify/require"
31
31
32
32
fgcrypto "github.com/onflow/crypto"
33
+
33
34
"github.com/onflow/flow-go-sdk/crypto"
34
35
)
35
36
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import (
24
24
25
25
"github.com/onflow/cadence"
26
26
"github.com/onflow/crypto/hash"
27
+
27
28
"github.com/onflow/flow-go-sdk/crypto"
28
29
)
29
30
Original file line number Diff line number Diff line change @@ -28,9 +28,10 @@ import (
28
28
"github.com/onflow/cadence/runtime"
29
29
"github.com/onflow/cadence/runtime/common"
30
30
"github.com/onflow/cadence/runtime/sema"
31
- "github.com/onflow/flow-go-sdk/crypto"
32
31
templates "github.com/onflow/sdks"
33
32
33
+ "github.com/onflow/flow-go-sdk/crypto"
34
+
34
35
"github.com/onflow/flow-go-sdk"
35
36
)
36
37
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ package templates_test
21
21
import (
22
22
"testing"
23
23
24
+ "github.com/stretchr/testify/require"
25
+
24
26
"github.com/onflow/flow-go-sdk"
25
27
"github.com/onflow/flow-go-sdk/templates"
26
- "github.com/stretchr/testify/require"
27
28
)
28
29
29
30
func TestCreateAccount (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments