chore(tvix/nar-bridge): update to latest go mod renames

- 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>
This commit is contained in:
Florian Klink 2023-10-17 21:41:33 +01:00 committed by clbot
parent 2d51da7f40
commit 718af22dbb
18 changed files with 29 additions and 29 deletions

View file

@ -9,9 +9,9 @@ import (
"os"
"testing"
castorev1pb "code.tvl.fyi/tvix/castore/protos"
castorev1pb "code.tvl.fyi/tvix/castore-go"
"code.tvl.fyi/tvix/nar-bridge/pkg/importer"
storev1pb "code.tvl.fyi/tvix/store/protos"
storev1pb "code.tvl.fyi/tvix/store-go"
"github.com/stretchr/testify/require"
)