Skip to main content

update-important-modules

Refresh the repo's important Go modules when the dependency set drifts.

Ir para a instalação

Informações da origem

Repositório
authgear/authgear-server
Última atividade na origem
14 de abril de 2026 às 09:56
Idioma detectado do SKILL.md
inglês
Estrelas
2.051
Forks
124

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
update-important-modules
description
Refresh the repo's important Go modules when the dependency set drifts.
argument-hint
<module names or audit target>
Use this skill when `make ensure-important-modules-up-to-date` reports stale modules. ## Workflow 1. Run `make ensure-important-modules-up-to-date`. 2. If it reports outdated modules, update the affected module(s) in: - `./` - `./custombuild` - `./e2e` 3. Use `go get -u <module>` and then `go mod tidy` in each affected module. 4. Re-run `make ensure-important-modules-up-to-date` until it passes cleanly. ## Notes - Keep the update scoped to the modules reported as stale. - Do not update unrelated dependencies while fixing the important-module list.
Ver no GitHub