diff options
Diffstat (limited to 'tvix/store/protos/go.mod')
-rw-r--r-- | tvix/store/protos/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/protos/go.mod b/tvix/store/protos/go.mod index 5c6306f5175a..607f13cad4ac 100644 --- a/tvix/store/protos/go.mod +++ b/tvix/store/protos/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( code.tvl.fyi/tvix/castore/protos v0.0.0-20230922125121-72355662d742 - github.com/nix-community/go-nix v0.0.0-20231005143722-b0f8b73c06df + github.com/nix-community/go-nix v0.0.0-20231009143713-ebca3299475b github.com/stretchr/testify v1.8.1 google.golang.org/grpc v1.51.0 google.golang.org/protobuf v1.28.1 |