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

Installing v4.15 fails due to missing dependency tag #637

Closed
obitech opened this issue Oct 13, 2021 · 2 comments
Closed

Installing v4.15 fails due to missing dependency tag #637

obitech opened this issue Oct 13, 2021 · 2 comments

Comments

@obitech
Copy link

obitech commented Oct 13, 2021

Describe the Bug
Running go get without the standard $GOPROXY proxy.golang.org fails due to a missing dependency tag (see snowflakedb/gosnowflake#481). Maybe we can bump the dependency here?

Steps to Reproduce

± go get github.com/golang-migrate/migrate/v4
go get: github.com/golang-migrate/migrate/v4@v4.15.0 requires
        github.com/snowflakedb/gosnowflake@v1.4.3: reading https://goproxy.xxx.net/github.com/snowflakedb/gosnowflake/@v/v1.4.3.mod: 404 Not Found

Expected Behavior
migrat v4.15.0 should be installed without any issues.

Migrate Version
v4.15.0

Go Version
go version go1.17.2 darwin/amd64

@dhui
Copy link
Member

dhui commented Oct 14, 2021

Can you confirm that using gosnowflake v1.6.3 fixes the issue? e.g. test with go get github.com/golang-migrate/migrate/v4@master

@obitech
Copy link
Author

obitech commented Oct 14, 2021

Thanks, it works now 🙂

@obitech obitech closed this as completed Oct 14, 2021
FPiety0521 pushed a commit to FPiety0521/Golang-SQL that referenced this issue May 24, 2023
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

2 participants