From 7aa2601e66155f841fe39ebaa83323969d7849bc Mon Sep 17 00:00:00 2001 From: Přemysl Janouch
Date: Sat, 8 Sep 2018 19:57:27 +0200 Subject: nexgb: rewrite import paths --- nexgb/glx/glx.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nexgb/glx') diff --git a/nexgb/glx/glx.go b/nexgb/glx/glx.go index 0ecc3b5..9a03429 100644 --- a/nexgb/glx/glx.go +++ b/nexgb/glx/glx.go @@ -4,9 +4,9 @@ package glx // This file is automatically generated from glx.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + xgb "janouch.name/haven/nexgb" - "github.com/BurntSushi/xgb/xproto" + "janouch.name/haven/nexgb/xproto" ) // Init must be called before using the GLX extension. -- cgit v1.2.3-70-g09d2