28 lines
936 B
Modula-2
28 lines
936 B
Modula-2
module heruvym
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-playground/validator/v10 v10.13.0
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
|
github.com/gofiber/contrib/fiberzap v1.0.2
|
|
github.com/gofiber/fiber/v2 v2.45.0
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/klauspost/cpuid/v2 v2.1.2 // indirect
|
|
github.com/minio/minio-go/v7 v7.0.43
|
|
github.com/montanaflynn/stats v0.6.6 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.4.0
|
|
github.com/skeris/appInit v1.0.2
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/themakers/bdd v0.0.0-20210316111417-6b1dfe326f33
|
|
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
go.mongodb.org/mongo-driver v1.10.3
|
|
go.uber.org/zap v1.24.0
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/tucnak/telebot.v2 v2.5.0
|
|
)
|