module sensitiveWords.udp go 1.13 require ( github.com/fortytw2/leaktest v1.3.0 // indirect github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/importcjj/sensitive v0.0.0-20200106142752-42d1c505be7b github.com/mailru/easyjson v0.7.7 // indirect github.com/olivere/elastic v6.2.35+incompatible // indirect github.com/prometheus/client_golang v1.10.0 go.mongodb.org/mongo-driver v1.5.1 google.golang.org/grpc v1.36.1 google.golang.org/protobuf v1.26.0 gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 gopkg.in/olivere/elastic.v1 v1.0.1 gopkg.in/yaml.v2 v2.3.0 )