go_vendor_archive_override - Man Page
Create reproducible Go vendor archives
Synopsis
go_vendor_archive override [Options...] IMPORT_PATH VERSION
Description
Create dependency overrides in go-vendor-tools.toml(5). Packagers may need to override upstream dependencies for security or Go-compatibility purposes.
Options
- IMPORT_PATH
Go package path
- VERSION
Package version to use, including the v prefix
- --config (required)
Path to config file
Author
go-vendor-tools is maintained by Maxwell G and the Fedora Go SIG <golang@lists.fedoraproject.org>. See <https://fedora.gitlab.io/sigs/go/go-vendor-tools> for more information about go-vendor-tools.
See Also
go_vendor_archive(1), go_vendor_archive_create(1), go-vendor-tools.toml(5)
Referenced By
go_vendor_archive(1), go_vendor_archive_create(1).
2024-08-28