1module github.com/penglongli/gin-metrics 2 3go 1.16 4 5require ( 6 github.com/bits-and-blooms/bitset v1.2.0 7 github.com/gin-gonic/gin v1.7.4 8 github.com/pkg/errors v0.9.1 9 github.com/prometheus/client_golang v1.12.0 10)
View as plain text