chore(tvix/nar-bridge): bump go-nix

Change-Id: I72d139c47ede56d63d896bb5d5ed385e22a32264
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9592
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
Florian Klink 2023-10-09 16:54:30 +02:00 committed by flokli
parent 5cc7171b5f
commit 87396d29fd
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ require (
github.com/go-chi/chi/v5 v5.0.7
github.com/google/go-cmp v0.5.9
github.com/multiformats/go-multihash v0.2.1
github.com/nix-community/go-nix v0.0.0-20231005143722-b0f8b73c06df
github.com/nix-community/go-nix v0.0.0-20231009143713-ebca3299475b
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/ulikunitz/xz v0.5.11