/** * **go-mod-upgrade** - Update outdated Go dependencies interactively * * @domain `github.com/oligot/go-mod-upgrade` * @programs `go-mod-upgrade` * @version `0.12.0` (4 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/oligot/go-mod-upgrade` * @buildDependencies `go.dev@~1.25.1` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomoligotgomodupgrade * console.log(pkg.name) // "go-mod-upgrade" * console.log(pkg.description) // "Update outdated Go dependencies interactively" * console.log(pkg.programs) // ["go-mod-upgrade"] * console.log(pkg.versions[0]) // "0.12.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/oligot/go-mod-upgrade.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gomodupgradePackage: { /** * The display name of this package. */ name: 'go-mod-upgrade'; /** * The canonical domain name for this package. */ domain: 'github.com/oligot/go-mod-upgrade'; /** * Brief description of what this package does. */ description: 'Update outdated Go dependencies interactively'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/oligot/go-mod-upgrade/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/oligot/go-mod-upgrade'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/oligot/go-mod-upgrade'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/oligot/go-mod-upgrade -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/oligot/go-mod-upgrade'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['go-mod-upgrade']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@~1.25.1']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.12.0', '0.11.0', '0.10.0', '0.9.1']; aliases: readonly [] }; export type GomodupgradePackage = typeof gomodupgradePackage