Gopkg.toml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. ignored = [
  22. "github.com/grafana/grafana/data/*",
  23. "github.com/grafana/grafana/public/*",
  24. "github.com/grafana/grafana/node_modules/*"
  25. ]
  26. [[constraint]]
  27. name = "github.com/BurntSushi/toml"
  28. version = "0.3.0"
  29. [[constraint]]
  30. branch = "master"
  31. name = "github.com/Unknwon/com"
  32. #version = "1.0.0"
  33. [[constraint]]
  34. name = "github.com/aws/aws-sdk-go"
  35. version = "1.12.65"
  36. [[constraint]]
  37. branch = "master"
  38. name = "github.com/benbjohnson/clock"
  39. [[constraint]]
  40. branch = "master"
  41. name = "github.com/bmizerany/assert"
  42. [[constraint]]
  43. name = "github.com/codegangsta/cli"
  44. version = "1.20.0"
  45. [[constraint]]
  46. name = "github.com/davecgh/go-spew"
  47. version = "1.1.0"
  48. [[constraint]]
  49. name = "github.com/fatih/color"
  50. version = "1.5.0"
  51. [[constraint]]
  52. name = "github.com/go-ldap/ldap"
  53. version = "2.5.1"
  54. [[constraint]]
  55. branch = "master"
  56. name = "github.com/go-macaron/binding"
  57. [[constraint]]
  58. branch = "master"
  59. name = "github.com/go-macaron/gzip"
  60. [[constraint]]
  61. branch = "master"
  62. name = "github.com/go-macaron/session"
  63. [[constraint]]
  64. name = "github.com/go-sql-driver/mysql"
  65. revision = "2cc627ac8defc45d65066ae98f898166f580f9a4"
  66. #version = "1.3.0" //keeping this since we would rather depend on version then commit
  67. [[constraint]]
  68. name = "github.com/go-stack/stack"
  69. version = "1.7.0"
  70. [[constraint]]
  71. name = "github.com/go-xorm/core"
  72. revision = "e8409d73255791843585964791443dbad877058c"
  73. #version = "0.5.7" //keeping this since we would rather depend on version then commit
  74. [[constraint]]
  75. name = "github.com/go-xorm/xorm"
  76. revision = "6687a2b4e824f4d87f2d65060ec5cb0d896dff1e"
  77. #version = "0.6.4" //keeping this since we would rather depend on version then commit
  78. [[constraint]]
  79. name = "github.com/gorilla/websocket"
  80. version = "1.2.0"
  81. [[constraint]]
  82. name = "github.com/gosimple/slug"
  83. version = "1.1.1"
  84. [[constraint]]
  85. branch = "master"
  86. name = "github.com/grafana/grafana_plugin_model"
  87. [[constraint]]
  88. branch = "master"
  89. name = "github.com/hashicorp/go-hclog"
  90. [[constraint]]
  91. branch = "master"
  92. name = "github.com/hashicorp/go-version"
  93. [[constraint]]
  94. name = "github.com/inconshreveable/log15"
  95. version = "2.13.0"
  96. [[constraint]]
  97. branch = "master"
  98. name = "github.com/lib/pq"
  99. [[constraint]]
  100. name = "github.com/mattn/go-isatty"
  101. version = "0.0.3"
  102. [[constraint]]
  103. name = "github.com/mattn/go-sqlite3"
  104. version = "1.6.0"
  105. [[constraint]]
  106. name = "github.com/opentracing/opentracing-go"
  107. version = "1.0.2"
  108. [[constraint]]
  109. name = "github.com/patrickmn/go-cache"
  110. version = "2.1.0"
  111. [[constraint]]
  112. name = "github.com/prometheus/client_golang"
  113. version = "0.9.0-pre1"
  114. [[constraint]]
  115. branch = "master"
  116. name = "github.com/prometheus/client_model"
  117. [[constraint]]
  118. branch = "master"
  119. name = "github.com/prometheus/common"
  120. [[constraint]]
  121. name = "github.com/smartystreets/goconvey"
  122. version = "1.6.3"
  123. [[constraint]]
  124. name = "github.com/uber/jaeger-client-go"
  125. version = "2.11.2"
  126. [[constraint]]
  127. name = "github.com/yudai/gojsondiff"
  128. version = "1.0.0"
  129. [[constraint]]
  130. branch = "master"
  131. name = "golang.org/x/net"
  132. [[constraint]]
  133. branch = "master"
  134. name = "golang.org/x/oauth2"
  135. [[constraint]]
  136. branch = "master"
  137. name = "golang.org/x/sync"
  138. [[constraint]]
  139. name = "gopkg.in/gomail.v2"
  140. branch = "v2"
  141. [[constraint]]
  142. name = "gopkg.in/ini.v1"
  143. version = "1.32.0"
  144. [[constraint]]
  145. name = "gopkg.in/macaron.v1"
  146. version = "1.2.4"
  147. [[constraint]]
  148. branch = "v2"
  149. name = "gopkg.in/yaml.v2"
  150. [prune]
  151. non-go = true
  152. go-tests = true
  153. unused-packages = true
  154. [[constraint]]
  155. branch = "master"
  156. name = "github.com/teris-io/shortid"