summaryrefslogtreecommitdiff
path: root/back/go.mod
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-19 20:13:23 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-19 20:13:23 +0500
commitb3ea7a0ffcc24a3363d6fb507812438fe0d1ff16 (patch)
tree75cd964efc9a68338b0d5ab65f8bcadaf0730dea /back/go.mod
init
Diffstat (limited to 'back/go.mod')
-rw-r--r--back/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/back/go.mod b/back/go.mod
new file mode 100644
index 0000000..ae89801
--- /dev/null
+++ b/back/go.mod
@@ -0,0 +1,5 @@
+module botnet
+
+go 1.26.3
+
+require golang.org/x/net v0.57.0