瀏覽代碼

Merge branch 'go_vendor'

bergquist 9 年之前
父節點
當前提交
dede58915d
共有 100 個文件被更改,包括 53 次插入480 次删除
  1. 3 3
      .github/CONTRIBUTING.md
  2. 1 1
      .hooks/pre-commit
  3. 0 384
      Godeps/Godeps.json
  4. 0 2
      Godeps/_workspace/.gitignore
  5. 0 5
      Godeps/_workspace/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Readme
  6. 1 2
      Makefile
  7. 3 5
      README.md
  8. 2 10
      build.go
  9. 9 13
      circle.yml
  10. 5 5
      docs/sources/project/building_from_source.md
  11. 0 9
      pkg/Godeps/Godeps.json
  12. 0 5
      pkg/Godeps/Readme
  13. 0 0
      scripts/benchmarks/ab/ab_test.sh
  14. 29 0
      scripts/circle-test.sh
  15. 0 0
      scripts/trigger_grafana_packer.sh
  16. 0 36
      test.sh
  17. 0 0
      vendor/github.com/BurntSushi/toml/.gitignore
  18. 0 0
      vendor/github.com/BurntSushi/toml/.travis.yml
  19. 0 0
      vendor/github.com/BurntSushi/toml/COMPATIBLE
  20. 0 0
      vendor/github.com/BurntSushi/toml/COPYING
  21. 0 0
      vendor/github.com/BurntSushi/toml/Makefile
  22. 0 0
      vendor/github.com/BurntSushi/toml/README.md
  23. 0 0
      vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING
  24. 0 0
      vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/README.md
  25. 0 0
      vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/main.go
  26. 0 0
      vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING
  27. 0 0
      vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md
  28. 0 0
      vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/main.go
  29. 0 0
      vendor/github.com/BurntSushi/toml/cmd/tomlv/COPYING
  30. 0 0
      vendor/github.com/BurntSushi/toml/cmd/tomlv/README.md
  31. 0 0
      vendor/github.com/BurntSushi/toml/cmd/tomlv/main.go
  32. 0 0
      vendor/github.com/BurntSushi/toml/decode.go
  33. 0 0
      vendor/github.com/BurntSushi/toml/decode_meta.go
  34. 0 0
      vendor/github.com/BurntSushi/toml/decode_test.go
  35. 0 0
      vendor/github.com/BurntSushi/toml/doc.go
  36. 0 0
      vendor/github.com/BurntSushi/toml/encode.go
  37. 0 0
      vendor/github.com/BurntSushi/toml/encode_test.go
  38. 0 0
      vendor/github.com/BurntSushi/toml/encoding_types.go
  39. 0 0
      vendor/github.com/BurntSushi/toml/encoding_types_1.1.go
  40. 0 0
      vendor/github.com/BurntSushi/toml/lex.go
  41. 0 0
      vendor/github.com/BurntSushi/toml/parse.go
  42. 0 0
      vendor/github.com/BurntSushi/toml/session.vim
  43. 0 0
      vendor/github.com/BurntSushi/toml/type_check.go
  44. 0 0
      vendor/github.com/BurntSushi/toml/type_fields.go
  45. 0 0
      vendor/github.com/Unknwon/com/.gitignore
  46. 0 0
      vendor/github.com/Unknwon/com/LICENSE
  47. 0 0
      vendor/github.com/Unknwon/com/README.md
  48. 0 0
      vendor/github.com/Unknwon/com/cmd.go
  49. 0 0
      vendor/github.com/Unknwon/com/cmd_test.go
  50. 0 0
      vendor/github.com/Unknwon/com/convert.go
  51. 0 0
      vendor/github.com/Unknwon/com/convert_test.go
  52. 0 0
      vendor/github.com/Unknwon/com/dir.go
  53. 0 0
      vendor/github.com/Unknwon/com/dir_test.go
  54. 0 0
      vendor/github.com/Unknwon/com/example_test.go
  55. 0 0
      vendor/github.com/Unknwon/com/file.go
  56. 0 0
      vendor/github.com/Unknwon/com/file_test.go
  57. 0 0
      vendor/github.com/Unknwon/com/html.go
  58. 0 0
      vendor/github.com/Unknwon/com/html_test.go
  59. 0 0
      vendor/github.com/Unknwon/com/http.go
  60. 0 0
      vendor/github.com/Unknwon/com/http_test.go
  61. 0 0
      vendor/github.com/Unknwon/com/math.go
  62. 0 0
      vendor/github.com/Unknwon/com/path.go
  63. 0 0
      vendor/github.com/Unknwon/com/path_test.go
  64. 0 0
      vendor/github.com/Unknwon/com/regex.go
  65. 0 0
      vendor/github.com/Unknwon/com/regex_test.go
  66. 0 0
      vendor/github.com/Unknwon/com/slice.go
  67. 0 0
      vendor/github.com/Unknwon/com/slice_test.go
  68. 0 0
      vendor/github.com/Unknwon/com/string.go
  69. 0 0
      vendor/github.com/Unknwon/com/string_test.go
  70. 0 0
      vendor/github.com/Unknwon/com/testdata/SaveFile.txt
  71. 0 0
      vendor/github.com/Unknwon/com/testdata/SaveFileS.txt
  72. 0 0
      vendor/github.com/Unknwon/com/testdata/sample_file.txt
  73. 0 0
      vendor/github.com/Unknwon/com/testdata/statDir/SaveFile.txt
  74. 0 0
      vendor/github.com/Unknwon/com/testdata/statDir/SaveFileS.txt
  75. 0 0
      vendor/github.com/Unknwon/com/testdata/statDir/sample_file.txt
  76. 0 0
      vendor/github.com/Unknwon/com/testdata/statDir/secondLevel/SaveFile.txt
  77. 0 0
      vendor/github.com/Unknwon/com/testdata/statDir/secondLevel/SaveFileS.txt
  78. 0 0
      vendor/github.com/Unknwon/com/testdata/statDir/secondLevel/sample_file.txt
  79. 0 0
      vendor/github.com/Unknwon/com/time.go
  80. 0 0
      vendor/github.com/Unknwon/com/url.go
  81. 0 0
      vendor/github.com/aws/aws-sdk-go/.gitignore
  82. 0 0
      vendor/github.com/aws/aws-sdk-go/.godoc_config
  83. 0 0
      vendor/github.com/aws/aws-sdk-go/.travis.yml
  84. 0 0
      vendor/github.com/aws/aws-sdk-go/.yardopts
  85. 0 0
      vendor/github.com/aws/aws-sdk-go/Gemfile
  86. 0 0
      vendor/github.com/aws/aws-sdk-go/LICENSE.txt
  87. 0 0
      vendor/github.com/aws/aws-sdk-go/Makefile
  88. 0 0
      vendor/github.com/aws/aws-sdk-go/NOTICE.txt
  89. 0 0
      vendor/github.com/aws/aws-sdk-go/README.md
  90. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go
  91. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go
  92. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go
  93. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go
  94. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go
  95. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal_test.go
  96. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go
  97. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go
  98. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go
  99. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go
  100. 0 0
      vendor/github.com/aws/aws-sdk-go/aws/client/client.go

