Add broker-service

This commit is contained in:
Dan Jones 2025-05-16 15:35:44 -05:00
commit 60aeac4f4b
Signed by: dan
GPG key ID: 5B3B0F7217473A29
5 changed files with 90 additions and 0 deletions

5
go.mod
View file

@ -1,3 +1,8 @@
module vc.goodevilgenius.org/udemy/31476802-go-microservice
go 1.24.2
require (
github.com/go-chi/chi/v5 v5.2.1
github.com/go-chi/cors v1.2.1
)