about summary refs log tree commit diff
path: root/tvix/nar-bridge/go.mod
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-10-11T09·21+0200
committerflokli <flokli@flokli.de>2023-10-11T11·41+0000
commitceb1674e9f66bcbf382130bb195d367d269ddf86 (patch)
tree02f62d6d89ee302a756f476ebbdffd9418c75506 /tvix/nar-bridge/go.mod
parent930edb69d7447f0cbe9149d01dcf9fa8443518c8 (diff)
refactor(tvix/nar-bridge): pass root node to storev1pb.Export r/6779
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
Diffstat (limited to 'tvix/nar-bridge/go.mod')
-rw-r--r--tvix/nar-bridge/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nar-bridge/go.mod b/tvix/nar-bridge/go.mod
index 6e02277a4d..dbf1208761 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