golang / dep

Go dependency management tool experiment (deprecated)

Home Page:https://golang.github.io/dep/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dep ensure hangs after select (root)

vartul1010 opened this issue · comments

Whenever I run dep ensure after my recent pull of my project, it hangs indefinitely. The commands works fine on the machine which pushed the recent changes but not on mine.

What version of dep are you using (dep version)?

v0.5.3

What dep command did you run?

dep ensure

What did you expect to see?

Succesful installation of dependency

What did you see instead?

# Gopkg.lock is out of sync with Gopkg.toml and project imports:
bitbucket.org/shop-pos/go-backend/pkg/api: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/auth: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/auth/logging: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/auth/platform/pgsql: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/auth/transport: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/password: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/password/logging: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/password/platform/pgsql: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/password/transport: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/user: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/user/logging: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/user/platform/pgsql: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/api/user/transport: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/config: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/middleware/jwt: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/middleware/secure: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/mock: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/mock/mockdb: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/model: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/postgres: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/query: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/rbac: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/secure: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/server: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/structs: imported or required, but missing from Gopkg.lock's input-imports
bitbucket.org/shop-pos/go-backend/pkg/utl/zlog: imported or required, but missing from Gopkg.lock's input-imports

Root project is "bitbucket.org/shop_pos/go-backend"
 28 transitively valid internal packages
 39 external packages imported from 12 projects
(0)   ✓ select (root)

Found out the issue. It was a typo error.