{"id":22218547,"url":"https://github.com/antonputra/go-utils","last_synced_at":"2025-10-13T06:31:42.859Z","repository":{"id":265380705,"uuid":"895479180","full_name":"antonputra/go-utils","owner":"antonputra","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-24T12:13:36.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T13:23:12.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antonputra.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":"2024-11-28T09:35:47.000Z","updated_at":"2025-01-24T12:13:16.000Z","dependencies_parsed_at":"2025-01-24T13:32:54.528Z","dependency_job_id":null,"html_url":"https://github.com/antonputra/go-utils","commit_stats":null,"previous_names":["antonputra/go-utils"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonputra%2Fgo-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonputra%2Fgo-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonputra%2Fgo-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonputra%2Fgo-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonputra","download_url":"https://codeload.github.com/antonputra/go-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236309798,"owners_count":19128392,"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","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":[],"created_at":"2024-12-02T22:27:00.598Z","updated_at":"2025-10-13T06:31:37.525Z","avatar_url":"https://github.com/antonputra.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-utils\n\n## Release\n\n1. Update Go version in `go.mod` file.\n\n2. Update packages used in the application.\n\n```bash\ngo get -u ./util ./monitoring\n```\n\n3. Run go mod tidy, which removes any dependencies the module might have accumulated that are no longer necessary.\n\n```bash\ngo mod tidy\n```\n\n4. Run go test ./... a final time to make sure everything is working.\n\n```bash\ngo test ./...\n```\n\n5. Tag the project with a new version number using the git tag command.\n\n```bash\ngit add .\ngit commit -m \"util: changes for v0.1.0\"\ngit tag v0.1.0\n```\n\n6. Push the new tag to the origin repository.\n\n```bash\ngit push --atomic origin main v0.1.0\n```\n\n7. Make the module available by running the go list command to prompt Go to update its index of modules with information about the module you’re publishing.\n\n```bash\nGOPROXY=proxy.golang.org go list -m github.com/antonputra/go-utils@v0.1.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonputra%2Fgo-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonputra%2Fgo-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonputra%2Fgo-utils/lists"}