Skip to content

Commit

Permalink
create v2 package
Browse files Browse the repository at this point in the history
  • Loading branch information
hassansin committed Jul 29, 2021
1 parent 4d1334a commit b80d5b6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/chartmogul/chartmogul-go
module github.com/chartmogul/chartmogul-go/v2

require (
github.com/cenkalti/backoff/v3 v3.2.2
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/connect_subscription_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

cm "github.com/chartmogul/chartmogul-go"
cm "github.com/chartmogul/chartmogul-go/v2"
"github.com/parnurzeal/gorequest"

"github.com/dnaeon/go-vcr/recorder"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/create_invoice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

cm "github.com/chartmogul/chartmogul-go"
cm "github.com/chartmogul/chartmogul-go/v2"
"github.com/davecgh/go-spew/spew"
"github.com/parnurzeal/gorequest"

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/create_plan_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"testing"

cm "github.com/chartmogul/chartmogul-go"
cm "github.com/chartmogul/chartmogul-go/v2"
"github.com/davecgh/go-spew/spew"
"github.com/parnurzeal/gorequest"

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/delete_invoice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

cm "github.com/chartmogul/chartmogul-go"
cm "github.com/chartmogul/chartmogul-go/v2"
"github.com/davecgh/go-spew/spew"
"github.com/parnurzeal/gorequest"

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/empty_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

cm "github.com/chartmogul/chartmogul-go"
cm "github.com/chartmogul/chartmogul-go/v2"
"github.com/davecgh/go-spew/spew"
"github.com/parnurzeal/gorequest"

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/retrieve_invoice_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

cm "github.com/chartmogul/chartmogul-go"
cm "github.com/chartmogul/chartmogul-go/v2"
"github.com/davecgh/go-spew/spew"
"github.com/parnurzeal/gorequest"

Expand Down
5 changes: 3 additions & 2 deletions mock_chartmogul/chartmogul.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b80d5b6

Please sign in to comment.