diff --git a/.gitignore b/.gitignore index ebfe3da..2b9d0ba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ atlas-api atlas-tui atlas-agent +pluto-api # Go /vendor/ diff --git a/cmd/pluto-api/main.go b/cmd/pluto-api/main.go index d501ba3..6b7e68a 100644 --- a/cmd/pluto-api/main.go +++ b/cmd/pluto-api/main.go @@ -8,7 +8,7 @@ import ( "os/signal" "time" - "example.com/atlasos/internal/httpapp" + "gitea.avt.data-center.id/othman.suseno/atlas/internal/httpapp" ) func main() { diff --git a/go.mod b/go.mod index 86fa266..14fb768 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module example.com/atlasos +module gitea.avt.data-center.id/othman.suseno/atlas go 1.24.4