mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
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.
8 lines
141 B
Modula-2
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
|
|
)
|