fix: rename module in go.mod from 'go.mod' to 'auth-proxy'
The go.mod file had an incorrect module name 'go.mod' instead of the actual project name 'auth-proxy'. This fix corrects the module declaration to match the repository name and enable proper Go module resolution.
This commit is contained in: