summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-06 12:24:01 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-06 12:24:01 +1000
commite8aba2e5177eb2ab116d0cfbf6ed8af467dd5a68 (patch)
tree71153c3d91b3967999de41626d12d8f4b0ee494e /Gopkg.toml
parentda227003c7f9cd999ec230c3004378b215daa433 (diff)
prune unnecessary stuff
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml12
1 files changed, 4 insertions, 8 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 867cfd30b..308fea11f 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -19,11 +19,11 @@
# name = "github.com/x/y"
# version = "2.4.0"
#
-# [prune]
-# non-go = false
-# go-tests = true
-# unused-packages = true
+[prune]
+ go-tests = true
+ unused-packages = true
+ non-go = true
[[constraint]]
name = "github.com/fatih/color"
@@ -36,7 +36,3 @@
[[constraint]]
branch = "master"
name = "github.com/jesseduffield/gocui"
-
-[prune]
- go-tests = true
- unused-packages = true