diff options
Diffstat (limited to 'tvix/castore-go')
-rw-r--r-- | tvix/castore-go/castore_test.go | 2 | ||||
-rw-r--r-- | tvix/castore-go/go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tvix/castore-go/castore_test.go b/tvix/castore-go/castore_test.go index fda87a6cfb66..0d2d65208eff 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 9048aa205c46..94310dd2aa6c 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 |