Skip to content

Commit 010f1a4

Browse files
Bump github.com/vedhavyas/go-subkey from 1.0.2 to 1.0.3
Bumps [github.com/vedhavyas/go-subkey](https://github.com/vedhavyas/go-subkey) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/vedhavyas/go-subkey/releases) - [Commits](vedhavyas/go-subkey@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: github.com/vedhavyas/go-subkey dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffd8d53 commit 010f1a4

File tree

2 files changed

+75
-69
lines changed

2 files changed

+75
-69
lines changed

go.mod

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@ module github.com/snowfork/go-substrate-rpc-client/v3
33
go 1.16
44

55
require (
6-
github.com/ChainSafe/go-schnorrkel v0.0.0-20210318173838-ccb5cd955283 // indirect
7-
github.com/btcsuite/btcd v0.22.0-beta // indirect
86
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
97
github.com/davecgh/go-spew v1.1.1
108
github.com/deckarep/golang-set v1.7.1
11-
github.com/ethereum/go-ethereum v1.10.3
9+
github.com/ethereum/go-ethereum v1.10.13
1210
github.com/gorilla/websocket v1.4.2
13-
github.com/kr/text v0.2.0 // indirect
1411
github.com/pierrec/xxHash v0.1.5
1512
github.com/rs/cors v1.7.0
1613
github.com/stretchr/testify v1.7.0
17-
github.com/vedhavyas/go-subkey v1.0.2
18-
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
19-
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
20-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
14+
github.com/vedhavyas/go-subkey v1.0.3
15+
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
2116
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
2217
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2318
)

0 commit comments

Comments
 (0)