]> git.0d.be Git - barnard.git/blobdiff - client.go
update import path
[barnard.git] / client.go
index 8ef6d362e0fe362dc0221351ed2d4f07feb644c5..2eda4b897e8d35bb7406e8fa1f8e4e7248af0e7e 100644 (file)
--- a/client.go
+++ b/client.go
@@ -1,13 +1,13 @@
-package barnard
+package barnard // import "layeh.com/barnard"
 
 import (
        "fmt"
        "net"
        "os"
 
-       "github.com/layeh/gumble/gumble"
-       "github.com/layeh/gumble/gumbleopenal"
-       "github.com/layeh/gumble/gumbleutil"
+       "layeh.com/gumble/gumble"
+       "layeh.com/gumble/gumbleopenal"
+       "layeh.com/gumble/gumbleutil"
 )
 
 func (b *Barnard) start() {