Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/bsv-blockchain/go-wallet-toolbox
go 1.24.3

require (
github.com/bsv-blockchain/go-bsv-middleware v0.11.0
github.com/bsv-blockchain/go-sdk v1.2.11
github.com/bsv-blockchain/go-bsv-middleware v0.12.2
github.com/bsv-blockchain/go-sdk v1.2.12
github.com/bsv-blockchain/universal-test-vectors v0.6.1
github.com/filecoin-project/go-jsonrpc v0.9.0
github.com/go-co-op/gocron-gorm-lock/v2 v2.1.0
github.com/go-co-op/gocron/v2 v2.17.0
github.com/go-resty/resty/v2 v2.16.5
github.com/go-co-op/gocron/v2 v2.18.2
github.com/go-resty/resty/v2 v2.17.0
github.com/go-softwarelab/common v1.8.0
github.com/go-viper/mapstructure/v2 v2.4.0
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
Expand Down Expand Up @@ -58,13 +58,13 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/mod v0.28.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
golang.org/x/tools v0.37.0 // indirect
golang.org/x/crypto v0.44.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.38.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gorm.io/hints v1.1.2 // indirect
)
Expand Down
Loading
Loading