land/go.mod

11 lines
281 B
Modula-2

module git.xeserv.us/xena/land
require (
github.com/Xe/ln v0.0.0-20180508032019-ae4f7456500d
github.com/go-interpreter/wagon v0.0.0-20180520092357-d4bc452fd57e
github.com/kr/pretty v0.1.0
github.com/pkg/errors v0.8.0
github.com/spf13/afero v1.1.1
golang.org/x/text v0.3.0
)