From 0de969333923afb8fd4639547901c7d7f5c6a6f7 Mon Sep 17 00:00:00 2001 From: Chance <139784371+UnicornChance@users.noreply.github.com> Date: Wed, 29 May 2024 08:28:47 -0600 Subject: [PATCH] fix: remove go mod (#441) ## Description Hopefully final revision for the docs integration work. No longer using go modules, so this go.mod file is OBE. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed --- go.mod | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 go.mod diff --git a/go.mod b/go.mod deleted file mode 100644 index 4aa7c65f6..000000000 --- a/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/defenseunicorns/uds-core - -go 1.20 \ No newline at end of file