Skip to content

"could not find project Gopkg.toml, use dep init to initiate a manifest" when installing vuls #420

Closed
@elfgoh

Description

@elfgoh

Environment

Vuls

Hash : ____

To check the commit hash of HEAD

$ cd $GOPATH/src/github.com/future-architect/vuls 
$ git rev-parse --short HEAD 
eb2598f

OS

Go

  • Go version: go version go1.8.1 linux/arm

Current Output

~/go/src/github.com/future-architect/vuls$ make install
go get -u github.com/golang/dep/...
dep ensure
could not find project Gopkg.toml, use dep init to initiate a manifest
GNUmakefile:27: recipe for target 'dep' failed

Addition Details

Previously it ran fine on another ARM Linux OS

Expected Behavior

Successful make install

Actual Behavior

Errors as mentoned above

Steps to reproduce the behaviour

mkdir -p $GOPATH/src/github.com/future-architect;
cd $GOPATH/src/github.com/future-architect;

git clone https://github.com/future-architect/vuls.git;
cd vuls;
make install;

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