summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2025-01-07 21:28:50 +0100
committerJulien Dessaux2024-12-28 23:16:09 +0100
commitafc2c2eb9f805c29d3cc7dd3d749fc6bd394949a (patch)
treeead9cb3ef414bffc0000b9418c03280c73a51540 /go.mod
parentfeat(webui): bootstrap session handling and login process (diff)
downloadtfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.tar.gz
tfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.tar.bz2
tfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.zip
chore(tfstated): fix test and update dependenciesHEADmain
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bf4d9bb..d8c4238 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,5 @@ 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.31.0
+ golang.org/x/crypto v0.32.0
)