summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-10-30 11:02:19 +0100
committerGitHub <noreply@github.com>2025-10-30 11:02:19 +0100
commit77781340bea69ce35a2ed5691f8c64e68a627912 (patch)
treeb038b2cfa8e3cd2a00a2dc5c7037d772b5cb2c7f
parentb30d0bc1c1d87786506811e0f5d50a7e271a0d6a (diff)
downloadfog-77781340bea69ce35a2ed5691f8c64e68a627912.tar.gz
fog-77781340bea69ce35a2ed5691f8c64e68a627912.tar.xz
fog-77781340bea69ce35a2ed5691f8c64e68a627912.zip
Rename module from 'fog' to 'fog1' and update dependencies
-rw-r--r--go.mod9
1 files changed, 5 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index ef049f9..1b46452 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,8 @@
-module fog
+module fog1
go 1.24.0
-toolchain go1.24.9
-
-require golang.org/x/net v0.46.0
+require (
+ golang.org/x/crypto v0.43.0
+ golang.org/x/net v0.46.0
+)