You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ The base image is built on top of the official image [golang:1.25.3-alpine3.22](
29
29
|[go-enum](https://github.com/abice/go-enum)| v0.9.2 | An enum generator for go |
30
30
|[gocov](https://github.com/axw/gocov)| v1.2.1 | Coverage testing tool for The Go Programming Language |
31
31
|[gocov-html](https://github.com/matm/gocov-html)| v1.4.0 | Make pretty HTML output from gocov, a coverage testing tool for Go |
32
-
|[gofumpt](https://mvdan.cc/gofumpt)| v0.9.1| A stricter gofmt |
32
+
|[gofumpt](https://mvdan.cc/gofumpt)| v0.9.2| A stricter gofmt |
33
33
|[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 |
34
-
|[golangci-lint](https://github.com/golangci/golangci-lint)| v2.5.0 | Fast linters Runner for Go |
34
+
|[golangci-lint](https://github.com/golangci/golangci-lint)| v2.6.0 | Fast linters Runner for Go |
35
35
|[goose](https://github.com/pressly/goose/v3/cmd/goose)| v3.24.2 | A database migration tool |
36
36
|[goreadme](https://github.com/posener/goreadme)| v1.4.2 | Generate readme file from Go doc |
37
-
|[goreleaser](https://github.com/goreleaser/goreleaser)| v2.12.5| Deliver Go binaries as fast and easily as possible |
37
+
|[goreleaser](https://github.com/goreleaser/goreleaser)| v2.12.7| Deliver Go binaries as fast and easily as possible |
38
38
|[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. |
39
39
|[goveralls](https://github.com/mattn/goveralls)| v0.0.12 | Go integration for Coveralls.io continuous code coverage tracking system. |
40
40
|[govulncheck](https://golang.org/x/vuln/cmd/govulncheck)| v1.1.4 | Govulncheck reports known vulnerabilities that affect Go code. |
@@ -48,7 +48,7 @@ The base image is built on top of the official image [golang:1.25.3-alpine3.22](
48
48
|[svu](https://github.com/caarlos0/svu)| v3.2.4 | Semantic Version Util |
49
49
|[swag](github.com/swaggo/swag/cmd/swag)| v2.0.0-rc4 | Automatically generate RESTful API documentation with Swagger 2.0 for Go |
50
50
|[swagger](https://github.com/go-swagger/go-swagger)| v0.33.1 | Client/Server from OpenAPI docs generation tool |
51
-
|[tbls](https://github.com/k1LoW/tbls)| v1.90.0| tbls is a CI-Friendly tool to document a database, written in Go. |
51
+
|[tbls](https://github.com/k1LoW/tbls)| v1.91.2| tbls is a CI-Friendly tool to document a database, written in Go. |
52
52
|[tparse](https://github.com/mfridman/tparse)| v0.18.0 | CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly. |
0 commit comments