diff options
Diffstat (limited to 'nexgb/xproto/xproto_test.go')
-rw-r--r-- | nexgb/xproto/xproto_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/xproto/xproto_test.go b/nexgb/xproto/xproto_test.go index a5bec71..9e327a8 100644 --- a/nexgb/xproto/xproto_test.go +++ b/nexgb/xproto/xproto_test.go @@ -26,7 +26,7 @@ import ( "testing" "time" - "github.com/BurntSushi/xgb" + xgb "janouch.name/haven/nexgb" ) // The X connection used throughout testing. |