forked from trustbloc/fabric-peer-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (19 loc) · 836 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright SecureKey Technologies Inc. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
module github.com/trustbloc/fabric-peer-ext
require (
github.com/bluele/gcache v0.0.0-20190301044115-79ae3b2d8680
github.com/btcsuite/btcutil v0.0.0-20170419141449-a5ecb5d9547a
github.com/golang/protobuf v1.3.1
github.com/hyperledger/fabric v2.0.0-alpha+incompatible
github.com/hyperledger/fabric/extensions v0.0.0
github.com/pkg/errors v0.8.1
github.com/spf13/viper v0.0.0-20150908122457-1967d93db724
github.com/stretchr/testify v1.3.0
github.com/willf/bitset v1.1.10
go.uber.org/zap v1.10.0
)
replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.0.0-20190712185837-29cb9ff43ce9
replace github.com/hyperledger/fabric/extensions => ./mod/peer
replace github.com/trustbloc/fabric-peer-ext => ./