Commit graph

7 commits

Author SHA1 Message Date
Oliver Gugger
e883a60eb8
mod: bump dependencies
Replaces https://github.com/lightninglabs/pool/pull/498.
2025-03-13 11:55:57 -05:00
Elle Mouton
909f3b8826
auctioneerrpc+poolrpc: go.mod go bump 2025-03-05 12:30:55 +02:00
Oliver Gugger
b6a46b534b
build(deps): bump google.golang.org/grpc in /auctioneerrpc 2024-03-15 18:19:07 +01:00
dependabot[bot]
a77b9f2ef3
build(deps): bump google.golang.org/protobuf in /auctioneerrpc
Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 22:18:42 +00:00
dependabot[bot]
417cbe06fd
build(deps): bump google.golang.org/grpc in /auctioneerrpc
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.38.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 20:57:22 +00:00
Oliver Gugger
938e608ab2
multi: update lnd master with grpc-gateway upgrade
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.
2021-07-29 14:01:23 +02:00
Oliver Gugger
7077c8b542
mod: make auctioneerrpc its own sub-module
To make it possible to replace the package in the server integration
tests, we declare the auctioneerrpc package as its own submodule. That
way we can just plug in the server version in the itest if we have changes in the
server proto that aren't merged to the client repo yet.
2021-01-22 16:36:18 +01:00