2018-05-08 02:35:13 +08: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
|
|
|
|
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/armon/go-socks5"
|
|
|
|
revision = "e75332964ef517daa070d7c38a9466a0d687e0a5"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/fatedier/beego"
|
|
|
|
revision = "6c6a4f5bd5eb5a39f7e289b8f345b55f75e7e3e8"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/fatedier/golib"
|
2018-05-08 23:42:04 +08:00
|
|
|
branch = "master"
|
2018-05-08 02:35:13 +08:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
branch = "frp"
|
|
|
|
name = "github.com/fatedier/kcp-go"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/gorilla/websocket"
|
|
|
|
version = "1.2.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/hashicorp/yamux"
|
|
|
|
revision = "2658be15c5f05e76244154714161f17e3e77de2e"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/rakyll/statik"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/rodaine/table"
|
|
|
|
version = "1.0.0"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/spf13/cobra"
|
|
|
|
version = "0.0.2"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/vaughan0/go-ini"
|
|
|
|
revision = "a98ad7ee00ec53921f08832bc06ecf7fd600e6a1"
|
|
|
|
|
|
|
|
[prune]
|
|
|
|
go-tests = true
|
|
|
|
unused-packages = true
|