You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 337B

1234567891011
  1. module github.com/go-macaron/cors
  2. go 1.12
  3. require (
  4. github.com/Unknwon/com v0.0.0-20190321035513-0fed4efef755 // indirect
  5. github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 // indirect
  6. golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect
  7. gopkg.in/ini.v1 v1.42.0 // indirect
  8. gopkg.in/macaron.v1 v1.3.2
  9. )