Skip to content

Commit

Permalink
fix(deps): update golang.org/x/crypto to v0.17.0
Browse files Browse the repository at this point in the history
solve #232
  • Loading branch information
genofire committed Jul 5, 2024
1 parent f5d462f commit 9255831
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 19 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.16.0
golang.org/x/sys v0.12.0
golang.org/x/sys v0.15.0
)

require (
Expand Down Expand Up @@ -87,10 +87,10 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yosssi/ace v0.0.5 // indirect
golang.org/x/arch v0.5.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/fgrosse/graphigo.v2 v2.0.0-20151220153422-55a0a92a7030 // indirect
Expand Down
Loading

0 comments on commit 9255831

Please sign in to comment.