mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-30 01:44:20 -04:00
Handle CORS requests (#6289)
This commit is contained in:
committed by
techknowlogick
parent
6fb58a8cdc
commit
34d06f4c6b
11
vendor/github.com/go-macaron/cors/go.mod
generated
vendored
Normal file
11
vendor/github.com/go-macaron/cors/go.mod
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
module github.com/go-macaron/cors
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/Unknwon/com v0.0.0-20190321035513-0fed4efef755 // indirect
|
||||
github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 // indirect
|
||||
golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect
|
||||
gopkg.in/ini.v1 v1.42.0 // indirect
|
||||
gopkg.in/macaron.v1 v1.3.2
|
||||
)
|
Reference in New Issue
Block a user