How to disable Go Proxy
To disable Go module proxy, you can use the following steps:
1. Set the GOPROXY environment variable to "direct":
$ export GOPROXY=direct
This will instruct Go to use the modules directly from their source repositories, without going through any proxy.
2. Optionally, you can unset any other related environment variables