micahhausler / container-tx

container-transform in go
MIT License
10 stars 1 forks source link

Add missing .gitmodules file #2

Open TylerRick opened 6 years ago

TylerRick commented 6 years ago

Fixes git errors such as: fatal: No url found for submodule path 'vendor/github.com/ogier/pflag' in .gitmodules

Resolves #1

micahhausler commented 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