go_vendor_archive - Man Page
Create reproducible Go vendor archives
Synopsis
go_vendor_archive SUBCOMMAND [...]
Subcommands
create
go_vendor_archive create [OPTIONS...] PATH
Reproducibly create Go vendor archives. See go_vendor_archive_create(1).
override
go_vendor_archive override [OPTIONS...] IMPORT_PATH VERSION
Create dependency overrides in go-vendor-tools.toml(5). Packagers may need to override upstream dependencies for security or Go-compatibility purposes. See go_vendor_archive_override(1).
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_create(1), go_vendor_archive_override(1), go-vendor-tools.toml(5)
Referenced By
go_vendor_archive_create(1), go_vendor_archive_override(1).