tfstated/go.mod

10 lines
182 B
Modula-2
Raw Permalink Normal View History

module git.adyxax.org/adyxax/tfstated
2025-03-05 23:47:28 +01:00
go 1.24.1
require (
github.com/mattn/go-sqlite3 v1.14.24
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad
2025-03-05 23:47:28 +01:00
golang.org/x/crypto v0.36.0
)