tfstated/go.mod

10 lines
182 B
Modula-2
Raw Normal View History

module git.adyxax.org/adyxax/tfstated
2025-02-12 18:38:36 +01:00
go 1.23.6
require (
github.com/mattn/go-sqlite3 v1.14.24
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad
2025-03-04 11:34:37 +01:00
golang.org/x/crypto v0.35.0
)