forked from onflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 815 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/onflow/cadence
go 1.15
require (
github.com/bytecodealliance/wasmtime-go v0.22.0
github.com/c-bata/go-prompt v0.2.5
github.com/cheekybits/genny v1.0.0
github.com/fxamacker/cbor/v2 v2.2.1-0.20210510192846-c3f3c69e7bc8
github.com/go-test/deep v1.0.5
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/rivo/uniseg v0.2.0
github.com/schollz/progressbar/v3 v3.7.6
github.com/stretchr/testify v1.7.0
go.uber.org/goleak v1.0.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/text v0.3.3
golang.org/x/tools v0.0.0-20200828161849-5deb26317202
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)