File: go.mod

package info (click to toggle)
golang-github-gin-contrib-cors 1.4.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 164 kB
  • sloc: makefile: 5
file content (8 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
module github.com/gin-contrib/cors

go 1.13

require (
	github.com/gin-gonic/gin v1.8.1
	github.com/stretchr/testify v1.8.0
)