{"id":30762703,"url":"https://github.com/emre-onal/havault-light","last_synced_at":"2025-09-04T15:36:56.426Z","repository":{"id":195524646,"uuid":"693089569","full_name":"emre-onal/havault-light","owner":"emre-onal","description":"Lightest HashiCorp Vault Go Client Library","archived":false,"fork":false,"pushed_at":"2023-09-19T06:44:17.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-20T05:05:39.976Z","etag":null,"topics":["hashicorp","hashicorp-vault"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emre-onal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-18T10:25:01.000Z","updated_at":"2023-11-13T21:33:47.000Z","dependencies_parsed_at":"2023-12-13T10:31:14.086Z","dependency_job_id":null,"html_url":"https://github.com/emre-onal/havault-light","commit_stats":null,"previous_names":["nemre/havault-light","emre-onal/havault-light"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emre-onal/havault-light","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-onal%2Fhavault-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-onal%2Fhavault-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-onal%2Fhavault-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-onal%2Fhavault-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emre-onal","download_url":"https://codeload.github.com/emre-onal/havault-light/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-onal%2Fhavault-light/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273632246,"owners_count":25140766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hashicorp","hashicorp-vault"],"created_at":"2025-09-04T15:36:52.827Z","updated_at":"2025-09-04T15:36:56.116Z","avatar_url":"https://github.com/emre-onal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# havault-light\nLightest HashiCorp Vault Go Client Library\n\n### Usage\n```go\npackage main\n\nimport (\n    \"context\"\n\n    \"github.com/nemre/havault-light\"\n)\n\nfunc main() {\n    ctx := context.TODO()\n\n    vault, err := havaultlight.New(ctx, \u0026havaultlight.Config{\n        Addr: \"http://localhost:8200\",\n        Engine: \"secret\",\n        Token: \"foo\",\n    })\n    if err != nil {\n        panic(err)\n    }\n\n    if err = vault.Ping(ctx); err != nil {\n        panic(err)\n    }\n\n    if err = vault.Set(ctx, \"foo\", map[string]any{\"a\": \"b\"}); err != nil {\n        panic(err)\n    }\n\n    foo, err := vault.Get(ctx, \"foo\")\n    if err != nil {\n        panic(err)\n    }\n\n    println(foo[\"a\"])\n\n    if err = vault.Delete(ctx, \"foo\"); err != nil {\n        panic(err)\n    }\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femre-onal%2Fhavault-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femre-onal%2Fhavault-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femre-onal%2Fhavault-light/lists"}