buildinfo

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

README

buildinfo

Extract build information from Go binary

Install

go install github.com/veggiemonk/buildinfo@latest

Usage

Mostly used to update binaries that were install with go install.

buildinfo $(which pkgsite) | jq -r '.Path' | xargs -I {} go install "{}@latest"

Tips

  • Find the origin of the binary: buildinfo $(which hugo) | jq -r '.Main.Path'
  • Find the version of Go the binary was compiled with: buildinfo $(which gopls) | jq -r '.GoVersion'
  • Find the version of the binary: buildinfo $(which pkgsite) | jq -r '.Main.Version'
  • Filter dependencies: buildinfo $(which hugo) | jq -r -c '.Deps.[]' | grep yaml

Noteworthy:

  • Check for vulnerable binaries: govulncheck -mode=binary $(which hugo)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL