diff --git a/docs/go.mod b/docs/go.mod deleted file mode 100644 index d520ac5fdd..0000000000 --- a/docs/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/defenseunicorns/uds-core/docs - -go 1.20 \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000000..4aa7c65f63 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/defenseunicorns/uds-core + +go 1.20 \ No newline at end of file