pprofweb/go.mod

22 lines
489 B
Modula-2
Raw Permalink 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
github.com/a-h/templ v0.2.778
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-10-29 01:44:53 +00:00
github.com/google/pprof v0.0.0-20241029010322-833c56d90c8e
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-10-29 01:44:53 +00:00
golang.org/x/text v0.19.0 // indirect
2022-09-27 00:15:49 +00:00
)