We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc5a9d commit 4a25286Copy full SHA for 4a25286
platform/fabric/sdk/dig/generic/providers.go
@@ -28,7 +28,7 @@ import (
28
"github.com/hyperledger-labs/fabric-smart-client/platform/view/services/kvs"
29
"github.com/hyperledger-labs/fabric-smart-client/platform/view/services/metrics"
30
"github.com/hyperledger/fabric-protos-go/common"
31
- "github.com/pkg/errors"
+ "github.com/hyperledger-labs/fabric-smart-client/pkg/utils/errors"
32
"go.opentelemetry.io/otel/trace"
33
"go.uber.org/dig"
34
)
0 commit comments