You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
It would be nice if there is an option to force init to fetch from the network.
In my case, I might have dependencies on libraries that I might have in my GOPATH I've previously submitted some patches to. My work flow for submitting patches to Go projects is to:
Create $GOPATH/src/projectowner/projectrepo
Exec git add remote fork github.com/F21/myfork.
Because these already exist in my GOPATH, dep will currently use my outdated/in progress fork. In some cases, if I create a branch on my fork, push it and did not checkout master, dep will set that branch as the version.
The text was updated successfully, but these errors were encountered:
Totally reasonable request, sure. We definitely want to add more modes to init - e.g. reading just from the network, doing interactive prompting, importing from existing tooling. It's on my TODO list to do a bigger writeup of that requirement.
It would be nice if there is an option to force init to fetch from the network.
In my case, I might have dependencies on libraries that I might have in my GOPATH I've previously submitted some patches to. My work flow for submitting patches to Go projects is to:
git add remote fork github.com/F21/myfork
.Because these already exist in my GOPATH, dep will currently use my outdated/in progress fork. In some cases, if I create a branch on my fork, push it and did not checkout master, dep will set that branch as the version.
The text was updated successfully, but these errors were encountered: