You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things were working fine until the above mentioned PR was merged
'dep ensure' throws the below error.
(59/59) Failed to write github.com/aws/aws-sdk-go@v1.10.49
grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export github.com/aws/aws-sdk-go: : exit status 128
On trying to debug:
$ cd $GOPATH/pkg/dep/sources/https---github.com-aws-aws--sdk--go/
$ git status
HEAD detached at 599f09b
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
…1541)
Fixes the greengrass service model folder being duplicated as Greengrass. The duplicate folders occurred due to an upstream error internal SDK release that will be fixed separately. This change should correct the issues with dep and other tools failing because of the duplicate folder name.
Fix#1540Fix#1539
Version of AWS SDK for Go?
version = "1.10.44". This would apply to all versions which had the #1538 changes merged.
Version of Go (
go version
)?go version go1.9 darwin/amd64
What issue did you see?
We use https://github.com/golang/dep for dependency management.
Things were working fine until the above mentioned PR was merged
'dep ensure' throws the below error.
(59/59) Failed to write github.com/aws/aws-sdk-go@v1.10.49
grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export github.com/aws/aws-sdk-go: : exit status 128
On trying to debug:
$ cd $GOPATH/pkg/dep/sources/https---github.com-aws-aws--sdk--go/
$ git status
HEAD detached at 599f09b
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git checkout -- ..." to discard changes in working directory)
modified: models/apis/Greengrass/2017-06-07/api-2.json
modified: models/apis/Greengrass/2017-06-07/docs-2.json
no changes added to commit (use "git add" and/or "git commit -a")
Steps to reproduce
The text was updated successfully, but these errors were encountered: