server_box_monitor/go.mod

27 lines
908 B
Modula-2
Raw Permalink Normal View History

2023-03-16 18:37:02 +08:00
module github.com/lollipopkit/server_box_monitor
go 1.20
2023-04-26 14:26:14 +08:00
require (
2023-07-25 14:21:39 +08:00
github.com/labstack/echo/v4 v4.11.1
2024-12-06 14:10:18 +08:00
github.com/lollipopkit/gommon v0.0.0-20231106103911-6f064c330015
2023-07-15 18:01:29 +08:00
github.com/urfave/cli/v2 v2.25.7
2023-04-10 20:36:08 +08:00
)
2023-03-16 18:37:02 +08:00
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2023-07-15 18:01:29 +08:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
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-03-16 18:37:02 +08:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
2023-07-15 18:01:29 +08:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
2023-03-16 18:37:02 +08:00
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
2023-07-15 18:01:29 +08:00
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
2023-03-16 18:37:02 +08:00
)