Skip to content

Commit c2fcea1

Browse files
chore(deps): Bump golang.org/x/crypto in /geth (#1843)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210921155107-089bfa567519 to 0.17.0. - [Commits](https://github.com/golang/crypto/commits/v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: Unique Divine <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Unique Divine <[email protected]>
1 parent 9c812e5 commit c2fcea1

File tree

3 files changed

+38
-46
lines changed

3 files changed

+38
-46
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116116
- Bump `github.com/prometheus/client_golang` from 1.17.0 to 1.18.0 ([#1750](https://github.com/NibiruChain/nibiru/pull/1750))
117117
- Bump `google.golang.org/protobuf` from 1.31.0 to 1.32.0 ([#1756](https://github.com/NibiruChain/nibiru/pull/1756))
118118
- Bump `google.golang.org/grpc` from 1.59.0 to 1.60.0 ([#1720](https://github.com/NibiruChain/nibiru/pull/1720))
119-
- Bump `golang.org/x/crypto` from 0.15.0 to 0.17.0 ([#1724](https://github.com/NibiruChain/nibiru/pull/1724))
119+
- Bump `golang.org/x/crypto` from 0.15.0 to 0.17.0 ([#1724](https://github.com/NibiruChain/nibiru/pull/1724), [#1843](https://github.com/NibiruChain/nibiru/pull/1843))
120120
- Bump `github.com/holiman/uint256` from 1.2.3 to 1.2.4 ([#1730](https://github.com/NibiruChain/nibiru/pull/1730))
121121
- Bump `github.com/dvsekhvalnov/jose2go` from 1.5.0 to 1.6.0 ([#1733](https://github.com/NibiruChain/nibiru/pull/1733))
122122
- Bump `github.com/spf13/cast` from 1.5.1 to 1.6.0 ([#1689](https://github.com/NibiruChain/nibiru/pull/1689))

geth/go.mod

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/ethereum/go-ethereum
33
go 1.17
44

55
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
76
github.com/VictoriaMetrics/fastcache v1.6.0
87
github.com/aws/aws-sdk-go-v2 v1.2.0
98
github.com/aws/aws-sdk-go-v2/config v1.1.1
@@ -19,7 +18,6 @@ require (
1918
github.com/dop251/goja v0.0.0-20220405120441-9037c2b61cbf
2019
github.com/edsrzf/mmap-go v1.0.0
2120
github.com/fatih/color v1.7.0
22-
github.com/fjl/gencodec v0.0.0-20220412091415-8bb9e558978c
2321
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5
2422
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
2523
github.com/go-stack/stack v1.8.0
@@ -56,20 +54,17 @@ require (
5654
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
5755
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
5856
github.com/urfave/cli/v2 v2.10.2
59-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
60-
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028
61-
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
62-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
63-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
64-
golang.org/x/text v0.3.7
57+
golang.org/x/crypto v0.17.0
58+
golang.org/x/sync v0.1.0
59+
golang.org/x/sys v0.15.0
60+
golang.org/x/term v0.15.0
61+
golang.org/x/text v0.14.0
6562
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
66-
golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023
63+
golang.org/x/tools v0.6.0
6764
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
6865
)
6966

7067
require (
71-
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.1 // indirect
72-
github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3 // indirect
7368
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
7469
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.0.2 // indirect
7570
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.2 // indirect
@@ -81,7 +76,6 @@ require (
8176
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
8277
github.com/deepmap/oapi-codegen v1.8.2 // indirect
8378
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
84-
github.com/garslo/gogen v0.0.0-20170306192744-1d203ffc1f61 // indirect
8579
github.com/go-ole/go-ole v1.2.1 // indirect
8680
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
8781
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
@@ -97,8 +91,8 @@ require (
9791
github.com/tklauser/go-sysconf v0.3.5 // indirect
9892
github.com/tklauser/numcpus v0.2.2 // indirect
9993
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
100-
golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57 // indirect
101-
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
94+
golang.org/x/mod v0.8.0 // indirect
95+
golang.org/x/net v0.10.0 // indirect
10296
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
10397
google.golang.org/protobuf v1.26.0 // indirect
10498
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)