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-17T20·41+0100
committerclbot <clbot@tvl.fyi>2023-10-17T20·46+0000
commit718af22dbba83ddebafdc849eb8645d646a0e163 (patch)
treea5a1337736375575860f9930a43ac6e35413f3f9 /tvix/nar-bridge/go.mod
parent2d51da7f40e85b9411642e4c65efb23a9a0c4255 (diff)
chore(tvix/nar-bridge): update to latest go mod renames r/6849
 - code.tvl.fyi/tvix/castore/protos -> code.tvl.fyi/tvix/castore-go
 - code.tvl.fyi/tvix/store/protos -> code.tvl.fyi/tvix/store-go

 See cl/9791, cl/9792 for context.

Change-Id: I44614c6ed40b9f52d9dcdea8e61fe2c3c830ce78
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9793
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/nar-bridge/go.mod')
-rw-r--r--tvix/nar-bridge/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/nar-bridge/go.mod b/tvix/nar-bridge/go.mod
index 8a845c909d..846c7699f7 100644
--- a/tvix/nar-bridge/go.mod
+++ b/tvix/nar-bridge/go.mod
@@ -1,8 +1,8 @@
 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-20231011152908-87506e287a9e
+	code.tvl.fyi/tvix/castore-go v0.0.0-20231017202545-96df348c772c
+	code.tvl.fyi/tvix/store-go v0.0.0-20231017203636-e5c25599293a
 	github.com/alecthomas/kong v0.7.1
 	github.com/go-chi/chi v1.5.4
 	github.com/go-chi/chi/v5 v5.0.7