sanic/go.mod

32 lines
1 KiB
Modula-2
Raw Normal View History

2024-04-18 10:37:22 +02:00
module gitlab.com/XenGi/sanic
2023-10-19 17:58:36 +02:00
2024-01-23 12:16:08 +01:00
go 1.21
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
2024-04-18 10:38:52 +02:00
github.com/labstack/echo-contrib v0.17.0
github.com/labstack/echo/v4 v4.12.0
2024-04-06 18:57:43 +02:00
golang.org/x/net v0.24.0
2023-12-26 17:23:53 +01:00
gopkg.in/ini.v1 v1.67.0
2023-10-24 18:17:36 +02:00
)
require (
github.com/beorn7/perks v1.0.1 // indirect
2024-04-06 18:57:43 +02:00
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2023-10-24 18:17:36 +02:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
2024-01-23 12:16:08 +01:00
github.com/labstack/gommon v0.4.2 // indirect
2023-10-19 18:01:48 +02:00
github.com/mattn/go-colorable v0.1.13 // indirect
2024-01-23 12:16:08 +01:00
github.com/mattn/go-isatty v0.0.20 // indirect
2024-04-06 18:57:43 +02:00
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
2024-04-18 10:38:52 +02:00
github.com/prometheus/common v0.52.3 // indirect
2024-04-06 18:57:43 +02:00
github.com/prometheus/procfs v0.13.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
2024-04-06 18:57:43 +02:00
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sys v0.19.0 // indirect
2024-01-23 12:16:08 +01:00
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
2024-04-06 18:57:43 +02:00
google.golang.org/protobuf v1.33.0 // indirect
2023-10-19 18:01:48 +02:00
)