+ 3 - 3
.github/CONTRIBUTING.md

@@ -12,11 +12,11 @@ grunt karma:dev
 
 ### Run tests for backend assets before commit
 ```
-test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
+test -z "$(gofmt -s -l . | grep -v vendor/src/ | tee /dev/stderr)"
 ```
 
 ### Run tests for frontend assets before commit
 ```
-grunt test
-godep go test -v ./pkg/...
+npm test
+go test -v ./pkg/...
 ```

+ 1 - 1
.hooks/pre-commit

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
+test -z "$(gofmt -s -l . | grep -v vendor/src/ | tee /dev/stderr)"
 if [ $? -gt 0 ]; then
     echo "Some files aren't formatted, please run 'go fmt ./pkg/...' to format your source code before committing"
     exit 1

+ 0 - 384
Godeps/Godeps.json

@@ -1,384 +0,0 @@
-{
-	"ImportPath": "github.com/grafana/grafana",
-	"GoVersion": "go1.6.2",
-	"GodepVersion": "v60",
-	"Packages": [
-		"./pkg/..."
-	],
-	"Deps": [
-		{
-			"ImportPath": "github.com/BurntSushi/toml",
-			"Comment": "v0.1.0-21-g056c9bc",
-			"Rev": "056c9bc7be7190eaa7715723883caffa5f8fa3e4"
-		},
-		{
-			"ImportPath": "github.com/Unknwon/com",
-			"Rev": "d9bcf409c8a368d06c9b347705c381e7c12d54df"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/awserr",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/awsutil",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/client",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/client/metadata",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/corehandlers",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/credentials",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/defaults",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/ec2metadata",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/request",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/session",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/private/endpoints",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/private/protocol/ec2query",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/private/protocol/query",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/private/protocol/query/queryutil",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/private/protocol/rest",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/aws/signer/v4",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/private/waiter",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/service/cloudwatch",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/service/ec2",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/aws/aws-sdk-go/service/sts",
-			"Comment": "v1.4.1",
-			"Rev": "f80e7d0182a463dff0c0da6bbed57f21369d4346"
-		},
-		{
-			"ImportPath": "github.com/benbjohnson/clock",
-			"Rev": "a620c1cc9866f84a2550ad53f4f353ec030fa26b"
-		},
-		{
-			"ImportPath": "github.com/bmizerany/assert",
-			"Comment": "release.r60-6-ge17e998",
-			"Rev": "e17e99893cb6509f428e1728281c2ad60a6b31e3"
-		},
-		{
-			"ImportPath": "github.com/bradfitz/gomemcache/memcache",
-			"Comment": "release.r60-40-g72a6864",
-			"Rev": "72a68649ba712ee7c4b5b4a943a626bcd7d90eb8"
-		},
-		{
-			"ImportPath": "github.com/codegangsta/cli",
-			"Comment": "1.2.0-187-gc31a797",
-			"Rev": "c31a7975863e7810c92e2e288a9ab074f9a88f29"
-		},
-		{
-			"ImportPath": "github.com/davecgh/go-spew/spew",
-			"Rev": "2df174808ee097f90d259e432cc04442cf60be21"
-		},
-		{
-			"ImportPath": "github.com/fatih/color",
-			"Comment": "v0.1-16-g4f7bcef",
-			"Rev": "4f7bcef27eec7925456d0c30c5e7b0408b3339be"
-		},
-		{
-			"ImportPath": "github.com/franela/goreq",
-			"Rev": "3ddeded65be21dacb5a2e2d0b95af9ff6862a2b5"
-		},
-		{
-			"ImportPath": "github.com/go-ini/ini",
-			"Comment": "v0-48-g060d7da",
-			"Rev": "060d7da055ba6ec5ea7a31f116332fe5efa04ce0"
-		},
-		{
-			"ImportPath": "github.com/go-ldap/ldap",
-			"Comment": "v2.2.1",
-			"Rev": "07a7330929b9ee80495c88a4439657d89c7dbd87"
-		},
-		{
-			"ImportPath": "github.com/go-macaron/binding",
-			"Rev": "2502aaf4bce3a4e6451b4610847bfb8dffdb6266"
-		},
-		{
-			"ImportPath": "github.com/go-macaron/gzip",
-			"Rev": "4938e9be6b279d8426cb1c89a6bcf7af70b0c21d"
-		},
-		{
-			"ImportPath": "github.com/go-macaron/inject",
-			"Rev": "c5ab7bf3a307593cd44cb272d1a5beea473dd072"
-		},
-		{
-			"ImportPath": "github.com/go-macaron/session",
-			"Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
-		},
-		{
-			"ImportPath": "github.com/go-macaron/session/memcache",
-			"Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
-		},
-		{
-			"ImportPath": "github.com/go-macaron/session/mysql",
-			"Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
-		},
-		{
-			"ImportPath": "github.com/go-macaron/session/postgres",
-			"Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
-		},
-		{
-			"ImportPath": "github.com/go-macaron/session/redis",
-			"Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
-		},
-		{
-			"ImportPath": "github.com/go-sql-driver/mysql",
-			"Comment": "v1.2-171-g267b128",
-			"Rev": "267b128680c46286b9ca13475c3cca5de8f79bd7"
-		},
-		{
-			"ImportPath": "github.com/go-stack/stack",
-			"Comment": "v1.5.2",
-			"Rev": "100eb0c0a9c5b306ca2fb4f165df21d80ada4b82"
-		},
-		{
-			"ImportPath": "github.com/go-xorm/core",
-			"Comment": "v0.4.4-7-g9e608f7",
-			"Rev": "9e608f7330b9d16fe2818cfe731128b3f156cb9a"
-		},
-		{
-			"ImportPath": "github.com/go-xorm/xorm",
-			"Comment": "v0.4.4-44-gf561133",
-			"Rev": "f56113384f2c63dfe4cd8e768e349f1c35122b58"
-		},
-		{
-			"ImportPath": "github.com/gorilla/websocket",
-			"Rev": "c45a635370221f34fea2d5163fd156fcb4e38e8a"
-		},
-		{
-			"ImportPath": "github.com/gosimple/slug",
-			"Rev": "8d258463b4459f161f51d6a357edacd3eef9d663"
-		},
-		{
-			"ImportPath": "github.com/hashicorp/go-version",
-			"Rev": "7e3c02b30806fa5779d3bdfc152ce4c6f40e7b38"
-		},
-		{
-			"ImportPath": "github.com/inconshreveable/log15",
-			"Comment": "v2.3-61-g20bca5a",
-			"Rev": "20bca5a7a57282e241fac83ec9ea42538027f1c1"
-		},
-		{
-			"ImportPath": "github.com/inconshreveable/log15/term",
-			"Comment": "v2.3-61-g20bca5a",
-			"Rev": "20bca5a7a57282e241fac83ec9ea42538027f1c1"
-		},
-		{
-			"ImportPath": "github.com/jmespath/go-jmespath",
-			"Comment": "0.2.2",
-			"Rev": "3433f3ea46d9f8019119e7dd41274e112a2359a9"
-		},
-		{
-			"ImportPath": "github.com/jtolds/gls",
-			"Rev": "f1ac7f4f24f50328e6bc838ca4437d1612a0243c"
-		},
-		{
-			"ImportPath": "github.com/klauspost/compress/flate",
-			"Rev": "7b02889a2005228347aef0e76beeaee564d82f8c"
-		},
-		{
-			"ImportPath": "github.com/klauspost/compress/gzip",
-			"Rev": "7b02889a2005228347aef0e76beeaee564d82f8c"
-		},
-		{
-			"ImportPath": "github.com/klauspost/cpuid",
-			"Rev": "349c675778172472f5e8f3a3e0fe187e302e5a10"
-		},
-		{
-			"ImportPath": "github.com/klauspost/crc32",
-			"Rev": "6834731faf32e62a2dd809d99fb24d1e4ae5a92d"
-		},
-		{
-			"ImportPath": "github.com/kr/pretty",
-			"Comment": "go.weekly.2011-12-22-27-ge6ac2fc",
-			"Rev": "e6ac2fc51e89a3249e82157fa0bb7a18ef9dd5bb"
-		},
-		{
-			"ImportPath": "github.com/kr/s3",
-			"Rev": "c070c8f9a8f0032d48f0d2a77d4e382788bd8a1d"
-		},
-		{
-			"ImportPath": "github.com/kr/s3/s3util",
-			"Rev": "c070c8f9a8f0032d48f0d2a77d4e382788bd8a1d"
-		},
-		{
-			"ImportPath": "github.com/kr/text",
-			"Rev": "bb797dc4fb8320488f47bf11de07a733d7233e1f"
-		},
-		{
-			"ImportPath": "github.com/lib/pq",
-			"Comment": "go1.0-cutoff-13-g19eeca3",
-			"Rev": "19eeca3e30d2577b1761db471ec130810e67f532"
-		},
-		{
-			"ImportPath": "github.com/lib/pq/oid",
-			"Comment": "go1.0-cutoff-13-g19eeca3",
-			"Rev": "19eeca3e30d2577b1761db471ec130810e67f532"
-		},
-		{
-			"ImportPath": "github.com/mattn/go-colorable",
-			"Rev": "9cbef7c35391cca05f15f8181dc0b18bc9736dbb"
-		},
-		{
-			"ImportPath": "github.com/mattn/go-isatty",
-			"Rev": "56b76bdf51f7708750eac80fa38b952bb9f32639"
-		},
-		{
-			"ImportPath": "github.com/mattn/go-sqlite3",
-			"Comment": "v1.1.0-67-g7204887",
-			"Rev": "7204887cf3a42df1cfaa5505dc3a3427f6dded8b"
-		},
-		{
-			"ImportPath": "github.com/rainycape/unidecode",
-			"Rev": "836ef0a715aedf08a12d595ed73ec8ed5b288cac"
-		},
-		{
-			"ImportPath": "github.com/smartystreets/goconvey/convey",
-			"Comment": "1.5.0-356-gfbc0a1c",
-			"Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
-		},
-		{
-			"ImportPath": "github.com/smartystreets/goconvey/convey/assertions",
-			"Comment": "1.5.0-356-gfbc0a1c",
-			"Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
-		},
-		{
-			"ImportPath": "github.com/smartystreets/goconvey/convey/assertions/oglematchers",
-			"Comment": "1.5.0-356-gfbc0a1c",
-			"Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
-		},
-		{
-			"ImportPath": "github.com/smartystreets/goconvey/convey/gotest",
-			"Comment": "1.5.0-356-gfbc0a1c",
-			"Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
-		},
-		{
-			"ImportPath": "github.com/smartystreets/goconvey/convey/reporting",
-			"Comment": "1.5.0-356-gfbc0a1c",
-			"Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
-		},
-		{
-			"ImportPath": "github.com/streadway/amqp",
-			"Rev": "150b7f24d6ad507e6026c13d85ce1f1391ac7400"
-		},
-		{
-			"ImportPath": "golang.org/x/net/context",
-			"Rev": "972f0c5fbe4ae29e666c3f78c3ed42ae7a448b0a"
-		},
-		{
-			"ImportPath": "golang.org/x/oauth2",
-			"Rev": "c58fcf0ffc1c772aa2e1ee4894bc19f2649263b2"
-		},
-		{
-			"ImportPath": "golang.org/x/sys/unix",
-			"Rev": "7a56174f0086b32866ebd746a794417edbc678a1"
-		},
-		{
-			"ImportPath": "gopkg.in/asn1-ber.v1",
-			"Comment": "v1",
-			"Rev": "9eae18c3681ae3d3c677ac2b80a8fe57de45fc09"
-		},
-		{
-			"ImportPath": "gopkg.in/bufio.v1",
-			"Comment": "v1",
-			"Rev": "567b2bfa514e796916c4747494d6ff5132a1dfce"
-		},
-		{
-			"ImportPath": "gopkg.in/ini.v1",
-			"Comment": "v1.21.1",
-			"Rev": "6e4869b434bd001f6983749881c7ead3545887d8"
-		},
-		{
-			"ImportPath": "gopkg.in/macaron.v1",
-			"Rev": "1c6dd87797ae9319b4658cbd48d1d0420b279fd5"
-		},
-		{
-			"ImportPath": "gopkg.in/redis.v2",
-			"Comment": "v2.3.2",
-			"Rev": "e6179049628164864e6e84e973cfb56335748dea"
-		}
-	]
-}

