diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-11T17·12+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-10-12T06·24+0000 |
commit | 1c5bf366be915fd91c3d87f9b779f394505214a8 (patch) | |
tree | bfce816a479f1a07774e9edd0ad01a9cc93dbddd /tvix/nar-bridge/go.mod | |
parent | e64e97ee23bdcc0529036bd4cb66eabfd97cb45d (diff) |
refactor(tvix/nar-bridge): panic on inval PathInfo.NarInfo.NarSha256 r/6787
Bump code.tvl.fyi/tvix/store/protos past cl/9649, where Validate() already ensures the NarSha256 has the correct size. Change-Id: I774668822f4d9dbd4dea47dde6e4745dc95e8e7f Reviewed-on: https://cl.tvl.fyi/c/depot/+/9665 Reviewed-by: edef <edef@edef.eu> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/nar-bridge/go.mod')
-rw-r--r-- | tvix/nar-bridge/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/nar-bridge/go.mod b/tvix/nar-bridge/go.mod index dbf120876122..8a845c909dd5 100644 --- a/tvix/nar-bridge/go.mod +++ b/tvix/nar-bridge/go.mod @@ -2,7 +2,7 @@ module code.tvl.fyi/tvix/nar-bridge require ( code.tvl.fyi/tvix/castore/protos v0.0.0-20231009220507-d6e0c5ab9bb7 - code.tvl.fyi/tvix/store/protos v0.0.0-20231010202247-8ec3506856aa + code.tvl.fyi/tvix/store/protos v0.0.0-20231011152908-87506e287a9e github.com/alecthomas/kong v0.7.1 github.com/go-chi/chi v1.5.4 github.com/go-chi/chi/v5 v5.0.7 |