20 lines
418 B
Modula-2
20 lines
418 B
Modula-2
module tuxpa.in/a/pprofweb
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.22.5
|
|
|
|
require (
|
|
gfx.cafe/util/go v1.13.1
|
|
github.com/alecthomas/kong v1.2.1
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134
|
|
github.com/rs/xid v1.6.0
|
|
github.com/spf13/afero v1.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/ianlancetaylor/demangle v0.0.0-20240912202439-0a2b6291aafd // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
)
|