Skip to content

Commit

Permalink
Update go.mod to force golang.org/x/net to latest
Browse files Browse the repository at this point in the history
Bumping version and ensuring latest golang.org/x/net as the HTTP rapid reset is triggering primitive vuln scanners, we do not implement a HTTP2 server and are not vulnerable but a minor bump can still help reduce noise for those searching for what they need to upgrade and patch.
  • Loading branch information
buro9 committed Oct 12, 2023
1 parent 162f8e5 commit 0eb99d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -13,4 +13,4 @@ require (
github.com/gorilla/css v1.0.0 // indirect
)

retract [v1.0.0, v1.0.24] // Retract older versions as only latest is to be depended upon
retract [v1.0.0, v1.0.25] // Retract older versions as only latest is to be depended upon

0 comments on commit 0eb99d2

Please sign in to comment.