summaryrefslogtreecommitdiff
path: root/db/go.mod
blob: 79311026622ba915d1736233c252f5637f7acb56 (plain)
1
2
3
4
5
6
7
8
module sanine.net/git/phlox/db

go 1.19

require (
	github.com/mattn/go-sqlite3 v1.14.16
	golang.org/x/crypto v0.8.0
)