forked from onflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 959 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/onflow/cadence
go 1.13
require (
github.com/c-bata/go-prompt v0.2.3
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fxamacker/cbor/v2 v2.2.1-0.20201006223149-25f67fca9803
github.com/go-test/deep v1.0.5
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
github.com/raviqqe/hamt v0.0.0-20190615202029-864fb7caef85
github.com/rivo/uniseg v0.1.0
github.com/segmentio/fasthash v1.0.2
github.com/stretchr/testify v1.5.1
go.uber.org/goleak v1.0.0
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20200323144430-8dcfad9e016e // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)