From 30bac9d13a7a7946487ed20a43219bb83ae8d200 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Tue, 25 Nov 2025 10:04:34 +0500 Subject: [PATCH] Update README. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da58288..2c3af13 100755 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ Debian 13 (slim) is used as base image. | Binary | Version | Project | Repo | | ----------------- | ------- | --------------- | ------------------------------------------------------------ | -| `go` | 1.25.1 | Go | | -| `golangci-lint` | 2.4.0 | golangci-lint | [External link](https://github.com/golangci/golangci-lint) | -| `gofumpt` | 0.9.0 | gofumpt | [External link](https://github.com/mvdan/gofumpt) | +| `go` | 1.25.4 | Go | | +| `golangci-lint` | 2.6.1 | golangci-lint | [External link](https://github.com/golangci/golangci-lint) | +| `gofumpt` | 0.9.2 | gofumpt | [External link](https://github.com/mvdan/gofumpt) | +| `mockery` | 1.1.2 | mockery | [External link](https://github.com/vektra/mockery) | | `mockery_v2` | 2.53.4 | mockery | [External link](https://github.com/vektra/mockery) | -| `task` | 3.44.1 | taskfile | [External link](https://github.com/go-task/task) | +| `mockery_v3` | 3.5.5 | mockery | [External link](https://github.com/vektra/mockery) | +| `task` | 3.45.5 | taskfile | [External link](https://github.com/go-task/task) | | `go-junit-report` | 2.1.0 | go-junit-report | [External link](https://github.com/jstemmer/go-junit-report) | | `delve` | 1.25.2 | delve | [External link](https://github.com/go-delve/delve) |