aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 357d6017b81ea792d9124140a100e8fe0f7da1f8 (plain)
1
2
3
4
5
6
7
8
module git.d464.sh/diogo464/belverde-fire

go 1.22.1

require (
	github.com/mattn/go-sqlite3 v1.14.23
	github.com/pkg/errors v0.9.1
)