{"id":34231425,"url":"https://github.com/obalunenko/go-tools","last_synced_at":"2026-04-14T23:01:14.365Z","repository":{"id":65657225,"uuid":"433930621","full_name":"obalunenko/go-tools","owner":"obalunenko","description":"This repository contains common scripts that I used over all projects","archived":false,"fork":false,"pushed_at":"2026-04-14T18:14:32.000Z","size":104095,"stargazers_count":4,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-14T18:14:46.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obalunenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-01T17:55:19.000Z","updated_at":"2026-04-14T17:05:58.000Z","dependencies_parsed_at":"2023-09-26T04:43:42.204Z","dependency_job_id":"2827d0b7-346d-490c-952a-d30e0245720c","html_url":"https://github.com/obalunenko/go-tools","commit_stats":null,"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/obalunenko/go-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obalunenko%2Fgo-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obalunenko%2Fgo-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obalunenko%2Fgo-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obalunenko%2Fgo-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obalunenko","download_url":"https://codeload.github.com/obalunenko/go-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obalunenko%2Fgo-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31818840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-16T01:14:37.864Z","updated_at":"2026-04-14T23:01:14.361Z","avatar_url":"https://github.com/obalunenko.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Tools\n\n[![Latest release artifacts](https://img.shields.io/github/v/release/obalunenko/go-tools)](https://github.com/obalunenko/go-tools/releases/latest)\n\nThis repository, **go-tools**,\nincludes a compilation of common tools used across various projects by the repository owner.\n\nThese accompany a Docker image, which you can swiftly pull using the following command:\n\n```shell\ndocker pull ghcr.io/obalunenko/go-tools:latest\n```\n\n## Contents\n\n### Go base image\n\nThe base image is built on top of the official image [golang:1.26.2-alpine3.22](https://hub.docker.com/_/golang) and includes the following tools:\n\n#### Below is a full manifest of the tools available\n\n| Tool                                                         | Version                            | Description                                                                                                                                                                       |\n|--------------------------------------------------------------|------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [buf](https://github.com/bufbuild/buf)                       | v1.68.0 | The buf CLI is the best tool for working with Protocol Buffers                                                                                                                    |\n| [fiximports](https://golang.org/x/tools/cmd/fiximports)      | v0.36.0                            | The fiximports command fixes import declarations to use the canonical import path for packages that have an \"import comment\" as defined by \u003chttps://golang.org/s/go14customimport\u003e. |\n| [gocov](https://github.com/axw/gocov)                        | v1.2.1 | Coverage testing tool for The Go Programming Language                                                                                                                             |\n| [gocov-html](https://github.com/matm/gocov-html)             | v1.4.0 | Make pretty HTML output from gocov, a coverage testing tool for Go                                                                                                                |\n| [goimports](https://golang.org/x/tools/cmd/goimports)        | v0.36.0                            | Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones                                                                                |\n| [golangci-lint](https://github.com/golangci/golangci-lint)   | v2.11.4 | Fast linters Runner for Go                                                                                                                                                        |\n| [goose](https://github.com/pressly/goose/v3/cmd/goose)       | v3.24.2                            | A database migration tool                                                                                                                                                         |\n| [goreadme](https://github.com/posener/goreadme)              | v1.4.2 | Generate readme file from Go doc                                                                                                                                                  |\n| [goreleaser](https://github.com/goreleaser/goreleaser)       | v2.15.2 | Deliver Go binaries as fast and easily as possible                                                                                                                                |\n| [gotestsum](https://gotest.tools/gotestsum)                  | v1.13.0 | 'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.                                                               |\n| [goveralls](https://github.com/mattn/goveralls)              | v0.0.12 | Go integration for Coveralls.io continuous code coverage tracking system.                                                                                                         |\n| [govulncheck](https://golang.org/x/vuln/cmd/govulncheck)     | v1.1.4                             | Govulncheck reports known vulnerabilities that affect Go code.                                                                                                                    |\n| [gowrap](https://github.com/hexdigest/gowrap)                | v1.4.3 | GoWrap is a command line tool for generating decorators for Go interfaces                                                                                                         |\n| [mockery](https://github.com/vektra/mockery)                 | v3.7.0 | A mock code autogenerator for Go                                                                                                                                                  |\n| [oapi-codegen](https://github.com/oapi-codegen/oapi-codegen) | v2.6.0 | Generate Go client and server boilerplate from OpenAPI 3 specifications                                                                                                           |\n| [mockgen](https://github.com/uber-go/mock)                   | v0.6.0 | GoMock is a mocking framework for the Go programming language.                                                                                                                    |\n| [pp](https://github.com/maruel/panicparse/v2)          | v2.5.0 | Panicparse Parses panic stack traces, densifies and deduplicates goroutines with similar stack traces. Helps debugging crashes and deadlocks in heavily parallelized processes.                                               |\n| [sqlc](https://github.com/sqlc-dev/sqlc)                     | v1.30.0 | Generate type-safe code from SQL                                                                                                                                                  |\n| [stringer](https://golang.org/x/tools/cmd/stringer)          | v0.36.0                            | Stringer is a tool to automate the creation of methods that satisfy the fmt.Stringer interface.                                                                                   |\n| [svu](https://github.com/caarlos0/svu)                       | v3.4.0 | Semantic Version Util                                                                                                                                                             |\n| [swag](github.com/swaggo/swag/cmd/swag)                      | v2.0.0-rc4                         | Automatically generate RESTful API documentation with Swagger 2.0 for Go                                                                                                          |\n| [swagger](https://github.com/go-swagger/go-swagger)          | v0.33.2 | Client/Server from OpenAPI docs generation tool                                                                                                                                   |\n| [tbls](https://github.com/k1LoW/tbls)                 | v1.94.4 | tbls is a CI-Friendly tool to document a database, written in Go.                                                                                                           |\n\n## How to Use\n\nThe go-tools Docker image is engineered to allow for seamless implementation with your code.\n\n- Pull the image\n- Run the image with your code mounted as a volume\n- Execute the desired commands.\n\nThis container is available at\n[go-tools container on GitHub Packages](https://github.com/obalunenko/go-tools/pkgs/container/go-tools)\n\n## Development\n\nTool modules under `tools/` are built in module mode. Use `make install-tools` to build and install tool binaries, and `make list-tool-updates` to check whether dependencies have newer versions available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobalunenko%2Fgo-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobalunenko%2Fgo-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobalunenko%2Fgo-tools/lists"}