chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.10.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:
parent
984595f565
commit
1257250d3c
2 changed files with 12 additions and 12 deletions
8
go.mod
8
go.mod
|
@ -18,7 +18,7 @@ require (
|
|||
github.com/robbert229/jwt v2.0.0+incompatible
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
go.uber.org/zap v1.16.0
|
||||
golang.org/x/crypto v0.9.0
|
||||
golang.org/x/crypto v0.14.0
|
||||
modernc.org/sqlite v1.20.4
|
||||
)
|
||||
|
||||
|
@ -52,9 +52,9 @@ require (
|
|||
go.uber.org/multierr v1.5.0 // indirect
|
||||
golang.org/x/arch v0.3.0 // indirect
|
||||
golang.org/x/mod v0.8.0 // indirect
|
||||
golang.org/x/net v0.10.0 // indirect
|
||||
golang.org/x/sys v0.8.0 // indirect
|
||||
golang.org/x/text v0.9.0 // 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/tools v0.6.0 // indirect
|
||||
google.golang.org/protobuf v1.30.0 // indirect
|
||||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue