From 7aa2601e66155f841fe39ebaa83323969d7849bc Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sat, 8 Sep 2018 19:57:27 +0200 Subject: nexgb: rewrite import paths --- nexgb/examples/randr/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nexgb/examples/randr') diff --git a/nexgb/examples/randr/main.go b/nexgb/examples/randr/main.go index e349144..b41e653 100644 --- a/nexgb/examples/randr/main.go +++ b/nexgb/examples/randr/main.go @@ -14,9 +14,9 @@ import ( "fmt" "log" - "github.com/BurntSushi/xgb" - "github.com/BurntSushi/xgb/randr" - "github.com/BurntSushi/xgb/xproto" + xgb "janouch.name/haven/nexgb" + "janouch.name/haven/nexgb/randr" + "janouch.name/haven/nexgb/xproto" ) func main() { -- cgit v1.2.3-70-g09d2