From a031c19bd70bdd50ac747aaab1fd225896674700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:24:24 +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 1.0.2 to 1.0.5. - [Release notes](https://github.com/tonkeeper/tonapi-go/releases) - [Commits](https://github.com/tonkeeper/tonapi-go/compare/v1.0.2...v1.0.5) --- updated-dependencies: - dependency-name: github.com/tonkeeper/tonapi-go dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a39b321..02bd51a 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 v1.0.2 + github.com/tonkeeper/tonapi-go v1.0.5 github.com/tonkeeper/tongo v1.20.0 ) diff --git a/examples/gasless/go.sum b/examples/gasless/go.sum index 5d00698..8d01023 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 v1.0.2 h1:YElH1KmOF5qpYQdX1aoVlN3Qt+19knZcj4PEiNecFaM= -github.com/tonkeeper/tonapi-go v1.0.2/go.mod h1:iGHl6iVxlvXnSusK0AH22yiv47UQU9yCxy7qAd4NYt4= +github.com/tonkeeper/tonapi-go v1.0.5 h1:ryI691nNOXBBfMPl7+0SmsVIHIeb2YoleykB65CYMLg= +github.com/tonkeeper/tonapi-go v1.0.5/go.mod h1:iGHl6iVxlvXnSusK0AH22yiv47UQU9yCxy7qAd4NYt4= github.com/tonkeeper/tongo v1.20.0 h1:gUPaCq/GvRaHQ+J56PkH1MGFHiwchT9sP5CKBO7bcd0= github.com/tonkeeper/tongo v1.20.0/go.mod h1:nHmdEXPfT0/EvkEaBzPiY599/0OYjQSW4dWR7aX+OII= go.opentelemetry.io/otel v1.32.0 h1:WnBN+Xjcteh0zdk01SVqV55d/m62NJLJdIyb4y/WO5U=