From b7a12fcf350f58252c1f5cf81222acea73134dfd Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Fri, 16 Feb 2024 00:38:14 +0100 Subject: [PATCH] Cleanup --- exampleSite/go.mod | 5 ----- exampleSite/go.sum | 2 -- 2 files changed, 7 deletions(-) delete mode 100644 exampleSite/go.mod delete mode 100644 exampleSite/go.sum diff --git a/exampleSite/go.mod b/exampleSite/go.mod deleted file mode 100644 index 118e4f1..0000000 --- a/exampleSite/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/alexandrevicenzi/soho/exampleSite - -go 1.12 - -require github.com/alexandrevicenzi/soho v1.1.0 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum deleted file mode 100644 index 71f9c6d..0000000 --- a/exampleSite/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -github.com/alexandrevicenzi/soho v1.1.0 h1:vXAEpvWPa8qo9JbZNyFHwr6/MDadZpslo1+GBn+c6kU= -github.com/alexandrevicenzi/soho v1.1.0/go.mod h1:OJk59xwtMsfVCt+dVL3rOqXj9HW7ThJYP6rCULyx9Jw=