aboutsummaryrefslogtreecommitdiff
path: root/jbo
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-11-26 15:11:16 -0800
committerChristine Dodrill <me@christine.website>2018-11-26 15:11:16 -0800
commitded87ea20901aece9dbe2d70ebbb7092d622c87a (patch)
tree0ea691c9722703e7170c31b3f659d5b8bb45f952 /jbo
parent10effa476ed74e4b8a7709f681966ef0918cbab3 (diff)
downloadx-ded87ea20901aece9dbe2d70ebbb7092d622c87a.tar.xz
x-ded87ea20901aece9dbe2d70ebbb7092d622c87a.zip
jbo/la-banbixsicns: use Xe/johaus
Diffstat (limited to 'jbo')
-rw-r--r--jbo/la-banbixsicns/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/jbo/la-banbixsicns/main.go b/jbo/la-banbixsicns/main.go
index c05e79d..c87b659 100644
--- a/jbo/la-banbixsicns/main.go
+++ b/jbo/la-banbixsicns/main.go
@@ -7,9 +7,9 @@ import (
"net/http"
"os"
- "github.com/eaburns/johaus/parser"
- _ "github.com/eaburns/johaus/parser/camxes"
- "github.com/eaburns/johaus/pretty"
+ "github.com/Xe/johaus/parser"
+ _ "github.com/Xe/johaus/parser/camxes"
+ "github.com/Xe/johaus/pretty"
_ "github.com/joho/godotenv/autoload"
)