diff options
author | Julien Dessaux | 2025-01-07 21:28:50 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-12-28 23:16:09 +0100 |
commit | afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a (patch) | |
tree | ead9cb3ef414bffc0000b9418c03280c73a51540 /go.mod | |
parent | feat(webui): bootstrap session handling and login process (diff) | |
download | tfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.tar.gz tfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.tar.bz2 tfstated-afc2c2eb9f805c29d3cc7dd3d749fc6bd394949a.zip |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |