pkg.soopen package index

brew / 順位 7590

goproxy を Homebrew でインストール

goproxy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install goproxy

local Homebrew formula metadata

概要

パッケージ概要

Global proxy for Go modules

コマンドとエイリアス

  • goproxy

履歴

プロジェクトの歴史と使われ方

goproxy is a Go module proxy server and router from the goproxy.io project. Its significance comes from the Go modules transition: once GOPROXY became a first-class part of the go command, small proxy servers became build-infrastructure packages rather than optional caching tricks.

プロジェクトの歴史

The goproxyio/goproxy repository was created in 2018, the same period in which Go modules moved into public use. Its README describes it as a global proxy for Go modules and documents proxy mode, router mode, Docker use, Kubernetes deployment, private-module routing, and authentication workarounds.

The Go project launched the public module mirror, index, and checksum database in 2019 and documented that Go 1.13 would use the mirror and checksum database by default for module users. That official infrastructure made GOPROXY a normal part of Go dependency resolution.

goproxy.io sits in the third-party/self-hostable side of that ecosystem: teams can run a proxy locally, route selected private modules directly, or point to another upstream proxy.

採用の歴史

The package has a narrower package-manager footprint than gopls or gops, but it belongs to a critical class of Go build tooling. Its adoption is best understood through the broader adoption of module proxies after Go 1.13.

The README's Docker and Kubernetes examples show the expected operational setting: goproxy is commonly deployed as service infrastructure, not merely installed as a developer laptop command.

使われ方

In proxy mode, goproxy listens for Go module proxy protocol requests and uses the local go command and a cache directory to answer them. Users then set `GOPROXY=http://host:port` for clients.

In router mode, goproxy can forward public module requests to an upstream proxy while sending excluded private module patterns directly to their repositories. The README documents this with `-proxy` and `-exclude` flags.

The Go module reference explains the larger GOPROXY, GOSUMDB, GOPRIVATE, GONOPROXY, and GONOSUMDB environment-variable model that goproxy deployments fit into.

パッケージ好きにとっての重要性

goproxy matters to package nerds because it embodies Go's post-GOPATH dependency distribution model: module metadata, version lists, `.mod` files, and zip archives served over a simple HTTP protocol.

It is also a practical bridge between public module mirrors and private enterprise code. The `-exclude` routing pattern maps directly onto the package-manager problem of separating public cacheability from private-source access.

For reproducible builds, module proxies are important because they reduce dependence on live VCS availability and pair with checksum databases for tamper detection.

タイムライン

  • 2018: goproxyio/goproxy repository created.
  • 2018: Go 1.11 introduces preliminary module support.
  • 2019: Go module mirror, index, and checksum database announced as production ready.
  • 2019: Go 1.13 defaults module users to the Go module mirror and checksum database.
  • 2020s: goproxy README documents Docker and Kubernetes deployment patterns for self-hosted use.

Related projects

  • proxy.golang.org is the Go team's public module mirror.
  • sum.golang.org is the public checksum database used by the go command.
  • The Go module system defines the GOPROXY protocol and private-module environment variables.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
goproxy実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版2.0.7
マネージャ更新日2026-07-25
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:goproxy
バージョン2.0.7
パッケージマネージャHomebrew
ホームページhttps://goproxy.io/
リポジトリhttps://github.com/goproxyio/goproxy
最終更新2026-07-25T20:55:25-04:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • pkg.so package database
  • pkgdb category and tag curation