mod+lnrpc: use hex encoding jsonpb fork

This commit is contained in:
Oliver Gugger
2023-05-08 14:54:14 +02:00
parent 9615ce20d6
commit b5d23bba06
3 changed files with 9 additions and 26 deletions

4
go.mod
View File

@@ -178,6 +178,10 @@ replace github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.11
// https://deps.dev/advisory/OSV/GO-2021-0053?from=%2Fgo%2Fgithub.com%252Fgogo%252Fprotobuf%2Fv1.3.1
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
// We want to format raw bytes as hex instead of base64. The forked version
// allows us to specify that as an option.
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
// If you change this please also update .github/pull_request_template.md and
// docs/INSTALL.md.
go 1.19