aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-10-14 16:37:09 -0700
committerChristine Dodrill <me@christine.website>2017-10-14 16:37:09 -0700
commitc3e60d5a5e316de0b4351346707a0a53d0d982ef (patch)
tree5fd3004d00d5b54bf3acc05b89288835fa347521 /tools
parent13e256882f2dca35850a3f5c271ae1d53e010d10 (diff)
downloadx-c3e60d5a5e316de0b4351346707a0a53d0d982ef.tar.xz
x-c3e60d5a5e316de0b4351346707a0a53d0d982ef.zip
glue: fix build
Diffstat (limited to 'tools')
-rw-r--r--tools/glue/glue.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/glue/glue.go b/tools/glue/glue.go
index 6ddae41..4bd87d8 100644
--- a/tools/glue/glue.go
+++ b/tools/glue/glue.go
@@ -8,8 +8,8 @@ import (
"os"
"runtime/pprof"
- "github.com/Xe/tools/glue/libs/gluaexpect"
- "github.com/Xe/tools/glue/libs/gluasimplebox"
+ "github.com/Xe/x/tools/glue/libs/gluaexpect"
+ "github.com/Xe/x/tools/glue/libs/gluasimplebox"
"github.com/ailncode/gluaxmlpath"
"github.com/cjoudrey/gluahttp"
"github.com/cjoudrey/gluaurl"