heruvym/go.mod

20 lines
697 B
Modula-2
Raw Normal View History

2021-04-10 18:46:51 +00:00
module bitbucket.org/BlackBroker/heruvym
go 1.16
require (
2021-04-11 09:48:15 +00:00
bitbucket.org/skeris/profile v0.0.0-20210411000338-496c859828a5 // indirect
2021-04-10 18:46:51 +00:00
github.com/BlackBroker/trashlog v0.0.0-20210406151703-e2c4874359bf
2021-04-11 09:48:15 +00:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2021-04-10 18:46:51 +00:00
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
2021-04-11 09:48:15 +00:00
github.com/skeris/identity v0.0.7 // indirect
github.com/themakers/bdd v0.0.0-20210316111417-6b1dfe326f33 // indirect
2021-04-10 18:46:51 +00:00
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
)