summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-10-09 13:45:53 +0200
committerGitHub <noreply@github.com>2025-10-09 13:45:53 +0200
commit70fcd113174eb4c1b75f23c28a06b7245efdddbc (patch)
tree6e3a4d58c8f3f87c346663b7ee39f7458656126f
parent553942f60b0395aa42313401f881b20826dd8dfd (diff)
downloadfog-70fcd113174eb4c1b75f23c28a06b7245efdddbc.tar.gz
fog-70fcd113174eb4c1b75f23c28a06b7245efdddbc.tar.xz
fog-70fcd113174eb4c1b75f23c28a06b7245efdddbc.zip
Create go.mod
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..1ac7c91
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module pluto2
+
+go 1.24.0
+
+toolchain go1.24.8
+
+require (
+ github.com/awnumar/memguard v0.23.0
+ golang.org/x/crypto v0.42.0
+ golang.org/x/net v0.45.0
+)
+
+require (
+ github.com/awnumar/memcall v0.4.0 // indirect
+ golang.org/x/sys v0.36.0 // indirect
+)