From 3b4c75af52e99299919e6673710616d0158f7b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:46:16 +0000 Subject: [PATCH] Bump github.com/tonkeeper/tongo in /examples/gasless Bumps [github.com/tonkeeper/tongo](https://github.com/tonkeeper/tongo) from 1.20.0 to 1.22.9. - [Release notes](https://github.com/tonkeeper/tongo/releases) - [Commits](https://github.com/tonkeeper/tongo/compare/v1.20.0...v1.22.9) --- updated-dependencies: - dependency-name: github.com/tonkeeper/tongo dependency-version: 1.22.9 dependency-type: direct:production update-type: version-update:semver-minor ... 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..534886c 100644 --- a/examples/gasless/go.mod +++ b/examples/gasless/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.1 require ( github.com/shopspring/decimal v1.4.0 github.com/tonkeeper/tonapi-go v1.0.2 - github.com/tonkeeper/tongo v1.20.0 + github.com/tonkeeper/tongo v1.22.9 ) require ( diff --git a/examples/gasless/go.sum b/examples/gasless/go.sum index 5d00698..37020e7 100644 --- a/examples/gasless/go.sum +++ b/examples/gasless/go.sum @@ -57,8 +57,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu 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/tongo v1.20.0 h1:gUPaCq/GvRaHQ+J56PkH1MGFHiwchT9sP5CKBO7bcd0= -github.com/tonkeeper/tongo v1.20.0/go.mod h1:nHmdEXPfT0/EvkEaBzPiY599/0OYjQSW4dWR7aX+OII= +github.com/tonkeeper/tongo v1.22.9 h1:XXhKWaAKrgJw4hfVITmAwuFRUQVZIqv6oWZUEO4DbtM= +github.com/tonkeeper/tongo v1.22.9/go.mod h1:nHmdEXPfT0/EvkEaBzPiY599/0OYjQSW4dWR7aX+OII= go.opentelemetry.io/otel v1.32.0 h1:WnBN+Xjcteh0zdk01SVqV55d/m62NJLJdIyb4y/WO5U= go.opentelemetry.io/otel v1.32.0/go.mod h1:00DCVSB0RQcnzlwyTfqtxSm+DRr9hpYrHjNGiBHVQIg= go.opentelemetry.io/otel/metric v1.32.0 h1:xV2umtmNcThh2/a/aCP+h64Xx5wsj8qqnkYZktzNa0M=