Skip to content

Commit

Permalink
chore(deps): bump golang.org/x/net and jwt-go
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Jun 12, 2024
1 parent d2e7742 commit 69356c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 600 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 69356c3

Please sign in to comment.