pprofweb/go.mod

21 lines
458 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-10-29 01:44:53 +00:00
gfx.cafe/util/go v1.14.0
2024-10-29 03:24:09 +00:00
github.com/DataDog/gostackparse v0.7.0
2025-02-27 05:43:49 +00:00
github.com/alecthomas/kong v1.8.1
github.com/go-chi/chi/v5 v5.2.1
github.com/google/pprof v0.0.0-20250208200701-d0013a598941
2024-09-09 20:08:56 +00:00
github.com/rs/xid v1.6.0
2025-02-27 05:43:49 +00:00
github.com/spf13/afero v1.12.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
2025-02-27 05:43:49 +00:00
golang.org/x/text v0.21.0 // indirect
2022-09-27 00:15:49 +00:00
)