summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '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
+)