1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 23:40:35 +03:00
moar/go.mod
2019-06-21 23:24:53 +02:00

12 lines
262 B
Modula-2

module github.com/walles/moar
go 1.12
require (
github.com/gdamore/tcell v1.1.2
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
gotest.tools v2.2.0+incompatible
)