From d88c27bd07886c12d6c1c051b5f76aba2f67927b Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Mon, 14 Dec 2020 04:55:55 +0100 Subject: [PATCH] go files are not needed in gitea repo --- go.mod | 5 ----- go.sum | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 go.mod delete mode 100644 go.sum diff --git a/go.mod b/go.mod deleted file mode 100644 index 29ecb35..0000000 --- a/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module git.sandpoints.org/Drawwell/RaceCriticalTheories - -go 1.15 - -require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201214030348-c507484d5529 // indirect diff --git a/go.sum b/go.sum deleted file mode 100644 index a6fcade..0000000 --- a/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201214030348-c507484d5529 h1:O/WOFyc/Wp3hvEWq5eNJ+jN1xePsc5kBUGNKpMh71gE= -git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201214030348-c507484d5529/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4=