Update dependencies
This commit is contained in:
parent
a1141b836f
commit
e64e99eec3
|
@ -1,27 +1,27 @@
|
|||
[submodule "github.com/bmizerany/pat"]
|
||||
path = vendor/github.com/bmizerany/pat
|
||||
url = https://github.com/bmizerany/pat
|
||||
[submodule "github.com/nightlyone/lockfile"]
|
||||
path = vendor/github.com/nightlyone/lockfile
|
||||
url = https://github.com/nightlyone/lockfile
|
||||
[submodule "github.com/aws/aws-sdk-go"]
|
||||
path = vendor/github.com/aws/aws-sdk-go
|
||||
url = https://github.com/aws/aws-sdk-go
|
||||
[submodule "github.com/go-ini/ini"]
|
||||
path = vendor/github.com/go-ini/ini
|
||||
url = https://github.com/go-ini/ini
|
||||
[submodule "github.com/jmespath/go-jmespath"]
|
||||
path = vendor/github.com/jmespath/go-jmespath
|
||||
url = https://github.com/jmespath/go-jmespath
|
||||
[submodule "github.com/golang/mock"]
|
||||
path = vendor/github.com/golang/mock
|
||||
url = https://github.com/golang/mock
|
||||
[submodule "github.com/stretchr/testify"]
|
||||
path = vendor/github.com/stretchr/testify
|
||||
url = https://github.com/stretchr/testify
|
||||
[submodule "github.com/davecgh/go-spew"]
|
||||
path = vendor/github.com/davecgh/go-spew
|
||||
url = https://github.com/davecgh/go-spew
|
||||
[submodule "github.com/pmezard/go-difflib"]
|
||||
path = vendor/github.com/pmezard/go-difflib
|
||||
url = https://github.com/pmezard/go-difflib
|
||||
[submodule "vendor/github.com/bmizerany/pat"]
|
||||
path = vendor/github.com/bmizerany/pat
|
||||
url = https://github.com/bmizerany/pat
|
||||
[submodule "vendor/github.com/nightlyone/lockfile"]
|
||||
path = vendor/github.com/nightlyone/lockfile
|
||||
url = https://github.com/nightlyone/lockfile
|
||||
[submodule "vendor/github.com/aws/aws-sdk-go"]
|
||||
path = vendor/github.com/aws/aws-sdk-go
|
||||
url = https://github.com/aws/aws-sdk-go
|
||||
[submodule "vendor/github.com/go-ini/ini"]
|
||||
path = vendor/github.com/go-ini/ini
|
||||
url = https://github.com/go-ini/ini
|
||||
[submodule "vendor/github.com/jmespath/go-jmespath"]
|
||||
path = vendor/github.com/jmespath/go-jmespath
|
||||
url = https://github.com/jmespath/go-jmespath
|
||||
[submodule "vendor/github.com/golang/mock"]
|
||||
path = vendor/github.com/golang/mock
|
||||
url = https://github.com/golang/mock
|
||||
[submodule "vendor/github.com/stretchr/testify"]
|
||||
path = vendor/github.com/stretchr/testify
|
||||
url = https://github.com/stretchr/testify
|
||||
[submodule "vendor/github.com/davecgh/go-spew"]
|
||||
path = vendor/github.com/davecgh/go-spew
|
||||
url = https://github.com/davecgh/go-spew
|
||||
[submodule "vendor/github.com/pmezard/go-difflib"]
|
||||
path = vendor/github.com/pmezard/go-difflib
|
||||
url = https://github.com/pmezard/go-difflib
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e8554b8641db39598be7f6342874b958f12ae1d4
|
||||
Subproject commit 792786c7400a136282c1664665ae0a8db921c6c2
|
|
@ -1 +1 @@
|
|||
Subproject commit ac0e5818a16c41b78daa9b7c4b491eb4be5cc629
|
||||
Subproject commit f390dcf405f7b83c997eac1b06768bb9f44dec18
|
Loading…
Reference in New Issue