2024-09-28 14:06:06 +02:00
|
|
|
module git.adyxax.org/adyxax/tfstated
|
2024-09-28 09:45:03 +02:00
|
|
|
|
2025-03-05 23:47:28 +01:00
|
|
|
go 1.24.1
|
2024-09-30 00:58:49 +02:00
|
|
|
|
2024-11-16 00:36:17 +01:00
|
|
|
require (
|
2024-11-28 00:11:11 +01:00
|
|
|
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
|
2024-11-16 00:36:17 +01:00
|
|
|
)
|