2019-11-18 00:38:27 +03:00
|
|
|
module github.com/tidwall/tile38
|
|
|
|
|
2021-07-08 16:36:05 +03:00
|
|
|
go 1.15
|
2019-11-18 00:38:27 +03:00
|
|
|
|
|
|
|
require (
|
2020-05-19 18:11:31 +03:00
|
|
|
cloud.google.com/go/pubsub v1.3.1
|
2021-07-08 16:36:05 +03:00
|
|
|
github.com/Shopify/sarama v1.27.2
|
|
|
|
github.com/aws/aws-sdk-go v1.37.3
|
|
|
|
github.com/eclipse/paho.mqtt.golang v1.3.1
|
|
|
|
github.com/golang/protobuf v1.4.3
|
2019-11-18 00:38:27 +03:00
|
|
|
github.com/gomodule/redigo v2.0.1-0.20181026001555-e8fc0692a7e2+incompatible
|
2021-07-08 16:34:44 +03:00
|
|
|
github.com/mmcloughlin/geohash v0.10.0
|
2021-07-08 16:36:05 +03:00
|
|
|
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
|
|
|
|
github.com/nats-io/nats.go v1.10.0
|
|
|
|
github.com/peterh/liner v1.2.1
|
2021-07-08 16:34:44 +03:00
|
|
|
github.com/streadway/amqp v1.0.0
|
2021-01-26 01:11:55 +03:00
|
|
|
github.com/tidwall/btree v0.3.0
|
|
|
|
github.com/tidwall/buntdb v1.1.8
|
2021-07-08 16:36:05 +03:00
|
|
|
github.com/tidwall/cities v0.1.0 // indirect
|
|
|
|
github.com/tidwall/geoindex v1.4.0
|
2021-07-08 16:34:44 +03:00
|
|
|
github.com/tidwall/geojson v1.2.3
|
2021-07-08 16:36:05 +03:00
|
|
|
github.com/tidwall/gjson v1.6.8
|
2021-07-08 16:34:44 +03:00
|
|
|
github.com/tidwall/lotsa v1.0.2 // indirect
|
2021-01-26 01:11:55 +03:00
|
|
|
github.com/tidwall/match v1.0.3
|
2021-07-08 16:34:44 +03:00
|
|
|
github.com/tidwall/pretty v1.0.2
|
2021-02-04 19:50:13 +03:00
|
|
|
github.com/tidwall/rbang v1.2.4
|
2021-01-26 01:11:55 +03:00
|
|
|
github.com/tidwall/redbench v0.1.0
|
2021-07-08 16:36:05 +03:00
|
|
|
github.com/tidwall/redcon v1.4.0
|
2021-01-26 01:11:55 +03:00
|
|
|
github.com/tidwall/resp v0.1.0
|
2021-07-08 16:36:05 +03:00
|
|
|
github.com/tidwall/rhh v1.1.1
|
|
|
|
github.com/tidwall/sjson v1.1.5
|
2021-07-08 16:34:44 +03:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
|
2021-07-08 16:36:05 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
2020-05-19 18:11:31 +03:00
|
|
|
google.golang.org/api v0.20.0
|
2021-07-08 16:36:05 +03:00
|
|
|
google.golang.org/grpc v1.35.0
|
|
|
|
layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
|
2019-11-18 00:38:27 +03:00
|
|
|
)
|