diff --git a/go.mod b/go.mod index 860858f..39cafd1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module example +module gitea.com/action-examples/go go 1.21 diff --git a/main.go b/main.go index 2de688f..6965235 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ package main import ( - "example/router" + "gitea.com/action-examples/go/router" ) func main() {