mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 14:05:23 +00:00
Spam service (#269)
This commit is contained in:
5
go.mod
5
go.mod
@@ -6,6 +6,7 @@ require (
|
||||
github.com/Masterminds/semver/v3 v3.1.1
|
||||
github.com/PuerkitoBio/goquery v1.6.1
|
||||
github.com/SlyMarbo/rss v1.0.1
|
||||
github.com/Teamwork/spamc v0.0.0-20200109085853-a4e0c5c3f7a0
|
||||
github.com/asim/mq v0.1.0
|
||||
github.com/cdipaolo/goml v0.0.0-20190412180403-e1f51f713598 // indirect
|
||||
github.com/cdipaolo/sentiment v0.0.0-20200617002423-c697f64e7f10
|
||||
@@ -33,7 +34,7 @@ require (
|
||||
github.com/mattheath/base62 v0.0.0-20150408093626-b80cdc656a7a // indirect
|
||||
github.com/mattheath/kala v0.0.0-20171219141654-d6276794bf0e
|
||||
github.com/micro/micro-go v0.0.0-20211101221015-79ab982f8163
|
||||
github.com/micro/micro/v3 v3.6.1-0.20211110104311-614fde05be0c
|
||||
github.com/micro/micro/v3 v3.7.1-0.20211111170433-1ebb8328e280
|
||||
github.com/miekg/dns v1.1.31 // indirect
|
||||
github.com/oschwald/geoip2-golang v1.5.0
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
@@ -45,6 +46,8 @@ require (
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
github.com/stoewer/go-strcase v1.2.0
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/teamwork/test v0.0.0-20200108114543-02621bae84ad // indirect
|
||||
github.com/teamwork/utils v0.0.0-20211103135549-f7e7a68ba696 // indirect
|
||||
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
|
||||
github.com/tkuchiki/go-timezone v0.2.2
|
||||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
|
||||
|
||||
Reference in New Issue
Block a user