aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 12c0393d2c66d534de9561c3cb5ef6ff967a775f (plain)
1
2
3
4
5
6
7
8
9
module docspace

go 1.19

require (
	github.com/mattn/go-sqlite3 v1.14.16 // indirect
	github.com/satori/go.uuid v1.2.0 // indirect
	golang.org/x/crypto v0.5.0 // indirect
)