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 )