forked from onflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 1020 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (23 loc) · 1020 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
module github.com/onflow/cadence
go 1.16
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.3.1-0.20211029162100-5d5d7c3edd41
github.com/go-test/deep v1.0.5
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/onflow/atree v0.1.2-0.20211216135231-f8f0a14c7272
github.com/opentracing/opentracing-go v1.2.0
github.com/rivo/uniseg v0.2.0
github.com/schollz/progressbar/v3 v3.8.3
github.com/stretchr/testify v1.7.1-0.20210824115523-ab6dc3262822
github.com/turbolent/prettier v0.0.0-20210613180524-3a3f5a5b49ba
go.uber.org/goleak v1.1.10
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/text v0.3.6
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
)