build(deps): bump golang.org/x/net

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201224014010-6772e930b67b to 0.17.0.
- [Commits](https://github.com/golang/net/commits/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 21:08:32 +00:00 committed by GitHub
parent 016eab10df
commit b42f4b0387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.18
require (
github.com/alecthomas/chroma/v2 v2.5.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/net v0.17.0
)
require github.com/dlclark/regexp2 v1.4.0 // indirect