binny
binny copied to clipboard
Manage a directory of binaries without a package manager
We'd like to release binny for Windows so that projects using binny to manager their binary dependencies are easier to work on on Windows. Right now, there are a few...
Support windows by: 1. Changing goreleaser config to make windows release artifacts 2. Changing PR and pre-release validations to run new CLI tests on windows runner Closes #17
If installing a tool with the `go-install` method, but the tool has a replace directive, this fails. Unfortunately, today, this [includes](https://github.com/anchore/binny/blob/main/.binny.yaml#L81-L86) `syft` and since there are no FreeBSD binaries, if...
In the case that binaries exist but are not hosted on Github releases, such as Helm, it might require downloading an archive and extracting a binary asset from the archive....
In order to make more flexible binny configurations, while remaining performant, it would be useful to support multiple installation methods. An example that needs this is: installing `gh` on FreeBSD....
Bumps [github.com/chainguard-dev/yam](https://github.com/chainguard-dev/yam) from 0.2.13 to 0.2.16. Commits ac6b0d5 Bump chainguard-dev/actions from 1.0.7 to 1.0.8 (#107) 4d1a5ac Bump actions/setup-go from 5.4.0 to 5.5.0 (#106) 97deedb Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.39.0 to 0.40.0. Commits 7d6e62a go.mod: update golang.org/x dependencies ea0c1d9 internal/timeseries: use built-in max/min to simplify the code 3e7a445 quic: skip packet numbers for optimistic ack defense...
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.2.4 to 1.3.5. Release notes Sourced from github.com/charmbracelet/bubbletea's releases. v1.3.5 This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent...
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.8 to 1.4.9. Release notes Sourced from github.com/gabriel-vasile/mimetype's releases. v1.4.9 GLTF support and performance improvements What's Changed SRT detection: reduce allocs by @gabriel-vasile in gabriel-vasile/mimetype#636 json: more...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.15.0 to 5.16.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.16.0 What's Changed [v5] plumbing: support mTLS for HTTPS protocol by @hiddeco in go-git/go-git#1510 v5: plumbing: transport, Reintroduce...