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

go 1.19

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

require (
	golang.org/x/term v0.7.0
	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
	golang.org/x/sys v0.7.0 // indirect
)