When I new a service with this ```bash kit n s hello-world -m github.com/example/hello-world ``` this will create a service called `hello_world`, and `github.com/example/hello_world` in `go.mod`. It should be `hello-world` and `github.com/example/hello-world` in `go.mod`.