From 581ebf7c2aa24c7cb548082ae23b4a713f0b839d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:29:15 +0000 Subject: [PATCH] Bump github.com/tonkeeper/tonapi-go in /examples/gasless Bumps [github.com/tonkeeper/tonapi-go](https://github.com/tonkeeper/tonapi-go) from 0.0.13 to 1.0.1. - [Release notes](https://github.com/tonkeeper/tonapi-go/releases) - [Commits](https://github.com/tonkeeper/tonapi-go/compare/v0.0.13...v1.0.1) --- updated-dependencies: - dependency-name: github.com/tonkeeper/tonapi-go dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/gasless/go.mod | 2 +- examples/gasless/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/gasless/go.mod b/examples/gasless/go.mod index 693bb08..f1458af 100644 --- a/examples/gasless/go.mod +++ b/examples/gasless/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.1 require ( github.com/shopspring/decimal v1.4.0 - github.com/tonkeeper/tonapi-go v0.0.13 + github.com/tonkeeper/tonapi-go v1.0.1 github.com/tonkeeper/tongo v1.17.1 ) diff --git a/examples/gasless/go.sum b/examples/gasless/go.sum index 7a9de1c..101c63c 100644 --- a/examples/gasless/go.sum +++ b/examples/gasless/go.sum @@ -55,8 +55,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/tonkeeper/tonapi-go v0.0.13 h1:rDMdwq0EdHOKR/KS55r8XErIDccP5CA5AXBrrhUH/rs= -github.com/tonkeeper/tonapi-go v0.0.13/go.mod h1:iGHl6iVxlvXnSusK0AH22yiv47UQU9yCxy7qAd4NYt4= +github.com/tonkeeper/tonapi-go v1.0.1 h1:CcOOhD/yb3IUNM9v8zYtg4j+jBQkkJNdoRqXgHtRJyk= +github.com/tonkeeper/tonapi-go v1.0.1/go.mod h1:iGHl6iVxlvXnSusK0AH22yiv47UQU9yCxy7qAd4NYt4= github.com/tonkeeper/tongo v1.17.1 h1:tp5YshzHWj+ONUHrk1+zWxdtjYo2lHQRHEcfh8i4Ub0= github.com/tonkeeper/tongo v1.17.1/go.mod h1:nHmdEXPfT0/EvkEaBzPiY599/0OYjQSW4dWR7aX+OII= go.opentelemetry.io/otel v1.32.0 h1:WnBN+Xjcteh0zdk01SVqV55d/m62NJLJdIyb4y/WO5U=