heruvym/go.mod

20 lines
542 B
Modula-2
Raw Normal View History

2021-09-05 15:24:13 +00:00
module heruvym
2021-04-10 18:46:51 +00:00
go 1.16
require (
2021-05-11 10:57:58 +00:00
bitbucket.org/skeris/profile v0.0.0
2021-09-05 15:24:13 +00:00
github.com/BlackBroker/trashlog v0.0.4
2021-05-11 10:57:58 +00:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2021-05-15 20:10:07 +00:00
github.com/gorilla/mux v1.8.0
2022-02-27 15:27:44 +00:00
github.com/minio/minio-go/v7 v7.0.10
2021-09-05 15:24:13 +00:00
github.com/pkg/errors v0.9.1
2021-04-10 18:46:51 +00:00
github.com/rs/xid v1.3.0
2021-05-11 10:57:58 +00:00
github.com/skeris/appInit v0.1.12
2021-09-05 15:24:13 +00:00
github.com/skeris/identity v0.1.7
2021-05-11 10:57:58 +00:00
github.com/themakers/bdd v0.0.0-20210316111417-6b1dfe326f33
2021-04-10 18:46:51 +00:00
github.com/themakers/hlog v0.0.0-20191205140925-235e0e4baddf
2021-09-05 15:24:13 +00:00
go.mongodb.org/mongo-driver v1.5.3
go.uber.org/zap v1.17.0
2021-04-10 18:46:51 +00:00
)