Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Define prune options in Gopkg.toml
Browse files Browse the repository at this point in the history
The 'prune' command has been absorbed into 'ensure',
see golang/dep#944. Also
it received some makeover, allowing tests to be pruned.
'dep ensure' now got rid of a bunch of files for us.
  • Loading branch information
bpicode committed Feb 10, 2018
1 parent 4b158fa commit 5635236
Show file tree
Hide file tree
Showing 157 changed files with 2,730 additions and 36,598 deletions.
4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[prune]
unused-packages = true
go-tests = true

[[constraint]]
name = "github.com/cpuguy83/go-md2man"
version = "1.0.6"
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ deps:
@echo -n ">> DEPENDENCIES"
@go get -u github.com/golang/dep/cmd/dep
@dep ensure
@dep prune
@$(call ok)

depprint: deps
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/cpuguy83/go-md2man/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/cpuguy83/go-md2man/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/github.com/cpuguy83/go-md2man/Gopkg.lock

This file was deleted.

26 changes: 0 additions & 26 deletions vendor/github.com/cpuguy83/go-md2man/Gopkg.toml

This file was deleted.

18 changes: 0 additions & 18 deletions vendor/github.com/cpuguy83/go-md2man/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/cpuguy83/go-md2man/go-md2man.1.md

This file was deleted.

51 changes: 0 additions & 51 deletions vendor/github.com/cpuguy83/go-md2man/md2man.go

This file was deleted.

83 changes: 0 additions & 83 deletions vendor/github.com/cpuguy83/go-md2man/md2man/roff_test.go

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/davecgh/go-spew/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/davecgh/go-spew/.travis.yml

This file was deleted.

Loading

0 comments on commit 5635236

Please sign in to comment.