✨ Add broker-service
This commit is contained in:
parent
2796d816e8
commit
60aeac4f4b
5 changed files with 90 additions and 0 deletions
5
go.mod
5
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue