diff --git a/go.mod b/go.mod index a6ae1a2..4d4077a 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module HealthCheckAPI go 1.23.0 + +require github.com/rs/cors v1.11.1