21 lines
589 B
Modula-2
21 lines
589 B
Modula-2
module heruvym
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
bitbucket.org/skeris/profile v0.0.0
|
|
github.com/BlackBroker/trashlog v0.0.4
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/minio/minio-go/v7 v7.0.10
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.3.0
|
|
github.com/skeris/appInit v0.1.12
|
|
github.com/skeris/identity v0.1.7
|
|
github.com/themakers/bdd v0.0.0-20210316111417-6b1dfe326f33
|
|
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
|
|
go.mongodb.org/mongo-driver v1.5.3
|
|
go.uber.org/zap v1.17.0
|
|
gopkg.in/tucnak/telebot.v2 v2.3.5 // indirect
|
|
)
|