mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-14 12:43:03 +02:00
To make it possible to replace the swapserverrpc module in the server, we declare it as its own submodule. This allows the server to make changes to its local protos (and replace loop's copy with the local version), to use changes that are not yet merged to the client repo.
8 lines
141 B
Modula-2
8 lines
141 B
Modula-2
module github.com/lightninglabs/loop/swapserverrpc
|
|
|
|
require (
|
|
google.golang.org/grpc v1.38.0
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|
|
|
|
go 1.16
|