@@ -3,21 +3,16 @@ cloud.google.com/go v0.114.0
33cloud.google.com/go/auth v0.5.1
44cloud.google.com/go/auth/oauth2adapt v0.2.2
55cloud.google.com/go/compute/metadata v0.3.0
6- cloud.google.com/go/firestore v1.15.0
76cloud.google.com/go/iam v1.1.8
8- cloud.google.com/go/longrunning v0.5.7
97cloud.google.com/go/pubsub v1.38.0
108cloud.google.com/go/storage v1.42.0
119filippo.io/edwards25519 v1.1.0
12- firebase.google.com/go v3.12.0+incompatible
13- github.com/2opremio/pretty v0.2.2-0.20230601220618-e1d5758b2a95
1410github.com/BurntSushi/toml v1.3.2
1511github.com/Masterminds/goutils v1.1.1
1612github.com/Masterminds/semver/v3 v3.2.0
1713github.com/Masterminds/sprig/v3 v3.2.3
1814github.com/Masterminds/squirrel v1.5.4
1915github.com/Microsoft/go-winio v0.6.1
20- github.com/adjust/goautoneg v0.0.0-20150426214442-d788f35a0315
2116github.com/ajg/form v0.0.0-20160822230020-523a5da1a92f
2217github.com/alecthomas/kingpin/v2 v2.4.0
2318github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
@@ -53,12 +48,10 @@ github.com/beorn7/perks v1.0.1
5348github.com/bgentry/speakeasy v0.1.0
5449github.com/buger/goreplay v1.3.2
5550github.com/cenkalti/backoff/v4 v4.3.0
56- github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d
5751github.com/cespare/xxhash/v2 v2.3.0
5852github.com/chzyer/logex v1.2.1
5953github.com/chzyer/readline v1.5.1
6054github.com/chzyer/test v1.0.0
61- github.com/containerd/log v0.1.0
6255github.com/cpuguy83/go-md2man/v2 v2.0.6
6356github.com/creachadair/jrpc2 v1.3.1
6457github.com/creachadair/mds v0.23.0
@@ -68,13 +61,8 @@ github.com/denisenkom/go-mssqldb v0.9.0
6861github.com/dgraph-io/ristretto v0.2.0
6962github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da
7063github.com/dimchansky/utfbom v1.1.1
71- github.com/distribution/reference v0.6.0
7264github.com/djherbis/fscache v0.10.1
73- github.com/docker/docker v27.0.3+incompatible
74- github.com/docker/go-connections v0.5.0
75- github.com/docker/go-units v0.5.0
7665github.com/dustin/go-humanize v1.0.1
77- github.com/elazarl/go-bindata-assetfs v1.0.1
7866github.com/fatih/color v1.13.0
7967github.com/fatih/structs v1.0.0
8068github.com/felixge/httpsnoop v1.0.4
@@ -84,7 +72,6 @@ github.com/fsnotify/fsnotify v1.9.0
8472github.com/fsouza/fake-gcs-server v1.49.2
8573github.com/fxamacker/cbor/v2 v2.9.0
8674github.com/gavv/monotime v0.0.0-20161010190848-47d58efa6955
87- github.com/getsentry/raven-go v0.2.0
8875github.com/getsentry/sentry-go v0.39.0
8976github.com/go-chi/chi v4.1.2+incompatible
9077github.com/go-chi/chi/v5 v5.2.3
@@ -102,8 +89,6 @@ github.com/gobuffalo/packd v1.0.2
10289github.com/gocarina/gocsv v0.0.0-20230616125104-99d496ca653d
10390github.com/godror/godror v0.40.4
10491github.com/godror/knownpb v0.1.1
105- github.com/gogo/protobuf v1.3.2
106- github.com/golang-jwt/jwt v3.2.2+incompatible
10792github.com/golang-jwt/jwt/v4 v4.5.2
10893github.com/golang-jwt/jwt/v5 v5.3.0
10994github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe
@@ -123,7 +108,6 @@ github.com/googleapis/gax-go/v2 v2.12.4
123108github.com/gorilla/handlers v1.5.2
124109github.com/gorilla/mux v1.8.1
125110github.com/gorilla/schema v1.4.1
126- github.com/graph-gophers/graphql-go v1.3.0
127111github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
128112github.com/guregu/null v4.0.0+incompatible
129113github.com/hashicorp/errwrap v1.1.0
@@ -162,19 +146,14 @@ github.com/mattn/go-isatty v0.0.17
162146github.com/mattn/go-oci8 v0.1.1
163147github.com/mattn/go-runewidth v0.0.9
164148github.com/mattn/go-sqlite3 v1.14.22
165- github.com/matttproud/golang_protobuf_extensions v1.0.4
166149github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0
167150github.com/mitchellh/cli v1.1.5
168151github.com/mitchellh/copystructure v1.2.0
169152github.com/mitchellh/go-homedir v1.1.0
170153github.com/mitchellh/mapstructure v1.5.0
171154github.com/mitchellh/reflectwalk v1.0.2
172- github.com/moby/docker-image-spec v1.3.1
173- github.com/moby/term v0.5.0
174155github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
175156github.com/modern-go/reflect2 v1.0.2
176- github.com/montanaflynn/stats v0.7.1
177- github.com/morikuni/aec v1.0.0
178157github.com/moul/http2curl v0.0.0-20161031194548-4e24498b31db
179158github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
180159github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
@@ -185,9 +164,6 @@ github.com/nyaruka/phonenumbers v1.6.7
185164github.com/olekukonko/tablewriter v0.0.5
186165github.com/onsi/ginkgo v1.16.5
187166github.com/onsi/gomega v1.27.10
188- github.com/opencontainers/go-digest v1.0.0
189- github.com/opencontainers/image-spec v1.1.0
190- github.com/opentracing/opentracing-go v1.1.0
191167github.com/pelletier/go-toml v1.9.5
192168github.com/pelletier/go-toml/v2 v2.2.4
193169github.com/pingcap/errors v0.11.4
@@ -211,19 +187,15 @@ github.com/sendgrid/rest v2.6.9+incompatible
211187github.com/sendgrid/sendgrid-go v3.16.1+incompatible
212188github.com/sergi/go-diff v1.3.1
213189github.com/shopspring/decimal v1.4.0
214- github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
215190github.com/sirupsen/logrus v1.9.3
216191github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
217192github.com/spf13/afero v1.15.0
218193github.com/spf13/cast v1.10.0
219194github.com/spf13/cobra v1.10.1
220195github.com/spf13/pflag v1.0.10
221196github.com/spf13/viper v1.21.0
222- github.com/stellar/go v0.0.0-20240924182550-69667b25baf4
223- github.com/stellar/go-stellar-sdk v0.0.0-20251125023429-4c8c6f69a699
197+ github.com/stellar/go-stellar-sdk v0.0.0-20251125210943-4134368d57d8
224198github.com/stellar/go-xdr v0.0.0-20231122183749-b53fb00bcac2
225- github.com/stellar/stellar-rpc v0.9.6-0.20250130160539-be7702aa01ba
226- github.com/stellar/throttled v2.2.3-0.20190823235211-89d75816f59d+incompatible
227199github.com/stretchr/objx v0.5.2
228200github.com/stretchr/testify v1.11.1
229201github.com/subosito/gotenv v1.6.0
@@ -275,7 +247,6 @@ golang.org/x/time v0.5.0
275247golang.org/x/tools v0.38.0
276248golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
277249google.golang.org/api v0.183.0
278- google.golang.org/appengine v1.6.8
279250google.golang.org/genproto v0.0.0-20240528184218-531527333157
280251google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094
281252google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
@@ -286,10 +257,8 @@ gopkg.in/djherbis/atime.v1 v1.0.0
286257gopkg.in/djherbis/stream.v1 v1.3.1
287258gopkg.in/gavv/httpexpect.v1 v1.0.0-20170111145843-40724cf1e4a0
288259gopkg.in/ini.v1 v1.67.0
289- gopkg.in/square/go-jose.v2 v2.4.1
290260gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
291261gopkg.in/tylerb/graceful.v1 v1.2.15
292262gopkg.in/yaml.v2 v2.4.0
293263gopkg.in/yaml.v3 v3.0.1
294- gotest.tools/v3 v3.5.1
295264honnef.co/go/tools v0.5.1
0 commit comments