2017-10-05 17:40:19 +03:00
|
|
|
|
|
|
|
# Gopkg.toml example
|
|
|
|
#
|
|
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
|
|
# for detailed Gopkg.toml documentation.
|
|
|
|
#
|
|
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
|
|
#
|
|
|
|
# [[constraint]]
|
|
|
|
# name = "github.com/user/project"
|
|
|
|
# version = "1.0.0"
|
|
|
|
#
|
|
|
|
# [[constraint]]
|
|
|
|
# name = "github.com/user/project2"
|
|
|
|
# branch = "dev"
|
|
|
|
# source = "github.com/myfork/project2"
|
|
|
|
#
|
|
|
|
# [[override]]
|
|
|
|
# name = "github.com/x/y"
|
|
|
|
# version = "2.4.0"
|
|
|
|
|
2018-10-11 00:25:40 +03:00
|
|
|
required = [
|
|
|
|
"github.com/tidwall/lotsa",
|
2019-04-26 21:50:49 +03:00
|
|
|
"github.com/mmcloughlin/geohash"
|
2018-10-11 00:25:40 +03:00
|
|
|
]
|
2018-04-09 18:55:22 +03:00
|
|
|
|
2019-02-11 23:39:29 +03:00
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/tidwall/tinybtree"
|
|
|
|
|
2018-08-03 05:57:11 +03:00
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/tidwall/boxtree"
|
|
|
|
|
2019-02-12 16:49:13 +03:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/tidwall/geojson"
|
2019-03-13 00:38:05 +03:00
|
|
|
version = "1.1.3"
|
2019-02-12 16:49:13 +03:00
|
|
|
|
2017-10-05 17:40:19 +03:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/Shopify/sarama"
|
|
|
|
version = "1.13.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/eclipse/paho.mqtt.golang"
|
|
|
|
version = "1.1.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/golang/protobuf"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/peterh/liner"
|
|
|
|
|
2018-10-29 15:00:54 +03:00
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/gomodule/redigo"
|
|
|
|
|
2017-10-05 17:40:19 +03:00
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/streadway/amqp"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/tidwall/btree"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/tidwall/buntdb"
|
2019-03-14 19:55:31 +03:00
|
|
|
version = "1.1.0"
|
2017-10-05 17:40:19 +03:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/tidwall/gjson"
|
|
|
|
version = "1.0.1"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/tidwall/redbench"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/tidwall/redcon"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/tidwall/resp"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/tidwall/sjson"
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "golang.org/x/crypto"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "golang.org/x/net"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "google.golang.org/grpc"
|
|
|
|
version = "1.6.0"
|