Migrate: Please remove dependency on dmitri.shuralyov.com/gpu/mtl or fork it

Created on 10 Sep 2020  路  2Comments  路  Source: golang-migrate/migrate

CI fails on timeout downloading this dependency

Most helpful comment

The error from CI. Command: go mod download

go: github.com/90poe/voyage-monitor/[email protected] requires
    github.com/golang-migrate/migrate/[email protected] requires
    golang.org/x/[email protected] requires
    dmitri.shuralyov.com/gpu/[email protected]: unrecognized import path "dmitri.shuralyov.com/gpu/mtl": https fetch: Get "https://dmitri.shuralyov.com/gpu/mtl?go-get=1": dial tcp 172.93.50.41:443: i/o timeout
make: *** [Makefile:45: deps] Error 1

All 2 comments

The error from CI. Command: go mod download

go: github.com/90poe/voyage-monitor/[email protected] requires
    github.com/golang-migrate/migrate/[email protected] requires
    golang.org/x/[email protected] requires
    dmitri.shuralyov.com/gpu/[email protected]: unrecognized import path "dmitri.shuralyov.com/gpu/mtl": https fetch: Get "https://dmitri.shuralyov.com/gpu/mtl?go-get=1": dial tcp 172.93.50.41:443: i/o timeout
make: *** [Makefile:45: deps] Error 1

Try using an older version of golang.org/x/exp: https://github.com/golang/exp/blob/master/go.mod
migrate doesn't have a direct dependency on dmitri.shuralyov.com/gpu/mtl

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dhui picture dhui  路  4Comments

bsomes picture bsomes  路  3Comments

segfault16 picture segfault16  路  9Comments

pashagolub picture pashagolub  路  3Comments

jon-whit picture jon-whit  路  4Comments