diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-19 12:36:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 12:36:38 +0000 |
commit | efb29ee4ef18cee4107dd54a23627f4d2ad7d24f (patch) | |
tree | 39cebb1ec23a0414a0f139642c114a7b5672f18c /go.mod | |
parent | 6c56a6884e78a50982a01acb9d8da4e7f28287a7 (diff) |
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,9 +38,9 @@ require ( github.com/tevino/abool v1.2.0 // indirect github.com/yuin/goldmark v1.5.5 // indirect golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect + golang.org/x/net v0.23.0 // indirect + golang.org/x/sys v0.18.0 // indirect + golang.org/x/text v0.14.0 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v3 v3.0.1 // indirect honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect |