2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-11 13:11:12 +00:00
loop/swapserverrpc/go.mod
carla a9e774898f
swapserverrpc: make swapserverrpc its own module
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.
2021-12-13 13:59:16 +02:00

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