Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Note for «Step 3 - Installing and Running go-cve-dictionary» when you run “make install” and show this message:
go get -u github.com/golang/dep/...
dep ensure -v
make: dep: Command not found
GNUmakefile:28: recipe for target 'dep' failed
make: *** [dep] Error 127
try
ln -s /home/sammy/go/bin/dep /usr/bin/
small trick from: https://github.com/kotakanbe/go-cve-dictionary/issues/52
Hello
I’m a little stuck.
The “make install” command produces an error, see below.
adminroot@vul:~$ mkdir -p $GOPATH/src/github.com/kotakanbe adminroot@vul:~$ cd $GOPATH/src/github.com/kotakanbe adminroot@vul:~/go/src/github.com/kotakanbe$ git clone https://github.com/kotakanbe/go-cve-dictionary.git fatal: destination path ‘go-cve-dictionary’ already exists and is not an empty directory. adminroot@vul:~/go/src/github.com/kotakanbe$ cd go-cve-dictionary adminroot@vul:~/go/src/github.com/kotakanbe/go-cve-dictionary$ make install GO111MODULE=on go install -ldflags “-X ‘main.version=v0.4.1’ -X ‘main.revision=03136a8’” fetcher/jvn/xml/jvn.go:14:2: cannot find package “github.com/PuerkitoBio/goquery” in any of: /usr/lib/go-1.10/src/github.com/PuerkitoBio/goquery (from $GOROOT) /home/adminroot/go/src/github.com/PuerkitoBio/goquery (from $GOPATH) config/config.go:4:2: cannot find package “github.com/asaskevich/govalidator” in any of: /usr/lib/go-1.10/src/github.com/asaskevich/govalidator (from $GOROOT) /home/adminroot/go/src/github.com/asaskevich/govalidator (from $GOPATH) db/rdb.go:8:2: cannot find package “github.com/cheggaaa/pb” in any of: /usr/lib/go-1.10/src/github.com/cheggaaa/pb (from $GOROOT) /home/adminroot/go/src/github.com/cheggaaa/pb (from $GOPATH) models/models.go:8:2: cannot find package “github.com/fatih/color” in any of: /usr/lib/go-1.10/src/github.com/fatih/color (from $GOROOT) /home/adminroot/go/src/github.com/fatih/color (from $GOPATH) db/redis.go:10:2: cannot find package “github.com/go-redis/redis” in any of: /usr/lib/go-1.10/src/github.com/go-redis/redis (from $GOROOT) /home/adminroot/go/src/github.com/go-redis/redis (from $GOPATH) main.go:10:2: cannot find package “github.com/google/subcommands” in any of: /usr/lib/go-1.10/src/github.com/google/subcommands (from $GOROOT) /home/adminroot/go/src/github.com/google/subcommands (from $GOPATH) db/db.go:7:2: cannot find package “github.com/hashicorp/go-version” in any of: /usr/lib/go-1.10/src/github.com/hashicorp/go-version (from $GOROOT) /home/adminroot/go/src/github.com/hashicorp/go-version (from $GOPATH) fetcher/fetcher.go:12:2: cannot find package “github.com/htcat/htcat” in any of: /usr/lib/go-1.10/src/github.com/htcat/htcat (from $GOROOT) /home/adminroot/go/src/github.com/htcat/htcat (from $GOPATH) log/log.go:9:2: cannot find package “github.com/inconshreveable/log15” in any of: /usr/lib/go-1.10/src/github.com/inconshreveable/log15 (from $GOROOT) /home/adminroot/go/src/github.com/inconshreveable/log15 (from $GOPATH) db/rdb.go:9:2: cannot find package “github.com/jinzhu/gorm” in any of: /usr/lib/go-1.10/src/github.com/jinzhu/gorm (from $GOROOT) /home/adminroot/go/src/github.com/jinzhu/gorm (from $GOPATH) db/rdb.go:18:2: cannot find package “github.com/jinzhu/gorm/dialects/mysql” in any of: /usr/lib/go-1.10/src/github.com/jinzhu/gorm/dialects/mysql (from $GOROOT) /home/adminroot/go/src/github.com/jinzhu/gorm/dialects/mysql (from $GOPATH) db/rdb.go:19:2: cannot find package “github.com/jinzhu/gorm/dialects/postgres” in any of: /usr/lib/go-1.10/src/github.com/jinzhu/gorm/dialects/postgres (from $GOROOT) /home/adminroot/go/src/github.com/jinzhu/gorm/dialects/postgres (from $GOPATH) db/rdb.go:22:2: cannot find package “github.com/jinzhu/gorm/dialects/sqlite” in any of: /usr/lib/go-1.10/src/github.com/jinzhu/gorm/dialects/sqlite (from $GOROOT) /home/adminroot/go/src/github.com/jinzhu/gorm/dialects/sqlite (from $GOPATH) log/log.go:10:2: cannot find package “github.com/k0kubun/pp” in any of: /usr/lib/go-1.10/src/github.com/k0kubun/pp (from $GOROOT) /home/adminroot/go/src/github.com/k0kubun/pp (from $GOPATH) db/db.go:12:2: cannot find package “github.com/knqyf263/go-cpe/common” in any of: /usr/lib/go-1.10/src/github.com/knqyf263/go-cpe/common (from $GOROOT) /home/adminroot/go/src/github.com/knqyf263/go-cpe/common (from $GOPATH) db/db.go:13:2: cannot find package “github.com/knqyf263/go-cpe/matching” in any of: /usr/lib/go-1.10/src/github.com/knqyf263/go-cpe/matching (from $GOROOT) /home/adminroot/go/src/github.com/knqyf263/go-cpe/matching (from $GOPATH) db/db.go:14:2: cannot find package “github.com/knqyf263/go-cpe/naming” in any of: /usr/lib/go-1.10/src/github.com/knqyf263/go-cpe/naming (from $GOROOT) /home/adminroot/go/src/github.com/knqyf263/go-cpe/naming (from $GOPATH) server/server.go:12:2: cannot find package “github.com/labstack/echo” in any of: /usr/lib/go-1.10/src/github.com/labstack/echo (from $GOROOT) /home/adminroot/go/src/github.com/labstack/echo (from $GOPATH) server/server.go:13:2: cannot find package “github.com/labstack/echo/middleware” in any of: /usr/lib/go-1.10/src/github.com/labstack/echo/middleware (from $GOROOT) /home/adminroot/go/src/github.com/labstack/echo/middleware (from $GOPATH) db/rdb.go:15:2: cannot find package “github.com/mattn/go-sqlite3” in any of: /usr/lib/go-1.10/src/github.com/mattn/go-sqlite3 (from $GOROOT) /home/adminroot/go/src/github.com/mattn/go-sqlite3 (from $GOPATH) commands/list.go:18:2: cannot find package “github.com/olekukonko/tablewriter” in any of: /usr/lib/go-1.10/src/github.com/olekukonko/tablewriter (from $GOROOT) /home/adminroot/go/src/github.com/olekukonko/tablewriter (from $GOPATH) db/db.go:10:2: cannot find package “github.com/pkg/errors” in any of: /usr/lib/go-1.10/src/github.com/pkg/errors (from $GOROOT) /home/adminroot/go/src/github.com/pkg/errors (from $GOPATH) GNUmakefile:31: recipe for target ‘install’ failed make: *** [install] Error 1 adminroot@vul:~/go/src/github.com/kotakanbe/go-cve-dictionary$