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

go 1.13

require (
	github.com/mattn/go-sqlite3 v2.0.3+incompatible
	golang.org/x/sys v0.0.0-20200406113430-c6e801f48ba2
	tildegit.org/andinus/lynx v0.1.0
)