this post was submitted on 25 May 2022
25 points (100.0% liked)

General Programming Discussion

7794 readers
8 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] ravermeister@lemmy.rimkus.it 7 points 2 years ago (1 children)

Very weird behaviour for a language infrastructure. I'm not familiar with go, but couldn't you setup your own module repository with e.g. nexus and crawl your needed modules, and block incoming traffic from the go "crawler"?

[–] ndarwincorn@lemmy.ml 3 points 2 years ago

Go uses the GOPROXY env var to determine which proxy it hits, and defaults to Google's proxy. Typically the only time people set that env var is when their org runs its own module proxy, or when they set it to direct to bypass the module proxies entirely.

[–] Thann@lemmy.ml 3 points 2 years ago

Google has royally fucked up NPM and Go Modules smh

[–] Amicchan@lemmy.ml 3 points 2 years ago

Looks like Google is trying to monopolize on the repository hosting…