-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/spacemeshos/go-spacemesh from 1.2.2 to 1.7.8
Bumps [github.com/spacemeshos/go-spacemesh](https://github.com/spacemeshos/go-spacemesh) from 1.2.2 to 1.7.8. - [Release notes](https://github.com/spacemeshos/go-spacemesh/releases) - [Changelog](https://github.com/spacemeshos/go-spacemesh/blob/develop/CHANGELOG.md) - [Commits](spacemeshos/go-spacemesh@v1.2.2...v1.7.8) --- updated-dependencies: - dependency-name: github.com/spacemeshos/go-spacemesh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4dd93a0
commit def7ba5
Showing
2 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
module github.com/spacemeshos/address | ||
|
||
go 1.21.3 | ||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/cosmos/btcutil v1.0.5 | ||
github.com/spacemeshos/go-scale v1.1.12 | ||
github.com/spacemeshos/go-spacemesh v1.2.2 | ||
github.com/spacemeshos/go-scale v1.2.1 | ||
github.com/spacemeshos/go-spacemesh v1.7.8 | ||
github.com/stretchr/testify v1.10.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/google/uuid v1.3.1 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/rogpeppe/go-internal v1.10.0 // indirect | ||
go.uber.org/mock v0.3.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.26.0 // indirect | ||
go.uber.org/zap v1.27.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters