Gopkg.toml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # Gopkg.toml example
  2. #
  3. # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
  4. # for detailed Gopkg.toml documentation.
  5. #
  6. # required = ["github.com/user/thing/cmd/thing"]
  7. # ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
  8. #
  9. # [[constraint]]
  10. # name = "github.com/user/project"
  11. # version = "1.0.0"
  12. #
  13. # [[constraint]]
  14. # name = "github.com/user/project2"
  15. # branch = "dev"
  16. # source = "github.com/myfork/project2"
  17. #
  18. # [[override]]
  19. # name = "github.com/x/y"
  20. # version = "2.4.0"
  21. #
  22. # [prune]
  23. # non-go = false
  24. # go-tests = true
  25. # unused-packages = true
  26. [[constraint]]
  27. name = "github.com/armon/go-socks5"
  28. revision = "e75332964ef517daa070d7c38a9466a0d687e0a5"
  29. [[constraint]]
  30. name = "github.com/fatedier/beego"
  31. revision = "6c6a4f5bd5eb5a39f7e289b8f345b55f75e7e3e8"
  32. [[constraint]]
  33. name = "github.com/fatedier/golib"
  34. revision = "ff8cd814b04901d617b7fffaca6fedb81067821d"
  35. [[constraint]]
  36. branch = "frp"
  37. name = "github.com/fatedier/kcp-go"
  38. [[constraint]]
  39. name = "github.com/gorilla/websocket"
  40. version = "1.2.0"
  41. [[constraint]]
  42. name = "github.com/hashicorp/yamux"
  43. revision = "2658be15c5f05e76244154714161f17e3e77de2e"
  44. [[constraint]]
  45. name = "github.com/gorilla/mux"
  46. version = "1.6.2"
  47. [[constraint]]
  48. name = "github.com/rakyll/statik"
  49. version = "0.1.0"
  50. [[constraint]]
  51. name = "github.com/rodaine/table"
  52. version = "1.0.0"
  53. [[constraint]]
  54. name = "github.com/spf13/cobra"
  55. version = "0.0.3"
  56. [[constraint]]
  57. name = "github.com/vaughan0/go-ini"
  58. revision = "a98ad7ee00ec53921f08832bc06ecf7fd600e6a1"
  59. [[override]]
  60. name = "github.com/templexxx/reedsolomon"
  61. version = "0.1.1"
  62. [prune]
  63. go-tests = true
  64. unused-packages = true