+ 0 - 2
Godeps/_workspace/.gitignore

@@ -1,2 +0,0 @@
-/pkg
-/bin

+ 0 - 5
Godeps/_workspace/src/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Readme

@@ -1,5 +0,0 @@
-This directory tree is generated automatically by godep.
-
-Please do not edit.
-
-See https://github.com/tools/godep for more information.

+ 1 - 2
Makefile

@@ -2,7 +2,6 @@ all: deps build
 
 deps:
 	go run build.go setup
-	godep restore
 	npm install
 
 build:
@@ -10,7 +9,7 @@ build:
 	npm run build
 
 test:
-	godep go test -v ./pkg/...
+	go test -v ./pkg/...
 	npm test
 
 run:

+ 3 - 5
README.md

@@ -78,9 +78,8 @@ the latest master builds [here](http://grafana.org/download/builds)
 
 ### Dependencies
 
-- Go 1.6
+- Go 1.6.2
 - NodeJS v4+
-- [Godep](https://github.com/tools/godep)
 
 ### Get Code
 
@@ -103,8 +102,7 @@ ln -s  github.com/*your_account*/grafana $GOPATH/src/github.com/grafana/grafana
 ### Building the backend
 ```bash
 cd $GOPATH/src/github.com/grafana/grafana
-go run build.go setup            (only needed once to install godep)
-godep restore                    (will pull down all golang lib dependencies in your current GOPATH)
+go run build.go setup
 go run build.go build
 ```
 
@@ -126,7 +124,7 @@ grunt watch
 ```
 
 ### Recompile backend on source change
-To rebuild on source change (requires that you executed godep restore)
+To rebuild on source change.
 ```bash
 go get github.com/Unknwon/bra
 bra run

+ 2 - 10
build.go

@@ -308,8 +308,8 @@ func grunt(params ...string) {
 }
 
 func setup() {
-	runPrint("go", "get", "-v", "github.com/tools/godep")
-	runPrint("go", "get", "-v", "github.com/blang/semver")
+	runPrint("go", "get", "-v", "github.com/kardianos/govendor")
+  runPrint("go", "get", "-v", "github.com/blang/semver")
 	runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
 	runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
 }
@@ -366,7 +366,6 @@ func rmr(paths ...string) {
 }
 
 func clean() {
-	rmr("bin", "Godeps/_workspace/pkg", "Godeps/_workspace/bin")
 	rmr("dist")
 	rmr("tmp")
 	rmr(filepath.Join(os.Getenv("GOPATH"), fmt.Sprintf("pkg/%s_%s/github.com/grafana", goos, goarch)))
@@ -383,13 +382,6 @@ func setBuildEnv() {
 	if goarch == "386" {
 		os.Setenv("GO386", "387")
 	}
-	wd, err := os.Getwd()
-	if err != nil {
-		log.Println("Warning: can't determine current dir:", err)
-		log.Println("Build might not work as expected")
-	}
-	os.Setenv("GOPATH", fmt.Sprintf("%s%c%s", filepath.Join(wd, "Godeps", "_workspace"), os.PathListSeparator, os.Getenv("GOPATH")))
-	log.Println("GOPATH=" + os.Getenv("GOPATH"))
 }
 
 func getGitSha() string {

+ 9 - 13
circle.yml

@@ -5,30 +5,26 @@ machine:
     GOPATH: "/home/ubuntu/.go_workspace"
     ORG_PATH: "github.com/grafana"
     REPO_PATH: "${ORG_PATH}/grafana"
+    GODIST: "go1.6.3.linux-amd64.tar.gz"
+  post:
+    - mkdir -p download
+    - test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
+    - sudo rm -rf /usr/local/go
+    - sudo tar -C /usr/local -xzf download/$GODIST
 
 dependencies:
   override:
     - rm -rf ${GOPATH}/src/${REPO_PATH}
     - mkdir -p ${GOPATH}/src/${ORG_PATH}
-    - ln -s ~/grafana ${GOPATH}/src/${ORG_PATH}
-    - go get github.com/tools/godep
-    - rm -rf node_modules
-    - npm install -g npm
-    - npm install
+    - cp -r ~/grafana ${GOPATH}/src/${ORG_PATH}
 
 test:
   override:
-     - test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
-     - go vet ./pkg/...
-     # JS tests
-     - npm test
-     - npm run coveralls
-     # GO tests
-     - godep go test -v ./pkg/...
+     - bash scripts/circle-test.sh
 
 deployment:
   master:
     branch: master
     owner: grafana
     commands:
-      - ./trigger_grafana_packer.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}
+      - ./scripts/trigger_grafana_packer.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}

+ 5 - 5
docs/sources/project/building_from_source.md

@@ -24,9 +24,8 @@ go get github.com/grafana/grafana
 ## Building the backend
 ```
 cd $GOPATH/src/github.com/grafana/grafana
-go run build.go setup              # (only needed once to install godep)
-$GOPATH/bin/godep restore          # (will pull down all golang lib dependencies in your current GOPATH)
-go run build.go build              # (or 'go build .')
+go run build.go setup              
+go run build.go build              # (or 'go build ./pkg/cmd/grafana-server')
 ```
 
 #### Building on Windows
@@ -45,7 +44,7 @@ grunt
 ```
 
 ## Recompile backend on source change
-To rebuild on source change (requires that you executed godep restore)
+To rebuild on source change
 ```
 go get github.com/Unknwon/bra
 bra run
@@ -63,9 +62,10 @@ If you built it with `go build .`, run `./grafana`
 Open grafana in your browser (default [http://localhost:3000](http://localhost:3000)) and login with admin user (default user/pass = admin/admin).
 
 ## Developing for Grafana
-To add features, customize your config, etc, you'll need to rebuild on source change (requires that you executed [godep restore](#build-the-backend), as outlined above).
+To add features, customize your config, etc, you'll need to rebuild on source change.
 ```
 go get github.com/Unknwon/bra
+
 bra run
 ```
 You'll also need to run `grunt watch` to watch for changes to the front-end.

+ 0 - 9
pkg/Godeps/Godeps.json

@@ -1,9 +0,0 @@
-{
-	"ImportPath": "github.com/grafana/grafana/pkg",
-	"GoVersion": "go1.6",
-	"GodepVersion": "v60",
-	"Packages": [
-		"./pkg/..."
-	],
-	"Deps": []
-}

+ 0 - 5
pkg/Godeps/Readme

@@ -1,5 +0,0 @@
-This directory tree is generated automatically by godep.
-
-Please do not edit.
-
-See https://github.com/tools/godep for more information.

+ 0 - 0
benchmarks/ab/ab_test.sh → scripts/benchmarks/ab/ab_test.sh


+ 29 - 0
scripts/circle-test.sh

@@ -0,0 +1,29 @@
+#!/bin/bash
+
+
+
+function exit_if_fail {
+    command=$@
+    echo "Executing '$command'"
+    eval $command
+    rc=$?
+    if [ $rc -ne 0 ]; then
+        echo "'$command' returned $rc."
+        exit $rc
+    fi
+}
+
+
+cd /home/ubuntu/.go_workspace/src/github.com/grafana/grafana
+
+rm -rf node_modules
+npm install -g npm
+npm install
+
+exit_if_fail npm test
+exit_if_fail npm run coveralls
+
+test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)"
+
+exit_if_fail go vet ./pkg/...
+exit_if_fail go test -v ./pkg/...

+ 0 - 0
trigger_grafana_packer.sh → scripts/trigger_grafana_packer.sh


+ 0 - 36
test.sh

@@ -1,36 +0,0 @@
-#!/bin/bash
-# The script does automatic checking on a Go package and its sub-packages, including:
-# 1. gofmt         (http://golang.org/cmd/gofmt/)
-# 2. goimports     (https://github.com/bradfitz/goimports)
-# 3. golint        (https://github.com/golang/lint)
-# 4. go vet        (http://golang.org/cmd/vet)
-# 5. race detector (http://blog.golang.org/race-detector)
-# 6. test coverage (http://blog.golang.org/cover)
-
-set -e
-
-# Automatic checks
-# test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
-# go vet ./pkg/...
-# godep go test -v -race ./pkg/...
-
-echo "mode: count" > profile.cov
-
-# Standard go tooling behavior is to ignore dirs with leading underscors
-for dir in $(find ./pkg/ -maxdepth 4 -type d);
-do
-if ls $dir/*.go &> /dev/null; then
-    godep go test -covermode=count -coverprofile=$dir/profile.tmp $dir
-    if [ -f $dir/profile.tmp ]
-    then
-        cat $dir/profile.tmp | tail -n +2 >> profile.cov
-        rm $dir/profile.tmp
-    fi
-fi
-done
-
-go tool cover -func profile.cov
-
-# To submit the test coverage result to coveralls.io,
-# use goveralls (https://github.com/mattn/goveralls)
-# goveralls -coverprofile=profile.cov -service=travis-ci

+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/.gitignore → vendor/github.com/BurntSushi/toml/.gitignore


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/.travis.yml → vendor/github.com/BurntSushi/toml/.travis.yml


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/COMPATIBLE → vendor/github.com/BurntSushi/toml/COMPATIBLE


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/COPYING → vendor/github.com/BurntSushi/toml/COPYING


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/Makefile → vendor/github.com/BurntSushi/toml/Makefile


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/README.md → vendor/github.com/BurntSushi/toml/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING → vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/README.md → vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-decoder/main.go → vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/main.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING → vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md → vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-encoder/main.go → vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/main.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/tomlv/COPYING → vendor/github.com/BurntSushi/toml/cmd/tomlv/COPYING


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/tomlv/README.md → vendor/github.com/BurntSushi/toml/cmd/tomlv/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/tomlv/main.go → vendor/github.com/BurntSushi/toml/cmd/tomlv/main.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/decode.go → vendor/github.com/BurntSushi/toml/decode.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/decode_meta.go → vendor/github.com/BurntSushi/toml/decode_meta.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/decode_test.go → vendor/github.com/BurntSushi/toml/decode_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/doc.go → vendor/github.com/BurntSushi/toml/doc.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/encode.go → vendor/github.com/BurntSushi/toml/encode.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/encode_test.go → vendor/github.com/BurntSushi/toml/encode_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/encoding_types.go → vendor/github.com/BurntSushi/toml/encoding_types.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/encoding_types_1.1.go → vendor/github.com/BurntSushi/toml/encoding_types_1.1.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/lex.go → vendor/github.com/BurntSushi/toml/lex.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/parse.go → vendor/github.com/BurntSushi/toml/parse.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/session.vim → vendor/github.com/BurntSushi/toml/session.vim


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/type_check.go → vendor/github.com/BurntSushi/toml/type_check.go


+ 0 - 0
Godeps/_workspace/src/github.com/BurntSushi/toml/type_fields.go → vendor/github.com/BurntSushi/toml/type_fields.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/.gitignore → vendor/github.com/Unknwon/com/.gitignore


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/LICENSE → vendor/github.com/Unknwon/com/LICENSE


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/README.md → vendor/github.com/Unknwon/com/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/cmd.go → vendor/github.com/Unknwon/com/cmd.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/cmd_test.go → vendor/github.com/Unknwon/com/cmd_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/convert.go → vendor/github.com/Unknwon/com/convert.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/convert_test.go → vendor/github.com/Unknwon/com/convert_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/dir.go → vendor/github.com/Unknwon/com/dir.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/dir_test.go → vendor/github.com/Unknwon/com/dir_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/example_test.go → vendor/github.com/Unknwon/com/example_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/file.go → vendor/github.com/Unknwon/com/file.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/file_test.go → vendor/github.com/Unknwon/com/file_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/html.go → vendor/github.com/Unknwon/com/html.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/html_test.go → vendor/github.com/Unknwon/com/html_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/http.go → vendor/github.com/Unknwon/com/http.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/http_test.go → vendor/github.com/Unknwon/com/http_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/math.go → vendor/github.com/Unknwon/com/math.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/path.go → vendor/github.com/Unknwon/com/path.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/path_test.go → vendor/github.com/Unknwon/com/path_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/regex.go → vendor/github.com/Unknwon/com/regex.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/regex_test.go → vendor/github.com/Unknwon/com/regex_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/slice.go → vendor/github.com/Unknwon/com/slice.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/slice_test.go → vendor/github.com/Unknwon/com/slice_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/string.go → vendor/github.com/Unknwon/com/string.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/string_test.go → vendor/github.com/Unknwon/com/string_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/SaveFile.txt → vendor/github.com/Unknwon/com/testdata/SaveFile.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/SaveFileS.txt → vendor/github.com/Unknwon/com/testdata/SaveFileS.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/sample_file.txt → vendor/github.com/Unknwon/com/testdata/sample_file.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/statDir/SaveFile.txt → vendor/github.com/Unknwon/com/testdata/statDir/SaveFile.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/statDir/SaveFileS.txt → vendor/github.com/Unknwon/com/testdata/statDir/SaveFileS.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/statDir/sample_file.txt → vendor/github.com/Unknwon/com/testdata/statDir/sample_file.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/statDir/secondLevel/SaveFile.txt → vendor/github.com/Unknwon/com/testdata/statDir/secondLevel/SaveFile.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/statDir/secondLevel/SaveFileS.txt → vendor/github.com/Unknwon/com/testdata/statDir/secondLevel/SaveFileS.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/testdata/statDir/secondLevel/sample_file.txt → vendor/github.com/Unknwon/com/testdata/statDir/secondLevel/sample_file.txt


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/time.go → vendor/github.com/Unknwon/com/time.go


+ 0 - 0
Godeps/_workspace/src/github.com/Unknwon/com/url.go → vendor/github.com/Unknwon/com/url.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/.gitignore → vendor/github.com/aws/aws-sdk-go/.gitignore


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/.godoc_config → vendor/github.com/aws/aws-sdk-go/.godoc_config


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/.travis.yml → vendor/github.com/aws/aws-sdk-go/.travis.yml


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/.yardopts → vendor/github.com/aws/aws-sdk-go/.yardopts


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/Gemfile → vendor/github.com/aws/aws-sdk-go/Gemfile


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/LICENSE.txt → vendor/github.com/aws/aws-sdk-go/LICENSE.txt


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/Makefile → vendor/github.com/aws/aws-sdk-go/Makefile


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/NOTICE.txt → vendor/github.com/aws/aws-sdk-go/NOTICE.txt


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/README.md → vendor/github.com/aws/aws-sdk-go/README.md


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/error.go → vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/types.go → vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy.go → vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go → vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/equal.go → vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/equal_test.go → vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go → vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go → vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go → vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go → vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go


+ 0 - 0
Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/client/client.go → vendor/github.com/aws/aws-sdk-go/aws/client/client.go


部分文件因文件數量過多而無法顯示