PoC-Consortium / Nogrod

The all-new PoCC pool software; "Fortunes are mined here"
Other
47 stars 33 forks source link

Migrate Cannot Find Package! #34

Closed TateA closed 5 years ago

TateA commented 6 years ago
# make -j 6
make build
make[1]: Entering directory '/root/goburstpool-1.3.0'
git submodule update --init --recursive
package github.com/golang-migrate/migrate/v3/database: cannot find package "github.com/golang-migrate/migrate/v3/database" in any of:
    /usr/lib/go-1.9/src/github.com/golang-migrate/migrate/v3/database (from $GOROOT)
    /root/goburstpool-1.3.0/vendor/src/github.com/golang-migrate/migrate/v3/database (from $GOPATH)
    /root/goburstpool-1.3.0/src/github.com/golang-migrate/migrate/v3/database
package github.com/golang-migrate/migrate/v3/source: cannot find package "github.com/golang-migrate/migrate/v3/source" in any of:
    /usr/lib/go-1.9/src/github.com/golang-migrate/migrate/v3/source (from $GOROOT)
    /root/goburstpool-1.3.0/vendor/src/github.com/golang-migrate/migrate/v3/source (from $GOPATH)
    /root/goburstpool-1.3.0/src/github.com/golang-migrate/migrate/v3/source
Makefile:41: recipe for target 'deps' failed
make[1]: *** [deps] Error 1
make[1]: Leaving directory '/root/goburstpool-1.3.0'
Makefile:16: recipe for target 'start' failed
make: *** [start] Error 2
# migrate -version
3.5.2
# go version
go version go1.9.2 linux/amd64
spebern commented 5 years ago

Should be fixed.