-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
22 lines (20 loc) · 858 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
module github.com/chendehai/pressure-test
go 1.16
require (
cloud.google.com/go/pubsub v1.3.1 // indirect
github.com/33cn/chain33 v1.67.3-0.20220513094523-7bd89216191e
github.com/33cn/plugin v1.67.3-0.20220517092344-565e980cc752
github.com/BurntSushi/toml v0.3.1
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/ethereum/go-ethereum v1.10.16
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.2.1 // indirect
github.com/stretchr/testify v1.7.0
google.golang.org/genproto v0.0.0-20210722135532-667f2b7c528f // indirect
google.golang.org/grpc v1.40.0
gopkg.in/yaml.v2 v2.4.0
)