summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-12-18 23:42:02 +0100
committerJulien Dessaux2024-12-18 23:42:02 +0100
commit4b538d43edb45c88185bde2e3ea15838dbae7c01 (patch)
treece00ce79dc01fb77cd278c996a8e7b9e80ee13c6 /go.mod
parentchore(tfstated): refactor database environment handling (diff)
downloadtfstated-4b538d43edb45c88185bde2e3ea15838dbae7c01.tar.gz
tfstated-4b538d43edb45c88185bde2e3ea15838dbae7c01.tar.bz2
tfstated-4b538d43edb45c88185bde2e3ea15838dbae7c01.zip
chore(deps): update dependenciesHEADmain
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 5cdb0f4..bf4d9bb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,9 @@
module git.adyxax.org/adyxax/tfstated
-go 1.23.3
+go 1.23.4
require (
github.com/mattn/go-sqlite3 v1.14.24
go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad
- golang.org/x/crypto v0.29.0
+ golang.org/x/crypto v0.31.0
)