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 --- bigreq/bigreq.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bigreq') diff --git a/bigreq/bigreq.go b/bigreq/bigreq.go index 6590376..d8a5859 100644 --- a/bigreq/bigreq.go +++ b/bigreq/bigreq.go @@ -4,9 +4,9 @@ package bigreq // This file is automatically generated from bigreq.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" - "github.com/BurntSushi/xgb/xproto" + "github.com/jezek/xgb/xproto" ) // Init must be called before using the BIG-REQUESTS extension. -- cgit v1.2.3