From d13af644258a8613cc761f9ea7939db9245b87b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 06:19:57 +0000 Subject: [PATCH] build(deps): Bump github.com/oasisprotocol/oasis-core/go Bumps [github.com/oasisprotocol/oasis-core/go](https://github.com/oasisprotocol/oasis-core) from 0.2509.0 to 0.2600.0. - [Release notes](https://github.com/oasisprotocol/oasis-core/releases) - [Changelog](https://github.com/oasisprotocol/oasis-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/oasisprotocol/oasis-core/compare/go/v0.2509.0...go/v0.2600.0) --- updated-dependencies: - dependency-name: github.com/oasisprotocol/oasis-core/go dependency-version: 0.2600.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 694dad070..4ac9ab671 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dashpay/tenderdash -go 1.25.7 +go 1.26.0 require ( github.com/BurntSushi/toml v1.6.0 @@ -376,7 +376,7 @@ require ( github.com/creachadair/tomledit v0.0.29 github.com/golangci/golangci-lint/v2 v2.11.3 github.com/jonboulle/clockwork v0.5.0 - github.com/oasisprotocol/oasis-core/go v0.2509.0 + github.com/oasisprotocol/oasis-core/go v0.2600.0 github.com/sasha-s/go-deadlock v0.3.7 github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d github.com/tendermint/go-amino v0.16.0 diff --git a/go.sum b/go.sum index 64fd84588..df738d0f0 100644 --- a/go.sum +++ b/go.sum @@ -652,8 +652,8 @@ github.com/nxadm/tail v1.4.11 h1:8feyoE3OzPrcshW5/MJ4sGESc5cqmGkGCWlco4l0bqY= github.com/nxadm/tail v1.4.11/go.mod h1:OTaG3NK980DZzxbRq6lEuzgU+mug70nY11sMd4JXXHc= github.com/oasisprotocol/curve25519-voi v0.0.0-20251114093237-2ab5a27a1729 h1:yfQ2sO9WJXUAIUR+g7NUkxJSKCAFJcR5sUDu+ZmjTZI= github.com/oasisprotocol/curve25519-voi v0.0.0-20251114093237-2ab5a27a1729/go.mod h1:hVoHR2EVESiICEMbg137etN/Lx+lSrHPTD39Z/uE+2s= -github.com/oasisprotocol/oasis-core/go v0.2509.0 h1:M8r/jGqtE2ZYU6bUKruNM8/9YLQnDx2l1+TaAN5tj60= -github.com/oasisprotocol/oasis-core/go v0.2509.0/go.mod h1:QtRUjSse8fqAF1TeWMn1SZlTtmkNBFJw8u4Q7OdXiqM= +github.com/oasisprotocol/oasis-core/go v0.2600.0 h1:6xsL0xvdJrcwbsrE6D2gLv+pjB9a8k5rNFtmcYEg1U0= +github.com/oasisprotocol/oasis-core/go v0.2600.0/go.mod h1:nd0yqMJlyc4HLpxk1pWI7by7YiXYg5mHTVyvalUZN1g= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=