Bump golang.org/x/net from 0.5.0 to 0.6.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-13 03:16:28 +00:00
committed by GitHub
parent 88ec77227c
commit 20c04ac364
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -11,8 +11,8 @@ require (
github.com/prometheus/common v0.39.0
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
golang.org/x/crypto v0.5.0
golang.org/x/net v0.5.0
golang.org/x/term v0.4.0
golang.org/x/net v0.6.0
golang.org/x/term v0.5.0
golift.io/cnfg v0.2.1
golift.io/cnfgfile v0.0.0-20220509075834-08755d9ef3f5
golift.io/version v0.0.2
@@ -36,7 +36,7 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/unpoller/unifi v0.3.2
golang.org/x/sys v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)