1module github.com/gin-contrib/requestid 2 3go 1.15 4 5require ( 6 github.com/gin-gonic/gin v1.8.1 7 github.com/google/uuid v1.3.0 8 github.com/stretchr/testify v1.7.2 9)
View as plain text