diff --git a/go.mod b/go.mod deleted file mode 100644 index 3a3be4b908699d084614caa31b62b47f0dc92792..0000000000000000000000000000000000000000 --- a/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module gitlab.reutlingen-university.de/wallisch/health-wallisch - -go 1.18 \ No newline at end of file diff --git a/health/go.mod b/health/go.mod new file mode 100644 index 0000000000000000000000000000000000000000..3aebfee6ffb07bb186cb2023dc173266d53b2222 --- /dev/null +++ b/health/go.mod @@ -0,0 +1,3 @@ +module gitlab.reutlingen-university.de/wallisch/health-wallisch/health + +go 1.18 \ No newline at end of file