mirror of https://github.com/tidwall/tile38.git
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module github.com/tidwall/tile38
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go/pubsub v1.3.1
|
|
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
|
|
github.com/gomodule/redigo v2.0.1-0.20181026001555-e8fc0692a7e2+incompatible
|
|
github.com/mmcloughlin/geohash v0.10.0
|
|
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
|
|
github.com/prometheus/client_golang v1.10.0
|
|
github.com/streadway/amqp v1.0.0
|
|
github.com/tidwall/btree v0.5.0
|
|
github.com/tidwall/buntdb v1.2.3
|
|
github.com/tidwall/geoindex v1.4.3
|
|
github.com/tidwall/geojson v1.2.7
|
|
github.com/tidwall/gjson v1.7.4
|
|
github.com/tidwall/match v1.0.3
|
|
github.com/tidwall/pretty v1.1.0
|
|
github.com/tidwall/redbench v0.1.0
|
|
github.com/tidwall/redcon v1.4.1
|
|
github.com/tidwall/resp v0.1.0
|
|
github.com/tidwall/rhh v1.1.1
|
|
github.com/tidwall/rtree v1.2.7
|
|
github.com/tidwall/sjson v1.1.6
|
|
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
|
google.golang.org/api v0.20.0
|
|
google.golang.org/grpc v1.35.0
|
|
layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
|
|
)
|