-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Info: rackspace/gophercloud 관련 #201
Labels
info
information
Comments
@jihoon-seo |
https://github.com/inno-cloudbarista/cb-spider/tree/feature/openstack-gophercloud |
|
go.mod 파일 (수정사항)
go.sum 파일 (수정사항)
|
Changed the Go SDK of OpenStack with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
현재 go.mod 에는 이렇게 되어 있습니다.
go.mod
파일을 업데이트 하기 위해cb-spider
디렉토리에서go mod tidy
명령을 내리면다음과 같이 변경됩니다.
https://github.com/rackspace/gophercloud 에 가서 확인해 보면
master
브랜치에는이 이슈를 작성하는 현재 2,156 개의 커밋이 있는데
v1.0.0
태그는 1,144 번째 커밋에 찍혔습니다. 너무 오래되었습니다.해결책:
https://github.com/rackspace/gophercloud/commits/master 에서
travis-ci 테스트를 패스한 가장 마지막 commit 의 commit ID 를 복사하고
(예:
60916741c8ec228e035f8229aee85452840e2c0d
)cb-spider
디렉토리에서 다음의 명령을 내립니다.go get -u -v github.com/rackspace/gophercloud@60916741c8ec228e035f8229aee85452840e2c0d
다시
go.mod
파일을 확인해 보면 다음과 같습니다.The text was updated successfully, but these errors were encountered: