Skip to content
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

Update mongo-driver package to 1.5.1 #39

Closed
sravankasu opened this issue Mar 30, 2021 · 1 comment
Closed

Update mongo-driver package to 1.5.1 #39

sravankasu opened this issue Mar 30, 2021 · 1 comment

Comments

@sravankasu
Copy link

Hi,

I'm trying to install go-swagger which has a dependency on go-openapi/loads. Looks like there is an indirect dependency on the xdg/stringprep package which is causing go get github.com/go-swagger/go-swagger/cmd/swagger to fail

#11 139.6 go get: github.com/go-swagger/go-swagger@v0.26.1 requires
#11 139.6       github.com/go-openapi/loads@v0.20.1 requires
#11 139.6       go.mongodb.org/mongo-driver@v1.4.5 requires
#11 139.6       github.com/xdg/stringprep@v0.0.0-20180714160509-73f8eece6fdc: invalid version: unknown revision 73f8eece6fdc

The mongo-driver package was recently updated to fix this issue: mongodb/mongo-go-driver#624

Please update the mongo-driver package to 1.5.1

@sravankasu
Copy link
Author

Looks like the fix was backported to the mongo-go-driver package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant