How to use a fork?
Bug #1389785 reported by
justinsb
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
godeps |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
How do I use a fork of a package? For example, I have a proposed enhancement to goose at lp:~justin-fathomdb/goose/goose. How do I tell godeps to use my fork, instead of launchpad.
To post a comment you must log in.
godeps is only about fixing the revision within the repository implied by
the Go package path. If you want a fork, you'll need to change the package
path. This doesn't stop you from using a fork locally, of course, just
from baking the forked dependency into a dependencies file.