From 988a313f931ba186887a4b3d68b90640593a29c5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 24 Feb 2024 09:37:53 -0500 Subject: [PATCH] dep: update tusd --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7247a99..6c56d65 100644 --- a/go.mod +++ b/go.mod @@ -140,6 +140,6 @@ require ( ) replace ( - github.com/tus/tusd/v2 => github.com/LumeWeb/tusd/v2 v2.2.3-0.20240224142744-a6c7f0707b2a + github.com/tus/tusd/v2 => github.com/LumeWeb/tusd/v2 v2.2.3-0.20240224143554-96925dd43120 go.sia.tech/jape => github.com/LumeWeb/jape v0.0.0-20240204004049-ed792e7631cd )