Issue description
When creating a new project using fiber new <args>, the go.mod doesn't contain the require modules.
Expected Result
I expect to have a working and runnable fiber project
Possible fix
Run go mod tidy after the go mod init in this line