Skip to content

Commit ee7db6d

Browse files
Lairon Acosta GuardiasLairon Acosta Guardias
Lairon Acosta Guardias
authored and
Lairon Acosta Guardias
committed
feat: updating imports
1 parent 5e4e832 commit ee7db6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/laironacosta/ms-gin-go
1+
module github.com/laironacosta/git-deploy-aws-ecs
22

33
go 1.16
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"github.com/gin-gonic/gin"
5-
"github.com/laironacosta/ms-gin-go/router"
5+
"github.com/laironacosta/git-deploy-aws-ecs/router"
66
)
77

88
func main() {

router/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package router
22

33
import (
44
"github.com/gin-gonic/gin"
5-
"github.com/laironacosta/ms-gin-go/controllers"
5+
"github.com/laironacosta/git-deploy-aws-ecs/controllers"
66
)
77

88
type Router struct {

0 commit comments

Comments
 (0)