Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit d6a1fd5

Browse files
committed
Fixed import links to original repo and reverted go.mod file changes
1 parent 2dfc451 commit d6a1fd5

30 files changed

+77
-80
lines changed

accounting/account.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"encoding/xml"
66
"time"
77

8-
"github.com/michaeldsp/xerogolang"
9-
"github.com/michaeldsp/xerogolang/helpers"
8+
"github.com/XeroAPI/xerogolang"
9+
"github.com/XeroAPI/xerogolang/helpers"
1010
"github.com/markbates/goth"
1111
)
1212

accounting/bank_transaction.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"encoding/xml"
66
"time"
77

8-
"github.com/michaeldsp/xerogolang"
9-
"github.com/michaeldsp/xerogolang/helpers"
8+
"github.com/XeroAPI/xerogolang"
9+
"github.com/XeroAPI/xerogolang/helpers"
1010
"github.com/markbates/goth"
1111
)
1212

accounting/bank_transfer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"encoding/xml"
66
"time"
77

8-
"github.com/michaeldsp/xerogolang"
9-
"github.com/michaeldsp/xerogolang/helpers"
8+
"github.com/XeroAPI/xerogolang"
9+
"github.com/XeroAPI/xerogolang/helpers"
1010
"github.com/markbates/goth"
1111
)
1212

accounting/branding_theme.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package accounting
33
import (
44
"encoding/json"
55

6-
"github.com/michaeldsp/xerogolang"
7-
"github.com/michaeldsp/xerogolang/helpers"
6+
"github.com/XeroAPI/xerogolang"
7+
"github.com/XeroAPI/xerogolang/helpers"
88
"github.com/markbates/goth"
99
)
1010

accounting/contact.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"encoding/xml"
66
"time"
77

8-
"github.com/michaeldsp/xerogolang"
9-
"github.com/michaeldsp/xerogolang/helpers"
8+
"github.com/XeroAPI/xerogolang"
9+
"github.com/XeroAPI/xerogolang/helpers"
1010
"github.com/markbates/goth"
1111
)
1212

accounting/contact_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"encoding/json"
55
"encoding/xml"
66

7-
"github.com/michaeldsp/xerogolang"
7+
"github.com/XeroAPI/xerogolang"
88
"github.com/markbates/goth"
99
)
1010

accounting/credit_note.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"encoding/xml"
66
"time"
77

8-
"github.com/michaeldsp/xerogolang"
9-
"github.com/michaeldsp/xerogolang/helpers"
8+
"github.com/XeroAPI/xerogolang"
9+
"github.com/XeroAPI/xerogolang/helpers"
1010
"github.com/markbates/goth"
1111
)
1212

accounting/currency.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package accounting
33
import (
44
"encoding/json"
55

6-
"github.com/michaeldsp/xerogolang"
6+
"github.com/XeroAPI/xerogolang"
77
"github.com/markbates/goth"
88
)
99

accounting/expense_claim.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"encoding/xml"
66
"time"
77

8-
"github.com/michaeldsp/xerogolang"
9-
"github.com/michaeldsp/xerogolang/helpers"
8+
"github.com/XeroAPI/xerogolang"
9+
"github.com/XeroAPI/xerogolang/helpers"
1010
"github.com/markbates/goth"
1111
)
1212

accounting/invoice.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"encoding/xml"
66
"time"
77

8-
"github.com/michaeldsp/xerogolang"
9-
"github.com/michaeldsp/xerogolang/helpers"
8+
"github.com/XeroAPI/xerogolang"
9+
"github.com/XeroAPI/xerogolang/helpers"
1010
"github.com/markbates/goth"
1111
)
1212

0 commit comments

Comments
 (0)