From 7aa2601e66155f841fe39ebaa83323969d7849bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 8 Sep 2018 19:57:27 +0200 Subject: nexgb: rewrite import paths --- nexgb/xfixes/xfixes.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nexgb/xfixes') diff --git a/nexgb/xfixes/xfixes.go b/nexgb/xfixes/xfixes.go index 440c3fd..7716d09 100644 --- a/nexgb/xfixes/xfixes.go +++ b/nexgb/xfixes/xfixes.go @@ -4,11 +4,11 @@ package xfixes // This file is automatically generated from xfixes.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + xgb "janouch.name/haven/nexgb" - "github.com/BurntSushi/xgb/render" - "github.com/BurntSushi/xgb/shape" - "github.com/BurntSushi/xgb/xproto" + "janouch.name/haven/nexgb/render" + "janouch.name/haven/nexgb/shape" + "janouch.name/haven/nexgb/xproto" ) // Init must be called before using the XFIXES extension. -- cgit v1.2.3