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-09-18T10·40+0300
committerflokli <flokli@flokli.de>2023-09-18T14·02+0000
commit136b12ddd7d4fa32c25e907a52a7f49a449601ed (patch)
tree7fe6223064f7e3685a0fad3b31c9404ddca11fa6 /tvix/nar-bridge/go.mod
parentca25acf11bae5cd66ed050f354879593ce6bf86a (diff)
chore(tvix/nar-bridge): bump tvix/store/protos r/6609
Include the changes from cl/9351

Change-Id: Ie60c9dddcafaeee190439fa19fa7704917600fdb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9363
Reviewed-by: Connor Brewster <cbrewster@hey.com>
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 dc22e32147..c6ee208d21 100644
--- a/tvix/nar-bridge/go.mod
+++ b/tvix/nar-bridge/go.mod
@@ -1,7 +1,7 @@
 module code.tvl.fyi/tvix/nar-bridge
 
 require (
-	code.tvl.fyi/tvix/store/protos v0.0.0-20230909121302-7b7aa6704a9d
+	code.tvl.fyi/tvix/store/protos v0.0.0-20230918103330-20a5285e3e82
 	github.com/alecthomas/kong v0.7.1
 	github.com/go-chi/chi v1.5.4
 	github.com/go-chi/chi/v5 v5.0.7