17 lines
504 B
Modula-2
17 lines
504 B
Modula-2
|
module bitbucket.org/BlackBroker/heruvym
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
bitbucket.org/skeris/profile v0.0.0-20210410182208-cf9db6d1452d
|
||
|
github.com/BlackBroker/trashlog v0.0.0-20210406151703-e2c4874359bf
|
||
|
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/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
|
||
|
)
|