build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-11 23:25:31 +00:00 committed by Michal Jan Matczuk
parent 1c3e63311e
commit 45345b1672
22 changed files with 17005 additions and 1565 deletions

2
go.mod
View file

@ -8,6 +8,6 @@ require (
github.com/felixge/tcpkeepalive v0.0.0-20160804073959-5bb0b2dea91e
github.com/golang/mock v1.2.0
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
golang.org/x/net v0.7.0
golang.org/x/net v0.17.0
gopkg.in/yaml.v2 v2.2.2
)