diff options
Diffstat (limited to 'nexgb/shape/shape.go')
-rw-r--r-- | nexgb/shape/shape.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nexgb/shape/shape.go b/nexgb/shape/shape.go index 7069f7e..3a4af24 100644 --- a/nexgb/shape/shape.go +++ b/nexgb/shape/shape.go @@ -4,9 +4,9 @@ package shape // This file is automatically generated from shape.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 SHAPE extension. |