Hi następujące kroki podane na hashicorp/terraform i wykonywane poniżej aktywnościjak zaktualizować folder dostawcy dla https://github.com/hashicorp/terraform.git dla terraform
# Get latest master branch's dependencies staged in local $GOPATH
git checkout master
git pull
godep restore -v
# Make your way to the dependency in question and checkout the target ref
pushd $GOPATH/src/github.com/some/dependency
git checkout [latest]
# Head back to Terraform on a feature branch and update the dependncy to the
# version currently in your $GOPATH
popd
git checkout my-feature-branch
godep update github.com/...
po tym mogę zobacz mój plik Godep.json został zaktualizowany, ale nie widzę zmian w folderze dostawcy. wciąż wskazuje na starą. Cóż, szukam wsparcia emr od dostawcy, ponieważ aktualizuję go-aws-sdk, który jest dostępny z najnowszą wersją go-aws-sdk. kiedy zadzwoniłem do go update github.com/... zmodyfikował katalog godep.json, ale nie producenta. Czy ktoś mógłby podać mi powód. Dzięki