Skip to content

Commit 41dd850

Browse files
committed
Bump stellar/go dependency
1 parent 7b0efca commit 41dd850

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/sirupsen/logrus v1.9.3
1919
github.com/spf13/cobra v1.7.0
2020
github.com/spf13/pflag v1.0.5
21-
github.com/stellar/go v0.0.0-20250127234437-d93c1404cf72
21+
github.com/stellar/go v0.0.0-20250205140813-5cf7ddcf6bad
2222
github.com/stretchr/testify v1.9.0
2323
)
2424

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
342342
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
343343
github.com/spf13/viper v1.17.0 h1:I5txKw7MJasPL/BrfkbA0Jyo/oELqVmux4pR/UxOMfI=
344344
github.com/spf13/viper v1.17.0/go.mod h1:BmMMMLQXSbcHK6KAOiFLz0l5JHrU89OdIRHvsk0+yVI=
345-
github.com/stellar/go v0.0.0-20250127234437-d93c1404cf72 h1:SLqgwkk9pQEiLSUcllao1h2gBAX+ZqtAHL4lxF2U7cs=
346-
github.com/stellar/go v0.0.0-20250127234437-d93c1404cf72/go.mod h1:ewcAL4pit/jqFszQws9C2U6pwGSy4ZKZD3J/vvjCtgQ=
345+
github.com/stellar/go v0.0.0-20250205140813-5cf7ddcf6bad h1:M2TFE2jxMUUu3wxm91FHhJJoYLjFbDGlVT7UjSZtA5Y=
346+
github.com/stellar/go v0.0.0-20250205140813-5cf7ddcf6bad/go.mod h1:ewcAL4pit/jqFszQws9C2U6pwGSy4ZKZD3J/vvjCtgQ=
347347
github.com/stellar/go-xdr v0.0.0-20231122183749-b53fb00bcac2 h1:OzCVd0SV5qE3ZcDeSFCmOWLZfEWZ3Oe8KtmSOYKEVWE=
348348
github.com/stellar/go-xdr v0.0.0-20231122183749-b53fb00bcac2/go.mod h1:yoxyU/M8nl9LKeWIoBrbDPQ7Cy+4jxRcWcOayZ4BMps=
349349
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)