Update import path and dependencies
This commit is contained in:
parent
8492ccdc61
commit
6b9bd48e60
11 changed files with 30 additions and 30 deletions
|
@ -6,8 +6,8 @@ import (
|
|||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/mr-karan/doggo/internal/app"
|
||||
"github.com/mr-karan/doggo/pkg/utils"
|
||||
"git.zio.sh/astra/doggo/internal/app"
|
||||
"git.zio.sh/astra/doggo/pkg/utils"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/go-chi/chi"
|
||||
|
|
|
@ -8,9 +8,9 @@ import (
|
|||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/mr-karan/doggo/internal/app"
|
||||
"github.com/mr-karan/doggo/pkg/models"
|
||||
"github.com/mr-karan/doggo/pkg/resolvers"
|
||||
"git.zio.sh/astra/doggo/internal/app"
|
||||
"git.zio.sh/astra/doggo/pkg/models"
|
||||
"git.zio.sh/astra/doggo/pkg/resolvers"
|
||||
)
|
||||
|
||||
type httpResp struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue