From 4168cb98fb8e6d36ad627307110f001680f11dec Mon Sep 17 00:00:00 2001 From: ZueffC Date: Wed, 8 Jan 2025 00:24:33 +0300 Subject: [PATCH] Structure reworked --- .gitignore | 1 + go.mod | 2 +- go.sum | 6 ------ 3 files changed, 2 insertions(+), 7 deletions(-) create mode 100644 .gitignore delete mode 100644 go.sum diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08cb523 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +go.sum diff --git a/go.mod b/go.mod index 1302f79..8f3e56b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.uoc.run.place/OxFF/dns-manager/dnsexit +module git.uoc.run.place/OxFF/dnsexit-manager go 1.23.4 diff --git a/go.sum b/go.sum deleted file mode 100644 index 9b943c1..0000000 --- a/go.sum +++ /dev/null @@ -1,6 +0,0 @@ -git.uoc.run.place/OxFF/dns-manager v0.0.0-20250107191351-c188f3fecd73 h1:z4tzlF3wNcVBYTkkAzz16M/lCd1iEutaKDVb6/ywnNs= -git.uoc.run.place/OxFF/dns-manager v0.0.0-20250107191351-c188f3fecd73/go.mod h1:Np8QV2NBOPdRirhBYw1crbhsEekGA+ivvgAyN4MaWUw= -git.uoc.run.place/OxFF/dns-manager v0.0.0-20250107194845-f42bc60311e3 h1:5+0hjCIVoUyZOXWIIKphDnULFUFwxT8ZL/SLmsrvIGQ= -git.uoc.run.place/OxFF/dns-manager v0.0.0-20250107194845-f42bc60311e3/go.mod h1:Np8QV2NBOPdRirhBYw1crbhsEekGA+ivvgAyN4MaWUw= -git.uoc.run.place/OxFF/dns-manager v0.0.0-20250107205730-c4ab438a9fd5 h1:5H4ci0Ac/im7AKwbTxsnwuNoI4qQ8USKcFVbvf1wAX0= -git.uoc.run.place/OxFF/dns-manager v0.0.0-20250107205730-c4ab438a9fd5/go.mod h1:Np8QV2NBOPdRirhBYw1crbhsEekGA+ivvgAyN4MaWUw=