From 2a545b8db02fc3190bdfb3c2ce8494345b9544aa Mon Sep 17 00:00:00 2001 From: potassium Date: Sat, 27 Dec 2025 07:56:07 +0300 Subject: [PATCH] go.mod --- go.mod | 5 +++++ go.sum | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..5fc943a --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module git.nkpl.cc/XoxJlopeZi4BB/scraper + +go 1.25.5 + +require golang.org/x/net v0.48.0 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..481a8d4 --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +golang.org/x/net v0.48.0 h1:zyQRTTrjc33Lhh0fBgT/H3oZq9WuvRR5gPC70xpDiQU= +golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=