Open TylerRick opened 6 years ago
Thanks for taking a wack at this! Do you mind trying to switch to using dep
? It should be pretty straightforward to setup:
cd $GOPATH/src/github.com/micahhausler/container-tx
go get -u github.com/golang/dep/cmd/dep
dep init
dep ensure
Fixes git errors such as: fatal: No url found for submodule path 'vendor/github.com/ogier/pflag' in .gitmodules
Resolves #1