mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-17 13:06:52 +02:00
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.56.3
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|