Automic VaultAutomic Vault

brew

go-bindata を Homebrew, apk, apt, MacPorts, Nix, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install go-bindata

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install go-bindata

MacPorts ports tree · devel/go-bindata/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add go-bindata

Alpine Linux edge package indexes · go-bindata · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install go-bindata

Debian stable package indexes · go-bindata · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#go-bindata

nixpkgs package indexes · pkgs/by-name/go/go-bindata/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install golang-github-jteeuwen-go-bindata

openSUSE Tumbleweed package metadata · golang-github-jteeuwen-go-bindata · ソース: download.opensuse.org

概要

パッケージ概要

Small utility that generates Go code from any file

コマンドとエイリアス

  • go-bindata

履歴

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

go-bindata is a Go code-generation utility for embedding files into Go programs. It belongs to an older pre-embed generation of Go asset tooling: developers ran a command over static assets, committed or built the generated Go file, and accessed assets through generated helper functions.

プロジェクトの歴史

The project lineage began with jteeuwen/go-bindata, whose README described conversion of arbitrary files into manageable Go source code. Kevin Burke's fork became the Homebrew-trusted version and documented maintenance changes such as atomic writes, SHA-256 hashes for embedded files, generated code formatting, size reporting, and safer file-mode handling.

採用の歴史

The tool spread through package-manager ecosystems because it solved a common deployment problem for Go services before Go added native file embedding. Homebrew, Debian-family packages, Nix, MacPorts, and other distributions carried go-bindata or its original jteeuwen package name, which made it a familiar build-time dependency for Go web services and single-binary CLIs.

使われ方

Practitioners use go-bindata by pointing the CLI at one or more directories, often with recursive `...` patterns, and then importing the generated `bindata.go` output into an application. The README highlights common production and development patterns: debug mode loads assets from disk during iteration, release mode embeds them into the binary, and flags such as `-o`, `-ignore`, `-prefix`, `-nocompress`, and `-nomemcopy` tune output shape and runtime tradeoffs.

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

For package maintainers, go-bindata is notable as a maintained fork of a once widely packaged Go asset tool. Its presence in Homebrew under Kevin Burke's fork records the practical packaging move from an older upstream identity to a maintained distribution target.

タイムライン

  • 2016: Kevin Burke's fork was created on GitHub.
  • 2017: The fork began publishing GitHub releases.
  • 2023: v4 releases continued the module-era maintenance line.

Related projects

  • jteeuwen/go-bindata
  • elazarl/go-bindata-assetfs
  • Go embed package

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

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

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 12 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
go-bindatacliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版4.0.2
マネージャ更新日2026-07-11
ローカルデータOK
上流最新
検出された最新v4.0.2

https://github.com/kevinburke/go-bindata

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:go-bindata
バージョン4.0.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/go-bindata
ホームページhttps://github.com/kevinburke/go-bindata
リポジトリhttps://github.com/kevinburke/go-bindata
上流ドキュメントhttps://github.com/kevinburke/go-bindata#readme
ライセンスBSD-2-Clause
ソースアーカイブhttps://github.com/kevinburke/go-bindata/archive/refs/tags/v4.0.2.tar.gz
最終更新2026-07-11T10:04:12+02:00
Pulseupdated
依存関係go
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namego-bindata
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

go-bindata 3.0.7+git20151023.72.a0ff256-4+b16

embed data in a Go program

https://github.com/jteeuwen/go-bindata

sudo apt install go-bindata
  • Section: devel
  • Architecture: amd64
  • Source Package: golang-bindata
  • 1 依存関係
  • normalized package name match
  • 一致条件: Go Bindata
Debian stable package indexes · deb.debian.org · Debian stable package indexes: go-bindata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

go-bindata

nix profile install nixpkgs#go-bindata
  • normalized package name match
  • 一致条件: Go Bindata
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/go-bindata/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

go-bindata 3.0.7+git20151023.72.a0ff256-4build1

embed data in a Go program

https://github.com/jteeuwen/go-bindata

sudo apt install go-bindata
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: golang-bindata
  • 1 依存関係
  • normalized package name match
  • 一致条件: Go Bindata
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: go-bindata from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

go-bindata 3.1.3-r44

A small utility which generates Go code from any file

https://github.com/go-bindata/go-bindata

sudo apk add go-bindata
  • License: CC0-1.0
  • Architecture: x86_64
  • Source Package: go-bindata
  • 1 提供
  • normalized package name match
  • 一致条件: Go Bindata
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: go-bindata from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

golang-github-jteeuwen-go-bindata 3.0.7+git20151023.72.a0ff256-5.23

A small utility which generates Go code from any file

https://github.com/jteeuwen/go-bindata

sudo zypper install golang-github-jteeuwen-go-bindata
  • License: CC0-1.0
  • Category: Development/Languages/Golang
  • Architecture: x86_64
  • Source Package: golang-github-jteeuwen-go-bindata
  • 3 提供
  • normalized package name match
  • 一致条件: Go Bindata
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: golang-github-jteeuwen-go-bindata from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

go-bindata

sudo port install go-bindata
  • normalized package name match
  • 一致条件: Go Bindata
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/go-bindata/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment