Top "Godeps" questions

Godep(Godeps) helps build packages reproducibly by fixing their dependencies.

How do I migrate from Dep to Go Modules

I'm currently using Dep and would like to start using Go modules. How do I migrate?

go godeps go-modules govendor
Not in any GOPATH while using dep init

I'm trying to use godep to install my dependencies but I can't seem to get it to work. When I …

go godeps
go build can't find package sources

I'm trying to build the teamcity prometheus exporter I found in this repo. In the readme it instructs me to …

go dependencies godeps
Cannot do any go command anymore

Before it happened, what I am doing is trying to use the dep to manage my golang code dependency. What …

go command-line-interface homebrew godeps gopath