Skip to content

Commit

Permalink
build(deps): bump golang.org/x/crypto
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.17.0.
- [Commits](golang/crypto@v0.6.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 3dce6c1 commit 0e1dc81
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 75 deletions.
19 changes: 8 additions & 11 deletions x/ref/test/compatibility/modules/simple/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@ require (
)

require (
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
github.com/shirou/gopsutil/v3 v3.23.1 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/shirou/gopsutil v2.19.9+incompatible // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/vanadium/go-mdns-sd v0.0.0-20230219002252-724533cf06f5 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
v.io/x/ref/internal/logger v0.1.1 // indirect
v.io/x/ref/lib/flags/sitedefaults v0.1.1 // indirect
)
Loading

0 comments on commit 0e1dc81

Please sign in to comment.