Skip to content

Commit

Permalink
Merge pull request #149 from jacobbednarz/dependabot/go_modules/golan…
Browse files Browse the repository at this point in the history
…g.org/x/crypto-0.11.0

Bump golang.org/x/crypto from 0.10.0 to 0.11.0
  • Loading branch information
jacobbednarz committed Jul 5, 2023
2 parents 2ff0299 + bba3773 commit f4f11d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 127 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/pelletier/go-toml v1.9.5
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
golang.org/x/crypto v0.10.0
golang.org/x/crypto v0.11.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/tools/gopls v0.12.4
)
Expand Down Expand Up @@ -38,9 +38,9 @@ require (
golang.org/x/mod v0.11.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/term v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.10.1-0.20230622221742-0622ad2359a7 // indirect
golang.org/x/vuln v0.0.0-20230110180137-6ad3e3d07815 // indirect
Expand Down
Loading

0 comments on commit f4f11d1

Please sign in to comment.