summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorTommy Nguyen <remyabel@gmail.com>2018-08-16 01:53:53 -0400
committerTommy Nguyen <remyabel@gmail.com>2018-08-16 01:53:53 -0400
commitf09515867d9062d6d7b9c7a0ee731f85fdb2050a (patch)
treef61b88e51bf8c5ddb824e05fda7c79ebd07e2d5b /Gopkg.toml
parent59ab38fff6bcfe8ec25c1cf658833cb8d0b69440 (diff)
#157: clean BOM, allowing CSV files to display correctly
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index a47fe5e93..ea5472df0 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -40,3 +40,7 @@
[[constraint]]
name = "gopkg.in/src-d/go-git.v4"
revision = "43d17e14b714665ab5bc2ecc220b6740779d733f"
+
+[[constraint]]
+ branch = "master"
+ name = "https://github.com/spkg/bom"