Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Feb 11, 2016
1 parent 290d03a commit 075cc58
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 5 deletions.
21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,24 @@
[submodule "vendor/github.com/pmezard/go-difflib"]
path = vendor/github.com/pmezard/go-difflib
url = https://github.com/pmezard/go-difflib
[submodule "vendor/github.com/hashicorp/consul"]
path = vendor/github.com/hashicorp/consul
url = https://github.com/hashicorp/consul
[submodule "vendor/github.com/hashicorp/go-cleanhttp"]
path = vendor/github.com/hashicorp/go-cleanhttp
url = https://github.com/hashicorp/go-cleanhttp
[submodule "vendor/github.com/hashicorp/serf"]
path = vendor/github.com/hashicorp/serf
url = https://github.com/hashicorp/serf
[submodule "vendor/github.com/armon/go-radix"]
path = vendor/github.com/armon/go-radix
url = https://github.com/armon/go-radix
[submodule "vendor/github.com/hashicorp/golang-lru"]
path = vendor/github.com/hashicorp/golang-lru
url = https://github.com/hashicorp/golang-lru
[submodule "vendor/github.com/hashicorp/hcl"]
path = vendor/github.com/hashicorp/hcl
url = https://github.com/hashicorp/hcl
[submodule "vendor/github.com/hashicorp/go-msgpack"]
path = vendor/github.com/hashicorp/go-msgpack
url = https://github.com/hashicorp/go-msgpack
1 change: 1 addition & 0 deletions vendor/github.com/armon/go-radix
Submodule go-radix added at 4239b7
2 changes: 1 addition & 1 deletion vendor/github.com/aws/aws-sdk-go
Submodule aws-sdk-go updated 918 files
2 changes: 1 addition & 1 deletion vendor/github.com/go-ini/ini
Submodule ini updated 4 files
+35 −1 README.md
+35 −1 README_ZH.md
+193 −37 ini.go
+149 −18 ini_test.go
2 changes: 1 addition & 1 deletion vendor/github.com/golang/mock
1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/consul
Submodule consul added at 13bfad
1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/go-cleanhttp
Submodule go-cleanhttp added at ce617e
1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/go-msgpack
Submodule go-msgpack added at fa3f63
1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/golang-lru
Submodule golang-lru added at a0d98a
1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/hcl
Submodule hcl added at 1c284e
1 change: 1 addition & 0 deletions vendor/github.com/hashicorp/serf
Submodule serf added at c4c55f
2 changes: 1 addition & 1 deletion vendor/github.com/jmespath/go-jmespath
Submodule go-jmespath updated 648 files
2 changes: 1 addition & 1 deletion vendor/github.com/stretchr/testify
Submodule testify updated 1 files
+1 −1 mock/mock.go

0 comments on commit 075cc58

Please sign in to comment.