summaryrefslogtreecommitdiff
path: root/conf/go.mod
blob: 7349d9f4cd36adf90611d45b05ad49dd688e8068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module sanine.net/git/phlox/phloxconf

go 1.19

replace sanine.net/git/phlox/db => ../db

require sanine.net/git/phlox/db v0.0.0-00010101000000-000000000000

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