2019-11-18 00:38:27 +03:00
|
|
|
module github.com/tidwall/tile38
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-06-25 00:20:22 +03:00
|
|
|
github.com/Shopify/sarama v1.26.4
|
2020-09-23 02:43:58 +03:00
|
|
|
github.com/aws/aws-sdk-go v1.34.29
|
2019-11-18 00:38:27 +03:00
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
2020-09-23 02:43:58 +03:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
|
|
github.com/golang/protobuf v1.4.2
|
|
|
|
github.com/gomodule/redigo v1.8.2
|
|
|
|
github.com/mmcloughlin/geohash v0.10.0
|
2019-11-18 00:38:27 +03:00
|
|
|
github.com/nats-io/go-nats v1.6.0
|
2021-01-26 01:11:55 +03:00
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
2020-09-23 02:43:58 +03:00
|
|
|
github.com/peterh/liner v1.2.0
|
|
|
|
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
|
2019-11-18 00:38:27 +03:00
|
|
|
github.com/tidwall/geoindex v1.1.0
|
2020-09-23 02:43:58 +03:00
|
|
|
github.com/tidwall/geojson v1.2.3
|
2021-01-26 01:11:55 +03:00
|
|
|
github.com/tidwall/gjson v1.6.7
|
|
|
|
github.com/tidwall/match v1.0.3
|
2020-09-23 02:43:58 +03:00
|
|
|
github.com/tidwall/pretty v1.0.2
|
|
|
|
github.com/tidwall/rbang v1.2.2
|
2021-01-26 01:11:55 +03:00
|
|
|
github.com/tidwall/redbench v0.1.0
|
2020-09-23 02:43:58 +03:00
|
|
|
github.com/tidwall/redcon v1.3.2
|
2021-01-26 01:11:55 +03:00
|
|
|
github.com/tidwall/resp v0.1.0
|
2019-11-18 00:38:27 +03:00
|
|
|
github.com/tidwall/rhh v1.1.0
|
2020-09-23 02:43:58 +03:00
|
|
|
github.com/tidwall/sjson v1.1.1
|
|
|
|
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
|
2020-06-25 00:20:22 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72
|
|
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
2020-09-23 02:43:58 +03:00
|
|
|
google.golang.org/grpc v1.32.0
|
|
|
|
layeh.com/gopher-json v0.0.0-20190114024228-97fed8db8427
|
2019-11-18 00:38:27 +03:00
|
|
|
)
|