- module github.com/gin-contrib/cors
- require (
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/gin-gonic/gin v1.4.0
- github.com/kr/pretty v0.1.0 // indirect
- github.com/stretchr/testify v1.3.0
- golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b // indirect
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
- )
|