mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
45 lines
1.6 KiB
Modula-2
45 lines
1.6 KiB
Modula-2
module github.com/tarampampam/error-pages
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/a8m/envsubst v1.3.0
|
|
github.com/fasthttp/router v1.4.14
|
|
github.com/fatih/color v1.13.0
|
|
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/prometheus/client_model v0.3.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/urfave/cli/v2 v2.24.1
|
|
github.com/valyala/fasthttp v1.43.0
|
|
go.uber.org/automaxprocs v1.5.1
|
|
go.uber.org/goleak v1.1.11
|
|
go.uber.org/zap v1.24.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|