Add: cors for external controller
This commit is contained in:
@ -29,6 +29,10 @@
|
||||
name = "github.com/go-chi/chi"
|
||||
version = "3.3.2"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/go-chi/cors"
|
||||
version = "1.0.0"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/go-chi/render"
|
||||
version = "1.0.1"
|
||||
@ -51,7 +55,7 @@
|
||||
|
||||
[[constraint]]
|
||||
name = "gopkg.in/ini.v1"
|
||||
version = "1.37.0"
|
||||
version = "1.38.1"
|
||||
|
||||
[prune]
|
||||
go-tests = true
|
||||
|
Reference in New Issue
Block a user