chore(deps): update dependencies

This commit is contained in:
Julien Dessaux 2025-05-14 21:05:58 +02:00
parent 8d75b75af7
commit f19f6519c9
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 7 additions and 7 deletions

6
go.mod
View file

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