https://github.com/mmcloughlin/godepex
Exclude packages from godep
https://github.com/mmcloughlin/godepex
Last synced: 7 months ago
JSON representation
Exclude packages from godep
- Host: GitHub
- URL: https://github.com/mmcloughlin/godepex
- Owner: mmcloughlin
- License: mit
- Created: 2015-08-31T21:30:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T23:11:14.000Z (about 10 years ago)
- Last Synced: 2025-03-19T03:35:11.728Z (7 months ago)
- Language: Go
- Size: 198 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godepex
Exclude packages from [godep](https://github.com/tools/godep "godep github page")## Install
$ go get github.com/mmcloughlin/godepex
## Usage
In your go project, after you've run `godep save` you can remove dependencies matching a prefix with
$ godepex example.com/pkg
This will both
* Filter out the entries from your `Godeps/Godeps.json`
* Delete corresponding directories from `Godeps/_workspace/src`