From 718af22dbba83ddebafdc849eb8645d646a0e163 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 17 Oct 2023 21:41:33 +0100 Subject: 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 Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/nar-bridge/pkg/http/nar_put.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/nar-bridge/pkg/http/nar_put.go') diff --git a/tvix/nar-bridge/pkg/http/nar_put.go b/tvix/nar-bridge/pkg/http/nar_put.go index 9a4238e61395..fdfa20f9c396 100644 --- a/tvix/nar-bridge/pkg/http/nar_put.go +++ b/tvix/nar-bridge/pkg/http/nar_put.go @@ -6,7 +6,7 @@ import ( "fmt" "net/http" - castorev1pb "code.tvl.fyi/tvix/castore/protos" + castorev1pb "code.tvl.fyi/tvix/castore-go" "code.tvl.fyi/tvix/nar-bridge/pkg/importer" "github.com/go-chi/chi/v5" mh "github.com/multiformats/go-multihash/core" -- cgit 1.4.1