2023-10-19 17:58:36 +02:00
|
|
|
module github.com/cccb/sanic
|
|
|
|
|
|
|
|
go 1.20
|
2023-10-19 18:01:48 +02:00
|
|
|
|
|
|
|
require (
|
2023-10-24 18:17:36 +02:00
|
|
|
github.com/fhs/gompd/v2 v2.3.0
|
|
|
|
github.com/labstack/echo-contrib v0.15.0
|
|
|
|
github.com/labstack/echo/v4 v4.11.2
|
|
|
|
golang.org/x/net v0.17.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2023-10-19 18:01:48 +02:00
|
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2023-10-24 18:17:36 +02:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.40.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2023-10-19 18:01:48 +02:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2023-10-24 18:17:36 +02:00
|
|
|
golang.org/x/time v0.3.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2023-10-19 18:01:48 +02:00
|
|
|
)
|