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: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-19 03:15:17 +00:00
committed by GitHub
parent 5fab10ed10
commit 71957e4947
2 changed files with 17 additions and 5 deletions

4
go.mod
View File

@@ -19,7 +19,7 @@ require (
github.com/shogo82148/androidbinary v0.0.0-20180627093851-01c4bfa8b3b5
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.7.0 // indirect
golang.org/x/text v0.7.0
golang.org/x/net v0.17.0 // indirect
golang.org/x/text v0.13.0
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
)