summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-12-01 03:24:46 +0100
committerGitHub <noreply@github.com>2025-12-01 03:24:46 +0100
commitc3511b37a04f98e30c371532b14c83836b3243c3 (patch)
tree65dec2cd290173449e73589c315123d2353fc15c
parent40c801123e64837c1cf046bbcaa8d8ae4530f2a4 (diff)
downloadfog-c3511b37a04f98e30c371532b14c83836b3243c3.tar.gz
fog-c3511b37a04f98e30c371532b14c83836b3243c3.tar.xz
fog-c3511b37a04f98e30c371532b14c83836b3243c3.zip
Update module name and dependencies in go.mod
-rw-r--r--go.mod8
1 files changed, 5 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 1b46452..25776c5 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,10 @@
-module fog1
+module fog
go 1.24.0
+toolchain go1.24.10
+
require (
- golang.org/x/crypto v0.43.0
- golang.org/x/net v0.46.0
+ golang.org/x/crypto v0.45.0
+ golang.org/x/net v0.47.0
)