Skip to content

Commit 2b47662

Browse files
fix: use standard context package
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent 3bc3ea8 commit 2b47662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/fabricx/core/transaction/transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ package transaction
88

99
import (
1010
"bytes"
11+
"context"
1112
"encoding/json"
1213
"fmt"
1314

@@ -24,7 +25,6 @@ import (
2425
"github.com/hyperledger/fabric-x-common/protoutil"
2526
"go.opentelemetry.io/otel/trace"
2627
"go.uber.org/zap/zapcore"
27-
"golang.org/x/net/context"
2828
)
2929

3030
var logger = logging.MustGetLogger()

0 commit comments

Comments
 (0)