From 04ecc811f584c6637105aba1d0ef212aa7fbdf53 Mon Sep 17 00:00:00 2001 From: Erica Date: Mon, 11 Dec 2023 15:20:31 -0800 Subject: [PATCH] tidy --- go.list | 4 ++-- go.sum | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/go.list b/go.list index 43952ac97..bf7260443 100644 --- a/go.list +++ b/go.list @@ -227,7 +227,7 @@ github.com/spf13/cast v1.5.1 github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.17.0 -github.com/stellar/go v0.0.0-20231121172327-69266de4154f +github.com/stellar/go v0.0.0-20231204215033-854a8db58348 github.com/stellar/go-xdr v0.0.0-20230919160922-6c7b68458206 github.com/stellar/throttled v2.2.3-0.20190823235211-89d75816f59d+incompatible github.com/stretchr/objx v0.5.1 @@ -283,7 +283,7 @@ google.golang.org/appengine v1.6.7 google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 -google.golang.org/grpc v1.58.2 +google.golang.org/grpc v1.58.3 google.golang.org/protobuf v1.31.0 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c gopkg.in/errgo.v2 v2.1.0 diff --git a/go.sum b/go.sum index d566c0c5b..10d1bc813 100644 --- a/go.sum +++ b/go.sum @@ -280,8 +280,6 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.17.0 h1:I5txKw7MJasPL/BrfkbA0Jyo/oELqVmux4pR/UxOMfI= github.com/spf13/viper v1.17.0/go.mod h1:BmMMMLQXSbcHK6KAOiFLz0l5JHrU89OdIRHvsk0+yVI= -github.com/stellar/go v0.0.0-20231121172327-69266de4154f h1:l5Mrcqqp9Yise9N6CcTldgtV8lCsdWMw39fQgjZ8KKI= -github.com/stellar/go v0.0.0-20231121172327-69266de4154f/go.mod h1:rPBbsnU/C1samb2Z3H2ElE8/lF6bS0A4GNdU3pofwOI= github.com/stellar/go v0.0.0-20231204215033-854a8db58348 h1:NLhKKe2YZO1+xS6py9vMGifKVirlJAI7QFUPN6n++3g= github.com/stellar/go v0.0.0-20231204215033-854a8db58348/go.mod h1:p3YZfd3pCR5HIa/qE73aRbOCbdEAA9rplb3az0GfjUQ= github.com/stellar/go-xdr v0.0.0-20230919160922-6c7b68458206 h1:UFuvvpbWL8+jqO1QmKYWSVhiMp4MRiIFd8/zQlUINH0=