diff --git a/go.mod b/go.mod index c363d6e..a5f8eb7 100644 --- a/go.mod +++ b/go.mod @@ -10,6 +10,7 @@ require ( github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.7.6 github.com/joho/godotenv v1.5.1 + github.com/rs/cors v1.11.1 github.com/stretchr/testify v1.11.1 github.com/swaggo/http-swagger/v2 v2.0.2 github.com/swaggo/swag v1.16.6 @@ -35,7 +36,6 @@ require ( github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/rs/cors v1.11.1 // indirect github.com/swaggo/files/v2 v2.0.2 // indirect github.com/twilio/twilio-go v1.28.8 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect