about summary refs log tree commit diff
path: root/tvix/castore-go
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/castore-go')
-rw-r--r--tvix/castore-go/castore_test.go2
-rw-r--r--tvix/castore-go/go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/tvix/castore-go/castore_test.go b/tvix/castore-go/castore_test.go
index fda87a6cfb..0d2d65208e 100644
--- a/tvix/castore-go/castore_test.go
+++ b/tvix/castore-go/castore_test.go
@@ -3,7 +3,7 @@ package castorev1_test
 import (
 	"testing"
 
-	castorev1pb "code.tvl.fyi/tvix/castore/protos"
+	castorev1pb "code.tvl.fyi/tvix/castore-go"
 	"github.com/stretchr/testify/assert"
 )
 
diff --git a/tvix/castore-go/go.mod b/tvix/castore-go/go.mod
index 9048aa205c..94310dd2aa 100644
--- a/tvix/castore-go/go.mod
+++ b/tvix/castore-go/go.mod
@@ -1,4 +1,4 @@
-module code.tvl.fyi/tvix/castore/protos
+module code.tvl.fyi/tvix/castore-go
 
 go 1.19