Skip to content

Commit 8096301

Browse files
committed
gomod: bump looprpc and swapserverrpc version
1 parent b1c19e8 commit 8096301

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/lightninglabs/aperture v0.3.2-beta
2323
github.com/lightninglabs/lndclient v0.18.4-0
2424
github.com/lightninglabs/loop/looprpc v1.0.0
25-
github.com/lightninglabs/loop/swapserverrpc v1.0.8
25+
github.com/lightninglabs/loop/swapserverrpc v1.0.11
2626
github.com/lightningnetwork/lnd v0.18.3-beta.rc3.0.20241011124628-ca3bde901eb8
2727
github.com/lightningnetwork/lnd/cert v1.2.2
2828
github.com/lightningnetwork/lnd/clock v1.1.1

looprpc/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.3
44

55
require (
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
7-
github.com/lightninglabs/loop/swapserverrpc v1.0.8
7+
github.com/lightninglabs/loop/swapserverrpc v1.0.11
88
google.golang.org/grpc v1.64.1
99
google.golang.org/protobuf v1.34.2
1010
)

looprpc/go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
795795
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
796796
github.com/lightninglabs/loop/swapserverrpc v1.0.8 h1:bk7dDGuA3JQUsMDqZNyAy5Pcw5xS9jforz7YnyeSxKM=
797797
github.com/lightninglabs/loop/swapserverrpc v1.0.8/go.mod h1:Ml3gMwe/iTRLvu1QGGZzXcr0DYSa9sJGwKPktLaWtwE=
798+
github.com/lightninglabs/loop/swapserverrpc v1.0.11/go.mod h1:Ml3gMwe/iTRLvu1QGGZzXcr0DYSa9sJGwKPktLaWtwE=
798799
github.com/lyft/protoc-gen-star v0.6.0/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA=
799800
github.com/lyft/protoc-gen-star v0.6.1/go.mod h1:TGAoBVkt8w7MPG72TrKIu85MIdXwDuzJYeZuUPFPNwA=
800801
github.com/lyft/protoc-gen-star/v2 v2.0.1/go.mod h1:RcCdONR2ScXaYnQC5tUzxzlpA3WVYF7/opLeUgcQs/o=

0 commit comments

Comments
 (0)