use my fork of babelweb2

This commit is contained in:
Martin/Geno 2019-06-23 03:31:44 +02:00 committed by genofire
parent 6066963289
commit 0b22130eb5
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
2 changed files with 12 additions and 6 deletions

15
Gopkg.lock generated
View File

@ -18,12 +18,16 @@
version = "1.0.0" version = "1.0.0"
[[projects]] [[projects]]
branch = "master" branch = "junk"
digest = "1:098e1f68eb51964990d5d5db579b45cd58edb228c1b33780401dfb8381aebdcb" digest = "1:1a347503fd769372dfd0b46d57f4cfc4cb2478442a18fda76de70fa68c553d21"
name = "github.com/Vivena/babelweb2" name = "github.com/Vivena/babelweb2"
packages = ["parser"] packages = [
"parser",
"state",
]
pruneopts = "UT" pruneopts = "UT"
revision = "506f97fed4662649abffd1f5089bf17fcc4e7ecb" revision = "16df517a77f42434116c06dc239461218a8ebd3d"
source = "github.com/genofire/babelweb2"
[[projects]] [[projects]]
digest = "1:616fe3fc0d5eb7b89324dc5e47aef8cf05f3b0aed0bfe908e62516da4c638647" digest = "1:616fe3fc0d5eb7b89324dc5e47aef8cf05f3b0aed0bfe908e62516da4c638647"
@ -155,7 +159,7 @@
revision = "bb4de0191aa41b5507caa14b0650cdbddcd9280b" revision = "bb4de0191aa41b5507caa14b0650cdbddcd9280b"
[[projects]] [[projects]]
digest = "1:645cabccbb4fa8aab25a956cbcbdf6a6845ca736b2c64e197ca7cbb9d210b939" digest = "1:22799aea8fe96dd5693abdd1eaa14b1b29e3eafbdc7733fa155b3cb556c8a7ae"
name = "github.com/spf13/cobra" name = "github.com/spf13/cobra"
packages = ["."] packages = ["."]
pruneopts = "UT" pruneopts = "UT"
@ -203,6 +207,7 @@
input-imports = [ input-imports = [
"github.com/NYTimes/gziphandler", "github.com/NYTimes/gziphandler",
"github.com/Vivena/babelweb2/parser", "github.com/Vivena/babelweb2/parser",
"github.com/Vivena/babelweb2/state",
"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",

View File

@ -62,5 +62,6 @@
revision = "01487156ffd97029bd146658b44e4c0d06388d82" revision = "01487156ffd97029bd146658b44e4c0d06388d82"
[[constraint]] [[constraint]]
branch = "master"
name = "github.com/Vivena/babelweb2" name = "github.com/Vivena/babelweb2"
branch = "junk"
source = "github.com/genofire/babelweb2"