common/go.mod

25 lines
729 B
Modula-2
Raw Normal View History

2023-02-22 17:20:22 +00:00
module penahub.gitlab.yandexcloud.net/backend/penahub_common
2023-12-03 15:36:00 +00:00
go 1.21
toolchain go1.21.4
2023-02-22 17:20:22 +00:00
2023-12-01 16:46:02 +00:00
require (
2023-12-01 18:39:30 +00:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2023-12-03 14:06:43 +00:00
github.com/gofiber/fiber/v2 v2.51.0
2023-12-01 16:46:02 +00:00
)
2023-12-01 18:39:30 +00:00
2023-12-01 20:42:12 +00:00
require (
2023-12-03 14:06:43 +00:00
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.50.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
2023-12-01 20:42:12 +00:00
golang.org/x/sys v0.14.0 // indirect
)