-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (17 loc) · 690 Bytes
/
go.mod
File metadata and controls
33 lines (17 loc) · 690 Bytes
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
module gitee.com/czyczk/fabric-sdk-tutorial
go 1.15
replace github.com/XiaoYao-austin/ppks => ./ppks/
require github.com/stretchr/testify v1.7.0
require github.com/hyperledger/fabric-sdk-go v1.0.0
require github.com/sirupsen/logrus v1.8.1
require github.com/gin-gonic/gin v1.7.4
require gopkg.in/yaml.v2 v2.4.0
require github.com/pkg/errors v0.9.1
require github.com/urfave/cli/v2 v2.3.0
require github.com/bwmarrin/snowflake v0.3.0
require github.com/tjfoc/gmsm v1.4.1
require github.com/XiaoYao-austin/ppks v1.0.0
require gorm.io/gorm v1.21.16
require gorm.io/driver/mysql v1.1.2
require github.com/ipfs/go-ipfs-api v0.2.0
require github.com/mitchellh/mapstructure v1.4.2