-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
25 lines (22 loc) · 1000 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
25
module github.com/insolar/ve-perf-tests
go 1.14
require (
github.com/blend/go-sdk v1.1.1 // indirect
github.com/gojuno/minimock/v3 v3.0.8 // indirect
github.com/insolar/assured-ledger/ledger-core v0.0.0-20200820152711-c8bbc0025525
github.com/insolar/consensus-reports v0.0.0-20200515131339-fea7a784f1d6
github.com/insolar/insconfig v0.0.0-20200513150834-977022bc1445
github.com/insolar/loaderbot v0.0.53
github.com/json-iterator/go v1.1.10
github.com/spf13/afero v1.3.4 // indirect
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
github.com/valyala/fasthttp v1.16.0
go.uber.org/zap v1.15.0 // indirect
golang.org/x/sys v0.0.0-20200819171115-d785dc25833f // indirect
golang.org/x/tools v0.0.0-20200820010801-b793a1359eac // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/ini.v1 v1.60.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43