From 4aa030d8cb7a7dd601a85e342d4a1d8f4745ddc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:04:12 +0000 Subject: [PATCH] chore(deps): bump github.com/stellar/go-stellar-sdk from 0.6.0 to 0.7.3 Bumps [github.com/stellar/go-stellar-sdk](https://github.com/stellar/go-stellar-sdk) from 0.6.0 to 0.7.3. - [Release notes](https://github.com/stellar/go-stellar-sdk/releases) - [Changelog](https://github.com/stellar/go-stellar-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/stellar/go-stellar-sdk/compare/v0.6.0...v0.7.3) --- updated-dependencies: - dependency-name: github.com/stellar/go-stellar-sdk dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 6416d25..c8775fa 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/prometheus/client_golang v1.23.2 github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10 - github.com/stellar/go-stellar-sdk v0.6.0 + github.com/stellar/go-stellar-sdk v0.7.3 github.com/stretchr/testify v1.11.1 go.lsp.dev/protocol v1.0.1 go.opentelemetry.io/otel v1.42.0 @@ -72,7 +72,7 @@ require ( github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/segmentio/go-loggly v0.5.1-0.20171222203950-eb91657e62b2 // indirect github.com/sirupsen/logrus v1.9.4 // indirect - github.com/stellar/go-xdr v0.0.0-20260529210834-0bf8f4956364 // indirect + github.com/stellar/go-xdr v0.0.0-20260806060815-dc590f17552a // indirect github.com/stretchr/objx v0.5.2 // indirect go.lsp.dev/jsonrpc2 v1.0.1 // indirect go.lsp.dev/uri v1.0.1 // indirect diff --git a/go.sum b/go.sum index 00882ac..efbe864 100644 --- a/go.sum +++ b/go.sum @@ -149,10 +149,10 @@ github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiT github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk= github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/stellar/go-stellar-sdk v0.6.0 h1:NM2oqZJQup0QxnJMq6C8s4iIIhU6rHFX0rlsF3wh/Ho= -github.com/stellar/go-stellar-sdk v0.6.0/go.mod h1:IkcqcrE9UQi7n/1y+MxKB+7qzdjG1T2kGOD7Ss8dqjw= -github.com/stellar/go-xdr v0.0.0-20260529210834-0bf8f4956364 h1:gOKrfuWdZ92LFlv0TAwgZ7OsWKeBsOMDlGLyFgduI1w= -github.com/stellar/go-xdr v0.0.0-20260529210834-0bf8f4956364/go.mod h1:If+U9Z1W5xU97VrOgJandQT+2dN7/iOpkCrxBJEyF80= +github.com/stellar/go-stellar-sdk v0.7.3 h1:r4kKiiTOuNdJrEjKYs5ykLSLWKpq9fp6HnIXUs4TiuI= +github.com/stellar/go-stellar-sdk v0.7.3/go.mod h1:YTYl7/zFt7oIX5Y4WRgL+3d2upWQDLywlHunZ4fOxvc= +github.com/stellar/go-xdr v0.0.0-20260806060815-dc590f17552a h1:40YIhQusSioBKDW5Tr+YdjoXphcVeu7eXUS2ibMQBTs= +github.com/stellar/go-xdr v0.0.0-20260806060815-dc590f17552a/go.mod h1:If+U9Z1W5xU97VrOgJandQT+2dN7/iOpkCrxBJEyF80= github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=