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

go 1.13

require (
	golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
	tildegit.org/andinus/lynx v0.1.0
)