Skip to content

Conversation

@silvestre
Copy link
Member

@silvestre silvestre commented Sep 15, 2025

Issue

As an app-autoscaler developer
I want to have as few dependencies as possible
So that I don't have to watch out for so many vulnerabilities in unmaintained dependencies.

Fix

  • As we already have two HTTP libraries (gorilla/mux and net/http) get rid of a third one for the test app (gin).
  • As we already have two log libraries (lager and slog) get rid of a third one for the test app (zap).

AI Disclaimer

Prompted by the committer, most of the work was done by GitHub copilot.

@silvestre silvestre added the skip-dependency-postprocessing Skip the dependency post-processing workflow label Sep 15, 2025
@silvestre silvestre force-pushed the remove-gin-and-zap-from-test-app branch from d98fb92 to 1c2947f Compare September 15, 2025 16:51
As an app-autoscaler developer
I want to have as few dependencies as possible
So that I don't have to watch out for so many vulnerabilities in unmaintained dependencies.

# Fix

As we already have two HTTP libraries (gorilla/mux and net/http) get rid of a third one for the test app (gin).

# AI Disclaimer

Prompted by the committer, most of the work was done by GitHub copilot.
As an app-autoscaler developer
I want to have as few dependencies as possible
So that I don't have to watch out for so many vulnerabilities in
unmaintained dependencies.

# Fix

As we already have two log libraries (lager and slog) get rid of a third
one for the test app (zap).

# AI Disclaimer

Prompted by the committer, most of the work was done by GitHub CoPilot.
@silvestre silvestre force-pushed the remove-gin-and-zap-from-test-app branch from 1c2947f to f340b7f Compare September 29, 2025 14:07
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-dependency-postprocessing Skip the dependency post-processing workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant