common/go.mod

11 lines
213 B
Modula-2
Raw Normal View History

2023-02-22 17:20:22 +00:00
module penahub.gitlab.yandexcloud.net/backend/penahub_common
go 1.19
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
github.com/sirupsen/logrus v1.9.3
2023-12-01 16:46:02 +00:00
)
2023-12-01 18:39:30 +00:00
require golang.org/x/sys v0.14.0 // indirect