chore(deps): bump golang.org/x/net and jwt-go

This commit is contained in:
Christian Rocha 2024-06-12 11:00:20 -04:00
parent d2e7742a6a
commit 69356c3187
No known key found for this signature in database
GPG Key ID: 589F6FDD5B820611
2 changed files with 18 additions and 600 deletions

12
go.mod
View File

@ -22,9 +22,9 @@ require (
github.com/segmentio/ksuid v1.0.4
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.14.0
golang.org/x/sys v0.17.0
golang.org/x/term v0.15.0
golang.org/x/text v0.14.0
golang.org/x/sys v0.21.0
golang.org/x/term v0.21.0
golang.org/x/text v0.16.0
)
require (
@ -62,9 +62,9 @@ require (
github.com/subosito/gotenv v1.4.1 // indirect
github.com/yuin/goldmark v1.5.2 // indirect
github.com/yuin/goldmark-emoji v1.0.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect

606
go.sum

File diff suppressed because it is too large Load Diff