chore(deps): update dependencies
All checks were successful
main / main (push) Successful in 4m11s
main / deploy (push) Has been skipped
main / publish (push) Has been skipped

This commit is contained in:
Julien Dessaux 2025-06-28 21:34:25 +02:00
parent f923470924
commit bf72ef49a5
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 5 additions and 6 deletions

4
go.mod
View file

@ -1,9 +1,9 @@
module git.adyxax.org/adyxax/tfstated
go 1.24.3
go 1.24.4
require (
github.com/mattn/go-sqlite3 v1.14.28
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad
golang.org/x/crypto v0.38.0
golang.org/x/crypto v0.39.0
)