mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Generate typesafe typescript and go clients, examples (#194)
This commit is contained in:
8
go.mod
8
go.mod
@@ -7,11 +7,15 @@ require (
|
||||
github.com/PuerkitoBio/goquery v1.6.1
|
||||
github.com/SlyMarbo/rss v1.0.1
|
||||
github.com/asim/mq v0.1.0
|
||||
github.com/bitly/go-simplejson v0.5.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/crufter/nested v0.0.0-20210903145606-dea42c476b37
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/enescakir/emoji v1.0.0
|
||||
github.com/fatih/camelcase v1.0.0
|
||||
github.com/getkin/kin-openapi v0.26.0
|
||||
github.com/gojuno/go.osrm v0.1.1-0.20200217151037-435fc3e1d3d4
|
||||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
||||
@@ -26,9 +30,11 @@ require (
|
||||
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/m3o/m3o-go/client v0.0.0-20210421144725-8bfd7992ada3
|
||||
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.4.1-0.20210827085315-cdb3e3adc9b3
|
||||
github.com/micro/micro-go v0.0.0-20210908134848-0eb99593b556
|
||||
github.com/micro/micro/v3 v3.4.1-0.20210903082606-b49d5b18ae9b
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user