mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-13 09:20:37 -07:00
cors
This commit is contained in:
parent
7524edbce4
commit
87b444b283
3 changed files with 15 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -4,6 +4,7 @@ go 1.19
|
|||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.0.8 // indirect
|
||||
github.com/go-chi/cors v1.2.1 // indirect
|
||||
github.com/golang/snappy v0.0.1 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue