mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
|
module github.com/tarampampam/error-pages
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require (
|
||
|
github.com/a8m/envsubst v1.2.0
|
||
|
github.com/fasthttp/router v1.4.3
|
||
|
github.com/fatih/color v1.7.0
|
||
|
github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/spf13/cobra v1.2.1
|
||
|
github.com/spf13/pflag v1.0.5
|
||
|
github.com/stretchr/testify v1.7.0
|
||
|
github.com/valyala/fasthttp v1.30.0
|
||
|
go.uber.org/zap v1.19.1
|
||
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/andybalholm/brotli v1.0.3 // indirect
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||
|
github.com/klauspost/compress v1.13.6 // indirect
|
||
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
||
|
github.com/mattn/go-isatty v0.0.3 // indirect
|
||
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
github.com/savsgio/gotils v0.0.0-20210921075833-21a6215cb0e4 // indirect
|
||
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||
|
go.uber.org/atomic v1.7.0 // indirect
|
||
|
go.uber.org/multierr v1.6.0 // indirect
|
||
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
|
||
|
)
|