From ceb1674e9f66bcbf382130bb195d367d269ddf86 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 11 Oct 2023 11:21:57 +0200 Subject: 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 Tested-by: BuildkiteCI --- tvix/nar-bridge/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/nar-bridge/go.mod') diff --git a/tvix/nar-bridge/go.mod b/tvix/nar-bridge/go.mod index 6e02277a4dbb..dbf120876122 100644 --- a/tvix/nar-bridge/go.mod +++ b/tvix/nar-bridge/go.mod @@ -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 -- cgit 1.4.1