summary refs log tree commit diff stats
path: root/go.mod
blob: 929e25ca830a7571167ad50445e76f3731f1a865 (plain) (blame)
1
2
3
4
5
6
7
8
module tildegit.org/andinus/grus

go 1.13

require (
	golang.org/x/sys v0.0.0-20200406113430-c6e801f48ba2
	tildegit.org/andinus/lynx v0.4.0
)