module github.com/felixge/fgprof

go 1.14

require (
	github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7
	github.com/stretchr/testify v1.8.0
)
