Boris Nagaev
338a6ef9f1
build: fix dependency security alerts
2026-07-16 13:08:01 -05:00
Boris Nagaev
38481fe4a9
go.mod: fix gonum replaces
...
Remove gonum/plot replace in looprpc - not needed.
Add gonum replace to swapserverrpc. It was missing and caused recent CI errors.
2026-05-10 22:03:36 -05:00
Boris Nagaev
5a482249f8
Reapply "build: bump google.golang.org/grpc to v1.79.3"
...
This reverts commit 98ca6a0986 .
2026-03-20 17:06:14 -05:00
Boris Nagaev
98ca6a0986
Revert "build: bump google.golang.org/grpc to v1.79.3"
...
This reverts commit 629bf3721b .
2026-03-19 10:00:22 -05:00
Boris Nagaev
629bf3721b
build: bump google.golang.org/grpc to v1.79.3
2026-03-19 01:20:06 -05:00
dependabot[bot]
41a8b803e4
build(deps): bump golang.org/x/net in /swapserverrpc
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.9.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-29 13:45:32 -03:00
Boris Nagaev
4ab8a80db5
swapserverrpc: bump Go to 1.18
...
Protobuf v1.34.2 generates Go files that fail to compile with Go 1.16:
predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod)
Also ran "go mod tidy".
2025-04-29 11:21:53 -03:00
Boris Nagaev
664cde23ce
swapserverrpc: update protobuf to v1.34.2
2025-04-28 21:17:37 -03:00
dependabot[bot]
b8050a150b
build(deps): bump google.golang.org/grpc in /swapserverrpc
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.53.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 07:35:53 +00:00
dependabot[bot]
a2b2650e62
build(deps): bump google.golang.org/grpc in /swapserverrpc
...
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 21:06:42 +00:00
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