2022-09-27 00:16:42 +00:00
|
|
|
module git.tuxpa.in/a/pprofweb
|
2020-01-11 20:18:50 +00:00
|
|
|
|
2022-09-27 00:15:49 +00:00
|
|
|
go 1.19
|
2020-01-11 20:18:50 +00:00
|
|
|
|
2020-06-02 18:59:11 +00:00
|
|
|
require (
|
2022-09-27 00:15:49 +00:00
|
|
|
gfx.cafe/util/go/generic v0.0.0-20220921131905-10a2bde53f66
|
|
|
|
github.com/go-chi/chi/v5 v5.0.7
|
2021-11-15 13:24:47 +00:00
|
|
|
github.com/google/pprof v0.0.0-20211108044417-e9b028704de0
|
2022-09-27 00:15:49 +00:00
|
|
|
github.com/rs/xid v1.4.0
|
|
|
|
github.com/spf13/afero v1.9.2
|
2020-06-02 18:59:11 +00:00
|
|
|
)
|
2021-11-15 13:24:47 +00:00
|
|
|
|
2022-09-27 00:15:49 +00:00
|
|
|
require (
|
|
|
|
github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d // indirect
|
|
|
|
golang.org/x/text v0.3.4 // indirect
|
|
|
|
)
|