Skip to content

Commit 2d00398

Browse files
chore(deps): bump the go_modules group across 1 directory with 4 updates
Bumps the go_modules group with 4 updates in the / directory: [github.com/bsv-blockchain/go-bsv-middleware](https://github.com/bsv-blockchain/go-bsv-middleware), [github.com/bsv-blockchain/go-sdk](https://github.com/bsv-blockchain/go-sdk), [github.com/go-co-op/gocron/v2](https://github.com/go-co-op/gocron) and [github.com/go-resty/resty/v2](https://github.com/go-resty/resty). Updates `github.com/bsv-blockchain/go-bsv-middleware` from 0.11.0 to 0.12.2 - [Release notes](https://github.com/bsv-blockchain/go-bsv-middleware/releases) - [Changelog](https://github.com/bsv-blockchain/go-bsv-middleware/blob/main/.goreleaser.yml) - [Commits](bsv-blockchain/go-bsv-middleware@v0.11.0...v0.12.2) Updates `github.com/bsv-blockchain/go-sdk` from 1.2.11 to 1.2.12 - [Release notes](https://github.com/bsv-blockchain/go-sdk/releases) - [Changelog](https://github.com/bsv-blockchain/go-sdk/blob/master/CHANGELOG.md) - [Commits](bsv-blockchain/go-sdk@v1.2.11...v1.2.12) Updates `github.com/go-co-op/gocron/v2` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/go-co-op/gocron/releases) - [Commits](go-co-op/gocron@v2.17.0...v2.18.0) Updates `github.com/go-resty/resty/v2` from 2.16.5 to 2.17.0 - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](go-resty/resty@v2.16.5...v2.17.0) --- updated-dependencies: - dependency-name: github.com/bsv-blockchain/go-bsv-middleware dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: github.com/bsv-blockchain/go-sdk dependency-version: 1.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go_modules - dependency-name: github.com/go-co-op/gocron/v2 dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules - dependency-name: github.com/go-resty/resty/v2 dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f53b0cf commit 2d00398

File tree

2 files changed

+61
-63
lines changed

2 files changed

+61
-63
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/bsv-blockchain/go-wallet-toolbox
33
go 1.24.3
44

55
require (
6-
github.com/bsv-blockchain/go-bsv-middleware v0.11.0
7-
github.com/bsv-blockchain/go-sdk v1.2.11
6+
github.com/bsv-blockchain/go-bsv-middleware v0.12.2
7+
github.com/bsv-blockchain/go-sdk v1.2.12
88
github.com/bsv-blockchain/universal-test-vectors v0.6.1
99
github.com/filecoin-project/go-jsonrpc v0.9.0
1010
github.com/go-co-op/gocron-gorm-lock/v2 v2.1.0
11-
github.com/go-co-op/gocron/v2 v2.17.0
12-
github.com/go-resty/resty/v2 v2.16.5
11+
github.com/go-co-op/gocron/v2 v2.18.0
12+
github.com/go-resty/resty/v2 v2.17.0
1313
github.com/go-softwarelab/common v1.8.0
1414
github.com/go-viper/mapstructure/v2 v2.4.0
1515
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
@@ -58,13 +58,13 @@ require (
5858
go.uber.org/multierr v1.11.0 // indirect
5959
go.uber.org/zap v1.27.0 // indirect
6060
go.yaml.in/yaml/v3 v3.0.4 // indirect
61-
golang.org/x/crypto v0.43.0 // indirect
62-
golang.org/x/mod v0.28.0 // indirect
63-
golang.org/x/net v0.46.0 // indirect
64-
golang.org/x/sync v0.17.0 // indirect
65-
golang.org/x/sys v0.37.0 // indirect
66-
golang.org/x/text v0.30.0 // indirect
67-
golang.org/x/tools v0.37.0 // indirect
61+
golang.org/x/crypto v0.44.0 // indirect
62+
golang.org/x/mod v0.29.0 // indirect
63+
golang.org/x/net v0.47.0 // indirect
64+
golang.org/x/sync v0.18.0 // indirect
65+
golang.org/x/sys v0.38.0 // indirect
66+
golang.org/x/text v0.31.0 // indirect
67+
golang.org/x/tools v0.38.0 // indirect
6868
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
6969
gorm.io/hints v1.1.2 // indirect
7070
)

0 commit comments

Comments
 (0)