Update Golang Deps

Audit and update Go module dependencies using native go toolchain commands (go list, go get, go mod tidy) plus govulncheck for security. Auto-applies patch updates silently, asks before minor, and confirms each major individually. Cross-checks release notes via gh/Context7 and vulnerabilities before each batch. Handles v2+ module path changes (gopkg.in/, github.com/.../v2). Use when the user asks to update dependencies, bump modules, check outdated modules, or audit security in a Go project.

ivklgn Updated

File contents

ivklgn/ai-kit/tree/main/skills/update-golang-deps commit 037fc40f6c

Frequently asked questions

npx skillmds@latest add ivklgn/update-golang-deps