go: replace broken uint128 module host

This commit is contained in:
Slyghtning 2026-03-06 14:50:35 +01:00
parent fdf2b91069
commit 3aa3d0e646
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
3 changed files with 5 additions and 2 deletions

2
go.mod
View file

@ -219,6 +219,8 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
// did not yet make it into the upstream repository.
replace github.com/golang-migrate/migrate/v4 => github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2
replace lukechampine.com/uint128 => github.com/lukechampine/uint128 v1.2.0
replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
replace github.com/lightninglabs/loop/looprpc => ./looprpc