Propagate context to lrpc

This commit is contained in:
2022-05-12 17:14:34 -07:00
parent 60f1eedc9a
commit 958f2af516
4 changed files with 7 additions and 6 deletions

2
go.mod
View File

@@ -16,7 +16,7 @@ require (
github.com/rs/zerolog v1.26.1
github.com/urfave/cli/v2 v2.3.0
go.arsenm.dev/infinitime v0.0.0-20220511202257-9ed74726c478
go.arsenm.dev/lrpc v0.0.0-20220510090735-af77b121f888
go.arsenm.dev/lrpc v0.0.0-20220513001344-3bcc01fdb6a0
golang.org/x/text v0.3.7
modernc.org/sqlite v1.17.2
)