默认使用的是proxy.golang.org,在国内无法访问,如下图所示:

github.com/Shopify/sarama@v1.27.0: Get "https://proxy.golang.org/github.com/ time out


解决方法

换一个国内能访问的代理地址:https://goproxy.cn

cmd 执行命令

go env -w GOPROXY=https://goproxy.cn

重新执行命令 , 完美通过 !