mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* feat: add movie search service close #183 * chore: update display name * chore: code review fix * feat: avoid panic when fields would be null or missed * chore: make it more readable * fix: correct format
66 lines
3.0 KiB
Modula-2
66 lines
3.0 KiB
Modula-2
module github.com/micro/services
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
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
|
|
github.com/crufter/lexer v0.0.0-20120907053443-23fe8c7add01
|
|
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/enescakir/emoji v1.0.0
|
|
github.com/gojuno/go.osrm v0.1.1-0.20200217151037-435fc3e1d3d4
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/uuid v1.1.2
|
|
github.com/hablullah/go-prayer v1.0.0
|
|
github.com/hailocab/go-geoindex v0.0.0-20160127134810-64631bfe9711
|
|
github.com/hashicorp/golang-lru v0.5.3
|
|
github.com/jackc/pgx/v4 v4.10.1
|
|
github.com/kevinburke/go-types v0.0.0-20201208005256-aee49f568a20 // indirect
|
|
github.com/kevinburke/go.uuid v1.2.0 // indirect
|
|
github.com/kevinburke/rest v0.0.0-20210506044642-5611499aa33c // indirect
|
|
github.com/kevinburke/twilio-go v0.0.0-20210327194925-1623146bcf73
|
|
github.com/lib/pq v1.9.0 // indirect
|
|
github.com/m3o/goduckgo v0.0.0-20210630141545-c760fe67b945
|
|
github.com/mattheath/base62 v0.0.0-20150408093626-b80cdc656a7a // indirect
|
|
github.com/mattheath/kala v0.0.0-20171219141654-d6276794bf0e
|
|
github.com/micro/micro/v3 v3.8.0
|
|
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
|
|
github.com/paulmach/go.geo v0.0.0-20180829195134-22b514266d33
|
|
github.com/peterbourgon/diskv/v3 v3.0.1
|
|
github.com/pquerna/otp v1.3.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sendgrid/rest v2.6.4+incompatible // indirect
|
|
github.com/sendgrid/sendgrid-go v3.10.0+incompatible
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
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
|
|
github.com/ttacon/libphonenumber v1.2.1 // indirect
|
|
go.mongodb.org/mongo-driver v1.7.2
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
|
|
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
|
|
google.golang.org/api v0.59.0
|
|
google.golang.org/grpc/examples v0.0.0-20211103202053-3b94303f3754 // indirect
|
|
google.golang.org/protobuf v1.27.1
|
|
googlemaps.github.io/maps v1.3.1
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
gorm.io/datatypes v1.0.1
|
|
gorm.io/driver/postgres v1.0.8
|
|
gorm.io/gorm v1.21.10
|
|
)
|