21 lines
458 B
Modula-2
21 lines
458 B
Modula-2
module tuxpa.in/a/pprofweb
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.22.5
|
|
|
|
require (
|
|
gfx.cafe/util/go v1.14.0
|
|
github.com/DataDog/gostackparse v0.7.0
|
|
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
|
|
github.com/rs/xid v1.6.0
|
|
github.com/spf13/afero v1.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|