mirror of
https://github.com/lightninglabs/loop
synced 2024-11-09 19:10:47 +00:00
a9e774898f
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.
9 lines
141 B
Modula-2
9 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
|