summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-10-24 18:12:38 +0200
committerGitHub <noreply@github.com>2025-10-24 18:12:38 +0200
commitc7fbfbc2158dc2767b7b7ab2bd23bbada1a57697 (patch)
tree539b15370d2de9126ddbbfa4dfc05bcf745a0d5c
parent01a76401468841676dddf39a009d08096fb13890 (diff)
downloadfog-c7fbfbc2158dc2767b7b7ab2bd23bbada1a57697.tar.gz
fog-c7fbfbc2158dc2767b7b7ab2bd23bbada1a57697.tar.xz
fog-c7fbfbc2158dc2767b7b7ab2bd23bbada1a57697.zip
Initialize go.mod with module and dependencies
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ef049f9
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module fog
+
+go 1.24.0
+
+toolchain go1.24.9
+
+require golang.org/x/net v0.46.0