pprofweb/go.mod

20 lines
418 B
Modula-2
Raw Normal View History

2023-05-03 05:45:36 +00:00
module tuxpa.in/a/pprofweb
2020-01-11 20:18:50 +00:00
2024-07-30 21:11:50 +00:00
go 1.22.0
2024-06-04 05:04:00 +00:00
2024-07-30 21:11:50 +00:00
toolchain go1.22.5
2020-01-11 20:18:50 +00:00
require (
2024-09-09 20:08:56 +00:00
gfx.cafe/util/go v1.13.1
2024-09-23 21:39:21 +00:00
github.com/alecthomas/kong v1.2.1
2024-07-30 21:11:50 +00:00
github.com/go-chi/chi/v5 v5.1.0
2024-09-23 21:39:21 +00:00
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134
2024-09-09 20:08:56 +00:00
github.com/rs/xid v1.6.0
2024-06-04 05:04:00 +00:00
github.com/spf13/afero v1.11.0
)
2022-09-27 00:15:49 +00:00
require (
2024-09-23 21:39:21 +00:00
github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd // indirect
2024-09-09 20:08:56 +00:00
golang.org/x/text v0.18.0 // indirect
2022-09-27 00:15:49 +00:00
)