From 76312a14b846c7d5d2eebe6faccdbedaf90879fb Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Mon, 16 Dec 2024 16:15:25 +0100 Subject: [PATCH] remove: https://github.com/firstrow/go-outdated (#5526) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4479a6e4332..e148f20833c 100644 --- a/README.md +++ b/README.md @@ -3172,7 +3172,6 @@ _Source code analysis tools, also known as Static Application Security Testing ( - [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects. - [go-critic](https://github.com/go-critic/go-critic) - source code linter that brings checks that are currently not implemented in other linters. - [go-mod-outdated](https://github.com/psampaz/go-mod-outdated) - An easy way to find outdated dependencies of your Go projects. -- [go-outdated](https://github.com/firstrow/go-outdated) - Console application that displays outdated packages. - [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer. - [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically. - [golang-ifood-sdk](https://github.com/arxdsilva/golang-ifood-sdk) - iFood API SDK.