refactor(tvix/nar-bridge): pass root node to storev1pb.Export

Bumps the go module past cl/9604 and update the consumer side.

Change-Id: Id44245017f1dc2f8aac28051cdbb45b83bdc5be3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9650
Reviewed-by: Brian McGee <brian@bmcgee.ie>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-10-11 11:21:57 +02:00 committed by flokli
parent 930edb69d7
commit ceb1674e9f
5 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ module code.tvl.fyi/tvix/nar-bridge
require (
code.tvl.fyi/tvix/castore/protos v0.0.0-20231009220507-d6e0c5ab9bb7
code.tvl.fyi/tvix/store/protos v0.0.0-20231010185549-e7ea67342035
code.tvl.fyi/tvix/store/protos v0.0.0-20231010202247-8ec3506856aa
github.com/alecthomas/kong v0.7.1
github.com/go-chi/chi v1.5.4
github.com/go-chi/chi/v5 v5.0.7