summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorTommy Nguyen <remyabel@gmail.com>2018-08-16 07:10:25 -0400
committerTommy Nguyen <remyabel@gmail.com>2018-08-16 07:17:47 -0400
commit74d81ae0806c87da8b9e504dd581c574e7396ee3 (patch)
tree68623f74caff7d645176978457d1b1bd2a1311e2 /Gopkg.toml
parent3a31b84d1ab8a99ae04ebb6c17ca26710182b724 (diff)
[rebase] Fix errors; update dependencies
Argument must be []byte not string Don't commit bomtest.txt
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index ea5472df0..1f0b03cee 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -43,4 +43,4 @@
[[constraint]]
branch = "master"
- name = "https://github.com/spkg/bom"
+ name = "github.com/spkg/bom"