forked from hyperledger/fabric-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
40 lines (37 loc) · 1.52 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Copyright SecureKey Technologies Inc. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
module github.com/hyperledger/fabric-sdk-go
require (
github.com/Hyperledger-TWGC/tjfoc-gm v0.0.0-20210222084201-e65875425ad3
github.com/Knetic/govaluate v3.0.1-0.20170926212237-aa73cfd04eeb+incompatible
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/cloudflare/cfssl v1.5.0
github.com/go-kit/kit v0.8.1-0.20190102110407-aed320776b71
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.4.2
github.com/google/certificate-transparency-go v1.0.21
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hyperledger/fabric-config v0.0.5
github.com/hyperledger/fabric-lib-go v1.0.0
github.com/hyperledger/fabric-protos-go v0.0.0-20200707132912-fee30f3ccd23
github.com/magiconair/properties v1.8.1 // indirect
github.com/miekg/pkcs11 v1.0.3
github.com/mitchellh/mapstructure v1.3.2
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0
github.com/spf13/afero v1.3.1 // indirect
github.com/spf13/cast v1.3.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.1.1
github.com/stretchr/testify v1.6.1
github.com/tjfoc/gmsm v1.4.0
github.com/tw-bc-group/net-go-gm v0.0.0-20201030055721-5906b2d70408
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
golang.org/x/net v0.0.0-20201026091529-146b70c837a4
google.golang.org/grpc v1.31.0
gopkg.in/yaml.v2 v2.3.0
)
go 1.14