Gopkg.toml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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. version = "1.3.0"
  66. [[constraint]]
  67. name = "github.com/go-stack/stack"
  68. version = "1.7.0"
  69. [[constraint]]
  70. name = "github.com/go-xorm/core"
  71. revision = "e8409d73255791843585964791443dbad877058c"
  72. #version = "0.5.7" //keeping this since we would rather depend on version then commit
  73. [[constraint]]
  74. name = "github.com/go-xorm/xorm"
  75. revision = "6687a2b4e824f4d87f2d65060ec5cb0d896dff1e"
  76. #version = "0.6.4" //keeping this since we would rather depend on version then commit
  77. [[constraint]]
  78. name = "github.com/gorilla/websocket"
  79. version = "1.2.0"
  80. [[constraint]]
  81. name = "github.com/gosimple/slug"
  82. version = "1.1.1"
  83. [[constraint]]
  84. branch = "master"
  85. name = "github.com/grafana/grafana_plugin_model"
  86. [[constraint]]
  87. branch = "master"
  88. name = "github.com/hashicorp/go-hclog"
  89. [[constraint]]
  90. branch = "master"
  91. name = "github.com/hashicorp/go-version"
  92. [[constraint]]
  93. name = "github.com/inconshreveable/log15"
  94. version = "2.13.0"
  95. [[constraint]]
  96. branch = "master"
  97. name = "github.com/lib/pq"
  98. [[constraint]]
  99. name = "github.com/mattn/go-isatty"
  100. version = "0.0.3"
  101. [[constraint]]
  102. name = "github.com/mattn/go-sqlite3"
  103. version = "1.6.0"
  104. [[constraint]]
  105. name = "github.com/opentracing/opentracing-go"
  106. version = "1.0.2"
  107. [[constraint]]
  108. name = "github.com/patrickmn/go-cache"
  109. version = "2.1.0"
  110. [[constraint]]
  111. name = "github.com/prometheus/client_golang"
  112. version = "0.9.0-pre1"
  113. [[constraint]]
  114. branch = "master"
  115. name = "github.com/prometheus/client_model"
  116. [[constraint]]
  117. branch = "master"
  118. name = "github.com/prometheus/common"
  119. [[constraint]]
  120. name = "github.com/smartystreets/goconvey"
  121. version = "1.6.3"
  122. [[constraint]]
  123. name = "github.com/uber/jaeger-client-go"
  124. version = "2.11.2"
  125. [[constraint]]
  126. name = "github.com/yudai/gojsondiff"
  127. version = "1.0.0"
  128. [[constraint]]
  129. branch = "master"
  130. name = "golang.org/x/net"
  131. [[constraint]]
  132. branch = "master"
  133. name = "golang.org/x/oauth2"
  134. [[constraint]]
  135. branch = "master"
  136. name = "golang.org/x/sync"
  137. [[constraint]]
  138. name = "gopkg.in/gomail.v2"
  139. branch = "v2"
  140. [[constraint]]
  141. name = "gopkg.in/ini.v1"
  142. version = "1.32.0"
  143. [[constraint]]
  144. name = "gopkg.in/macaron.v1"
  145. version = "1.2.4"
  146. [[constraint]]
  147. branch = "v2"
  148. name = "gopkg.in/yaml.v2"
  149. [prune]
  150. non-go = true
  151. go-tests = true
  152. unused-packages = true