You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
I've been avoiding the move to using go mod. Mainly because every time I try it chokes on any of the internal repositories i have setup using ssh://g...@mycoderepo.com:7900. I put in to my ~/.gitconfig:
Which brings up many questions. 1. Why is it using https when I told git to substitute that with ssh? WHy is it going to GOOGLE'S DNS to resolve a company address that is internal and not using my system's DNS setup?
Manlio Perillo
unread,
Feb 18, 2021, 10:54:13 AM2/18/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
By default the go tool checks the module sum database, for security reasons and it also uses a module proxy, for performance reasons.