shawn1m / overture

A customized DNS relay server
MIT License
1.79k stars 284 forks source link

Go modules support #147

Closed maddie closed 5 years ago

maddie commented 5 years ago

Changes in this commit:

With Go modules support, users behind firewalls can configure an accessible GOPROXY to fetch the required dependencies via this GOPROXY, and build them by themselves. (e.g. an Athens proxy configured upon a server with full Internet access).

Also, I think it's going to be the way forward for Go projects' dependency management in the future, so might as well adapt to it.

shawn1m commented 5 years ago

Merged. Thanks!