-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 955 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
module github.com/hyperledger/fabric_judge
go 1.16
require (
github.com/go-delve/delve v1.6.0 // indirect
github.com/golang/protobuf v1.4.3
github.com/jamesruan/sodium v0.0.0-20181216154042-9620b83ffeae
github.com/magefile/mage v1.11.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/peterh/liner v1.2.1 // indirect
github.com/pkg/profile v0.0.0-20170413231811-06b906832ed0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.0 // indirect
github.com/spf13/cobra v1.1.3 // indirect
go.starlark.net v0.0.0-20210305151048-6a590ae7f4eb // indirect
golang.org/x/arch v0.0.0-20210222215009-a3652b17bebe // indirect
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect
google.golang.org/protobuf v1.25.0 // indirect
)