summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-12-07 20:25:28 +0100
committerGitHub <noreply@github.com>2025-12-07 20:25:28 +0100
commit3f75ff03dd3206d948950a79bce255fa02e3dbdd (patch)
tree113ee96632c9706588f20cc817aa8d1f0bbd5b32
parent0e0c69f6ef3ee84e9b327befc381ff194d868959 (diff)
downloadfog-3f75ff03dd3206d948950a79bce255fa02e3dbdd.tar.gz
fog-3f75ff03dd3206d948950a79bce255fa02e3dbdd.tar.xz
fog-3f75ff03dd3206d948950a79bce255fa02e3dbdd.zip
Update Go version and dependencies in go.mod
-rw-r--r--go.mod9
1 files changed, 4 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 25776c5..869d133 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,9 @@
module fog
-go 1.24.0
-
-toolchain go1.24.10
+go 1.21
require (
- golang.org/x/crypto v0.45.0
- golang.org/x/net v0.47.0
+ github.com/mattn/go-sqlite3 v1.14.18
+ golang.org/x/crypto v0.17.0
+ golang.org/x/net v0.19.0
)