diff --git a/xrel/calendar.go b/xrel/calendar.go index 7cca90a..0b209fb 100644 --- a/xrel/calendar.go +++ b/xrel/calendar.go @@ -2,7 +2,7 @@ package xrel import ( "encoding/json" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "io/ioutil" ) diff --git a/xrel/comments.go b/xrel/comments.go index ecd5622..b52024a 100644 --- a/xrel/comments.go +++ b/xrel/comments.go @@ -3,7 +3,7 @@ package xrel import ( "encoding/json" "errors" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "io/ioutil" "net/http" "net/url" diff --git a/xrel/extInfo.go b/xrel/extInfo.go index 8d11efe..a20e0e7 100644 --- a/xrel/extInfo.go +++ b/xrel/extInfo.go @@ -3,7 +3,7 @@ package xrel import ( "encoding/json" "errors" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "io/ioutil" "net/http" "net/url" diff --git a/xrel/favs.go b/xrel/favs.go index 46fb5ba..621f497 100644 --- a/xrel/favs.go +++ b/xrel/favs.go @@ -3,7 +3,7 @@ package xrel import ( "encoding/json" "errors" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "io/ioutil" "net/http" "net/url" diff --git a/xrel/p2p.go b/xrel/p2p.go index 4d97d9c..2e9e801 100644 --- a/xrel/p2p.go +++ b/xrel/p2p.go @@ -3,7 +3,7 @@ package xrel import ( "encoding/json" "errors" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "io/ioutil" "net/http" "net/url" diff --git a/xrel/release.go b/xrel/release.go index 839c069..3b792fd 100644 --- a/xrel/release.go +++ b/xrel/release.go @@ -3,7 +3,7 @@ package xrel import ( "encoding/json" "errors" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "io/ioutil" "net/http" "strconv" diff --git a/xrel/search.go b/xrel/search.go index 1aa2469..8028624 100644 --- a/xrel/search.go +++ b/xrel/search.go @@ -3,7 +3,7 @@ package xrel import ( "encoding/json" "errors" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "io/ioutil" "net/http" "net/url" diff --git a/xrel/shared.go b/xrel/shared.go index 056c959..99b2f1a 100644 --- a/xrel/shared.go +++ b/xrel/shared.go @@ -16,7 +16,7 @@ package xrel import ( "errors" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "github.com/mrjones/oauth" "net/http" "strconv" diff --git a/xrel/user.go b/xrel/user.go index 91b3784..3074793 100644 --- a/xrel/user.go +++ b/xrel/user.go @@ -2,7 +2,7 @@ package xrel import ( "encoding/json" - "github.com/hashworks/xRELTerminalClient/src/xrel/types" + "github.com/hashworks/go-xREL-API/xrel/types" "io/ioutil" "net/http" )