module banklampung-core go 1.15 require ( github.com/Shopify/sarama v1.28.0 github.com/devfeel/mapper v0.7.5 github.com/gin-gonic/gin v1.7.1 github.com/go-redis/redis/v8 v8.8.2 github.com/nsqio/go-nsq v1.0.8 github.com/rs/zerolog v1.21.0 github.com/satori/go.uuid v1.2.0 go.mongodb.org/mongo-driver v1.5.2 golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df )