{"id":51924,"library":"inconshreveable-go-update","title":"go-update","description":"Provides functionality to implement secure, self-updating Go programs with support for binary patches and cryptographic verification.","status":"active","version":"0.0.0-20160112193335-8152e7eb6ccf","language":"go","source_language":null,"source_url":"https://github.com/inconshreveable/go-update","tags":["update","self-update","binary","patch","security"],"install":[{"cmd":"go get github.com/inconshreveable/go-update","lang":"bash","label":"Install github.com/inconshreveable/go-update"}],"dependencies":[],"imports":[{"symbol":"update","correct":"github.com/inconshreveable/go-update"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/inconshreveable/go-update\"\n)\n\nfunc main() {\n\terr := update.Apply(nil, update.Options{})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n}","lang":"go","description":"Basic example of applying an update (simplified)."},"warnings":[{"fix":"Ensure your application is distributed as a single binary, or use tools like go-bindata to embed assets.","message":"The package only supports self-updating single-binary applications; it does not handle multi-file or asset-based updates.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'binari':17,26 'cryptograph':20 'function':5 'go':2,12 'go-upd':1 'implement':7 'patch':18,27 'program':13 'provid':4 'secur':8,28 'self':10,24 'self-upd':9,23 'support':15 'updat':3,11,22,25 'verif':21","created_at":"2026-06-15T06:35:01.395695+00:00","updated_at":"2026-06-15T06:35:01.395695+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/inconshreveable/go-update","github":"https://github.com/inconshreveable/go-update","docs":"https://pkg.go.dev/github.com/inconshreveable/go-update#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}