add dep babelweb2-parser

This commit is contained in:
Martin/Geno 2019-05-19 00:43:24 +02:00 committed by genofire
parent f1e9d7e231
commit 5d03c7488d
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 9 additions and 0 deletions

9
Gopkg.lock generated
View File

@ -17,6 +17,14 @@
revision = "5d049714c4a64225c3c79a7cf7d02f7fb5b96338" revision = "5d049714c4a64225c3c79a7cf7d02f7fb5b96338"
version = "1.0.0" version = "1.0.0"
[[projects]]
branch = "master"
digest = "1:098e1f68eb51964990d5d5db579b45cd58edb228c1b33780401dfb8381aebdcb"
name = "github.com/Vivena/babelweb2"
packages = ["parser"]
pruneopts = "UT"
revision = "506f97fed4662649abffd1f5089bf17fcc4e7ecb"
[[projects]] [[projects]]
digest = "1:616fe3fc0d5eb7b89324dc5e47aef8cf05f3b0aed0bfe908e62516da4c638647" digest = "1:616fe3fc0d5eb7b89324dc5e47aef8cf05f3b0aed0bfe908e62516da4c638647"
name = "github.com/bdlm/log" name = "github.com/bdlm/log"
@ -194,6 +202,7 @@
analyzer-version = 1 analyzer-version = 1
input-imports = [ input-imports = [
"github.com/NYTimes/gziphandler", "github.com/NYTimes/gziphandler",
"github.com/Vivena/babelweb2/parser",
"github.com/bdlm/log", "github.com/bdlm/log",
"github.com/bdlm/std/logger", "github.com/bdlm/std/logger",
"github.com/fgrosse/graphigo", "github.com/fgrosse/graphigo",