mirror of
https://github.com/cowardmrx/gin_cors.git
synced 2025-01-18 18:56:04 +08:00
优化
This commit is contained in:
parent
19c8199358
commit
7ecac17040
3
go.mod
3
go.mod
@ -2,9 +2,10 @@ module github.com/cowardmrx/gin_cors
|
|||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
|
require github.com/gin-gonic/gin v1.7.7
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gin-contrib/sse v0.1.0 // indirect
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
||||||
github.com/gin-gonic/gin v1.7.7 // indirect
|
|
||||||
github.com/go-playground/locales v0.13.0 // indirect
|
github.com/go-playground/locales v0.13.0 // indirect
|
||||||
github.com/go-playground/universal-translator v0.17.0 // indirect
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
||||||
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
||||||
|
Loading…
Reference in New Issue
Block a user