summary refs log tree commit diff stats
path: root/go.mod
blob: 6b71a92289d7bafbcfceecfea642a9f236887e4e (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.2.0
)