pool/auctioneerrpc/go.mod
Oliver Gugger 938e608ab2
multi: update lnd master with grpc-gateway upgrade
To make pool work with the latest lnd version inside of LiT, we need
to upgrade the grpc-gateway library to the same v2 version here too.
2021-07-29 14:01:23 +02:00

8 lines
141 B
Modula-2

module github.com/lightninglabs/pool/auctioneerrpc
go 1.15
require (
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
)