20 lines
697 B
Modula-2
20 lines
697 B
Modula-2
module bitbucket.org/BlackBroker/heruvym
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
bitbucket.org/skeris/profile v0.0.0-20210411000338-496c859828a5 // indirect
|
|
github.com/BlackBroker/trashlog v0.0.0-20210406151703-e2c4874359bf
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/rs/xid v1.3.0
|
|
github.com/skeris/appInit v0.1.0
|
|
github.com/skeris/authService v1.1.1 // indirect
|
|
github.com/skeris/identity v0.0.7 // indirect
|
|
github.com/themakers/bdd v0.0.0-20210316111417-6b1dfe326f33 // indirect
|
|
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
|
|
go.mongodb.org/mongo-driver v1.5.1
|
|
go.uber.org/zap v1.16.0
|
|
google.golang.org/grpc v1.36.1 // indirect
|
|
)
|