summaryrefslogtreecommitdiff
path: root/go.mod
blob: 02612760a480045d80743239a4464f27e4f64167 (plain)
1
2
3
4
5
6
7
8
9
module git.adyxax.org/adyxax/tfstated

go 1.23.5

require (
	github.com/mattn/go-sqlite3 v1.14.24
	go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad
	golang.org/x/crypto v0.32.0
)