Skip to content

Commit

Permalink
use new v2 module
Browse files Browse the repository at this point in the history
Took 2 minutes
  • Loading branch information
Fank committed Nov 8, 2024
1 parent a84533d commit a016dce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions confluence/internal/template_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"context"
"net/http"

"github.com/ctreminiom/go-atlassian/pkg/infra/models"
"github.com/ctreminiom/go-atlassian/service"
"github.com/ctreminiom/go-atlassian/service/confluence"
"github.com/ctreminiom/go-atlassian/v2/pkg/infra/models"
"github.com/ctreminiom/go-atlassian/v2/service"
"github.com/ctreminiom/go-atlassian/v2/service/confluence"
)

// NewTemplateService creates a new instance of TemplateService.
Expand Down
6 changes: 3 additions & 3 deletions confluence/internal/template_impl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (

"github.com/stretchr/testify/assert"

"github.com/ctreminiom/go-atlassian/pkg/infra/models"
"github.com/ctreminiom/go-atlassian/service"
"github.com/ctreminiom/go-atlassian/service/mocks"
"github.com/ctreminiom/go-atlassian/v2/pkg/infra/models"
"github.com/ctreminiom/go-atlassian/v2/service"
"github.com/ctreminiom/go-atlassian/v2/service/mocks"
)

func Test_internalTemplateImpl_Create(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion service/confluence/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package confluence
import (
"context"

"github.com/ctreminiom/go-atlassian/pkg/infra/models"
"github.com/ctreminiom/go-atlassian/v2/pkg/infra/models"
)

// TemplateConnector provides methods to interact with template operations in Confluence.
Expand Down

0 comments on commit a016dce

Please sign in to comment.