From e7ad12b3260efa08a4a1652913d5d551fdc1b95d Mon Sep 17 00:00:00 2001 From: jEzEk Date: Sun, 10 Dec 2017 18:02:04 +0100 Subject: BurntSushi/xgb -> jezek/xgb --- xproto/xproto.go | 2 +- xproto/xproto_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xproto') diff --git a/xproto/xproto.go b/xproto/xproto.go index 716c49b..8d7e51b 100644 --- a/xproto/xproto.go +++ b/xproto/xproto.go @@ -4,7 +4,7 @@ package xproto // This file is automatically generated from xproto.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" ) // Setup parses the setup bytes retrieved when diff --git a/xproto/xproto_test.go b/xproto/xproto_test.go index a5bec71..f8080bf 100644 --- a/xproto/xproto_test.go +++ b/xproto/xproto_test.go @@ -26,7 +26,7 @@ import ( "testing" "time" - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" ) // The X connection used throughout testing. -- cgit v1.2.3