Tool to help you manage your Grafana dashboards using Git.

manifest 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "version": 0,
  3. "dependencies": [
  4. {
  5. "importpath": "github.com/alcortesm/tgz",
  6. "repository": "https://github.com/alcortesm/tgz",
  7. "revision": "9c5fe88206d7765837fed3732a42ef88fc51f1a1",
  8. "branch": "master"
  9. },
  10. {
  11. "importpath": "github.com/gosimple/slug",
  12. "repository": "https://github.com/gosimple/slug",
  13. "revision": "e9f42fa127660e552d0ad2b589868d403a9be7c6",
  14. "branch": "master"
  15. },
  16. {
  17. "importpath": "github.com/jbenet/go-context/io",
  18. "repository": "https://github.com/jbenet/go-context",
  19. "revision": "d14ea06fba99483203c19d92cfcd13ebe73135f4",
  20. "branch": "master",
  21. "path": "/io"
  22. },
  23. {
  24. "importpath": "github.com/jessevdk/go-flags",
  25. "repository": "https://github.com/jessevdk/go-flags",
  26. "revision": "f88afde2fa19a30cf50ba4b05b3d13bc6bae3079",
  27. "branch": "master"
  28. },
  29. {
  30. "importpath": "github.com/mitchellh/go-homedir",
  31. "repository": "https://github.com/mitchellh/go-homedir",
  32. "revision": "b8bc1bf767474819792c23f32d8286a45736f1c6",
  33. "branch": "master"
  34. },
  35. {
  36. "importpath": "github.com/rainycape/unidecode",
  37. "repository": "https://github.com/rainycape/unidecode",
  38. "revision": "cb7f23ec59bec0d61b19c56cd88cee3d0cc1870c",
  39. "branch": "master"
  40. },
  41. {
  42. "importpath": "github.com/sergi/go-diff/diffmatchpatch",
  43. "repository": "https://github.com/sergi/go-diff",
  44. "revision": "1744e2970ca51c86172c8190fadad617561ed6e7",
  45. "branch": "master",
  46. "path": "/diffmatchpatch"
  47. },
  48. {
  49. "importpath": "github.com/sirupsen/logrus",
  50. "repository": "https://github.com/sirupsen/logrus",
  51. "revision": "d682213848ed68c0a260ca37d6dd5ace8423f5ba",
  52. "branch": "master"
  53. },
  54. {
  55. "importpath": "github.com/src-d/gcfg",
  56. "repository": "https://github.com/src-d/gcfg",
  57. "revision": "f187355171c936ac84a82793659ebb4936bc1c23",
  58. "branch": "v1"
  59. },
  60. {
  61. "importpath": "github.com/src-d/go-git-fixtures",
  62. "repository": "https://github.com/src-d/go-git-fixtures",
  63. "revision": "a29d269c3be65e4d1b20c29133c74e0551e1aa5d",
  64. "branch": "master"
  65. },
  66. {
  67. "importpath": "github.com/xanzy/ssh-agent",
  68. "repository": "https://github.com/xanzy/ssh-agent",
  69. "revision": "ba9c9e33906f58169366275e3450db66139a31a9",
  70. "branch": "master"
  71. },
  72. {
  73. "importpath": "golang.org/x/crypto/curve25519",
  74. "repository": "https://go.googlesource.com/crypto",
  75. "revision": "0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8",
  76. "branch": "master",
  77. "path": "/curve25519"
  78. },
  79. {
  80. "importpath": "golang.org/x/crypto/ed25519",
  81. "repository": "https://go.googlesource.com/crypto",
  82. "revision": "0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8",
  83. "branch": "master",
  84. "path": "/ed25519"
  85. },
  86. {
  87. "importpath": "golang.org/x/crypto/ssh",
  88. "repository": "https://go.googlesource.com/crypto",
  89. "revision": "0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8",
  90. "branch": "master",
  91. "path": "/ssh"
  92. },
  93. {
  94. "importpath": "golang.org/x/net/context",
  95. "repository": "https://go.googlesource.com/net",
  96. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  97. "branch": "master",
  98. "path": "/context"
  99. },
  100. {
  101. "importpath": "golang.org/x/sys/unix",
  102. "repository": "https://go.googlesource.com/sys",
  103. "revision": "1792d66dc88e503d3cb2400578221cdf1f7fe26f",
  104. "branch": "master",
  105. "path": "/unix"
  106. },
  107. {
  108. "importpath": "golang.org/x/text/transform",
  109. "repository": "https://go.googlesource.com/text",
  110. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  111. "branch": "master",
  112. "path": "/transform"
  113. },
  114. {
  115. "importpath": "golang.org/x/text/unicode/norm",
  116. "repository": "https://go.googlesource.com/text",
  117. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  118. "branch": "master",
  119. "path": "/unicode/norm"
  120. },
  121. {
  122. "importpath": "gopkg.in/check.v1",
  123. "repository": "https://gopkg.in/check.v1",
  124. "revision": "20d25e2804050c1cd24a7eea1e7a6447dd0e74ec",
  125. "branch": "v1"
  126. },
  127. {
  128. "importpath": "gopkg.in/go-playground/webhooks.v3",
  129. "repository": "https://gopkg.in/go-playground/webhooks.v3",
  130. "revision": "ad5392160cf8f0bfc3be06bc469ce5dfa4cd77c4",
  131. "branch": "master"
  132. },
  133. {
  134. "importpath": "gopkg.in/src-d/go-billy.v3",
  135. "repository": "https://gopkg.in/src-d/go-billy.v3",
  136. "revision": "c329b7bc7b9d24905d2bc1b85bfa29f7ae266314",
  137. "branch": "master"
  138. },
  139. {
  140. "importpath": "gopkg.in/src-d/go-billy.v4",
  141. "repository": "https://gopkg.in/src-d/go-billy.v4",
  142. "revision": "053dbd006f81a230434f712314aacfb540b52cc5",
  143. "branch": "master"
  144. },
  145. {
  146. "importpath": "gopkg.in/src-d/go-git.v4",
  147. "repository": "https://gopkg.in/src-d/go-git.v4",
  148. "revision": "f9879dd043f84936a1f8acb8a53b74332a7ae135",
  149. "branch": "v4"
  150. },
  151. {
  152. "importpath": "gopkg.in/warnings.v0",
  153. "repository": "https://gopkg.in/warnings.v0",
  154. "revision": "ec4a0fea49c7b46c2aeb0b51aac55779c607e52b",
  155. "branch": "master"
  156. },
  157. {
  158. "importpath": "gopkg.in/yaml.v2",
  159. "repository": "https://gopkg.in/yaml.v2",
  160. "revision": "0e4404da71227dcc02fb1deee803d93e86d08f72",
  161. "branch": "v2"
  162. }
  163. ]
  164. }