1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 12:15:43 +03:00
moar/go.mod

12 lines
262 B
Modula-2
Raw Normal View History

2019-06-09 08:47:55 +03:00
module github.com/walles/moar
go 1.12
require (
github.com/gdamore/tcell v1.1.2
2019-06-22 00:24:53 +03:00
github.com/google/go-cmp v0.3.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
2019-06-22 00:24:53 +03:00
gotest.tools v2.2.0+incompatible
)