diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-17T20·41+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-10-17T20·46+0000 |
commit | 718af22dbba83ddebafdc849eb8645d646a0e163 (patch) | |
tree | a5a1337736375575860f9930a43ac6e35413f3f9 /tvix/nar-bridge/pkg/http/narinfo_get.go | |
parent | 2d51da7f40e85b9411642e4c65efb23a9a0c4255 (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/pkg/http/narinfo_get.go')
-rw-r--r-- | tvix/nar-bridge/pkg/http/narinfo_get.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nar-bridge/pkg/http/narinfo_get.go b/tvix/nar-bridge/pkg/http/narinfo_get.go index b3ee01fab531..98d85744d895 100644 --- a/tvix/nar-bridge/pkg/http/narinfo_get.go +++ b/tvix/nar-bridge/pkg/http/narinfo_get.go @@ -11,7 +11,7 @@ import ( "strings" "sync" - storev1pb "code.tvl.fyi/tvix/store/protos" + storev1pb "code.tvl.fyi/tvix/store-go" "github.com/go-chi/chi/v5" nixhash "github.com/nix-community/go-nix/pkg/hash" "github.com/nix-community/go-nix/pkg/nixbase32" |