Updated build

This commit is contained in:
kacarmichael 2025-05-28 01:31:08 -05:00
parent d552625351
commit 7028bbd30d

2
go.mod
View File

@ -1,3 +1,5 @@
module HealthCheckAPI module HealthCheckAPI
go 1.23.0 go 1.23.0
require github.com/rs/cors v1.11.1