Skip to content

Update dependency #536

@takoji3

Description

@takoji3

Is your feature request related to a problem? Please describe.
I saw install error. I am not sure but it seems like module path problem.
log is here.

go get -tags 'postgres' -u -v github.com/golang-migrate/migrate/v4/cmd/migrate/
  go get -tags 'postgres' -u -v github.com/golang-migrate/migrate/v4/cmd/migrate/
  shell: /usr/bin/bash -e {0}
  env:
    GOROOT: /opt/hostedtoolcache/go/1.16.2/x64
go: downloading github.com/golang-migrate/migrate v1.3.2
go: downloading github.com/golang-migrate/migrate/v4 v4.14.1
go: downloading github.com/golang-migrate/migrate v3.5.4+incompatible
.
.
.
go: downloading golang.org/x/mod v0.4.2
go get: github.com/xdg/[email protected] updating to
	github.com/xdg/[email protected]: parsing go.mod:
	module declares its path as: github.com/xdg-go/scram
	        but was required as: github.com/xdg/scram
Error: Process completed with exit code 1.

Describe the solution you'd like
I saw related PR. mongodb/mongo-go-driver#624
Need update github.com/xdg/scram to github.com/xdg-go/scram and github.com/xdg/stringprep to github.com/xdg-go/stringprep ?

Describe alternatives you've considered
Not sure. If not needed, any workaround?

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions