From 6e8fbc830a28cdca26da1dec583657706b84702f Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 17 Oct 2023 21:10:38 +0100 Subject: chore(tvix/castore-go): rename go module `code.tvl.fyi/tvix/castore/protos` now points to a directory that only contains the `.proto` files, while all golang tooling and .pb.go files live in tvix/castore-go. As discussed in https://cl.tvl.fyi/c/depot/+/9787/comment/fc5d155c_1bd38e3a/, the amount of people currently using this is still small, so rename the go.mod now, while it doesn't yet hurt. Change-Id: Ib3c6a2dac2923b3806ebb05be00af66d0da9f698 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9791 Reviewed-by: Connor Brewster Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/castore/protos/rpc_directory.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/castore/protos/rpc_directory.proto') diff --git a/tvix/castore/protos/rpc_directory.proto b/tvix/castore/protos/rpc_directory.proto index 8d4c22828547..f45227a48eca 100644 --- a/tvix/castore/protos/rpc_directory.proto +++ b/tvix/castore/protos/rpc_directory.proto @@ -6,7 +6,7 @@ package tvix.castore.v1; import "tvix/castore/protos/castore.proto"; -option go_package = "code.tvl.fyi/tvix/castore/protos;castorev1"; +option go_package = "code.tvl.fyi/tvix/castore-go;castorev1"; service DirectoryService { // Get retrieves a stream of Directory messages, by using the lookup -- cgit 1.4.1