summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 0 insertions, 16 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 1ac7c91..0000000
--- a/go.mod
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-)