2018-08-03 06:57:19 +00: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"
|
|
|
|
#
|
|
|
|
# [prune]
|
|
|
|
# non-go = false
|
|
|
|
# go-tests = true
|
|
|
|
# unused-packages = true
|
|
|
|
|
|
|
|
|
2018-08-23 09:21:48 +00:00
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "git.loafle.net/overflow/annotation-go"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "git.loafle.net/overflow/di-go"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "git.loafle.net/overflow/log-go"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "git.loafle.net/overflow/model"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "git.loafle.net/overflow/rpc-go"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "git.loafle.net/overflow/server-go"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "git.loafle.net/overflow/service_matcher-go"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "git.loafle.net/overflow/util-go"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/google/gopacket"
|
|
|
|
version = "1.1.14"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/k-sone/snmpgo"
|
|
|
|
version = "3.2.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/valyala/fasthttp"
|
|
|
|
version = "20180529.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "go.uber.org/zap"
|
|
|
|
version = "1.9.1"
|
|
|
|
|
2018-08-03 06:57:19 +00:00
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|
2018-08-28 15:32:03 +00:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/grandcat/zeroconf"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "master"
|
|
|
|
name = "github.com/huin/goupnp"
|