nightingale/vendor/github.com/gin-contrib/pprof/go.mod

7 lines
129 B
Modula-2
Raw Normal View History

2020-03-11 18:25:20 +08:00
module github.com/gin-contrib/pprof
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gin-gonic/gin v1.4.0
)