module github.com/LUSHDigital/core go 1.14 require ( github.com/LUSHDigital/uuid v0.2.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dustin/go-humanize v1.0.0 github.com/golang/protobuf v1.3.2 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/joho/godotenv v1.3.0 github.com/prometheus/client_golang v1.1.0 github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect github.com/prometheus/common v0.7.0 // indirect github.com/prometheus/procfs v0.0.5 // indirect golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 // indirect golang.org/x/text v0.3.2 google.golang.org/genproto v0.0.0-20190916214212-f660b8655731 // indirect google.golang.org/grpc v1.24.0 )