From f06fed39a9c7e6fd325ad32eb0dd339c97185bf6 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Wed, 10 Feb 2021 05:48:14 +0000 Subject: [PATCH] Fix UTC offset Because kiska can't configure his time zone properly (i.e. to UTC). --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7e6288a..01470fc 100644 --- a/go.mod +++ b/go.mod @@ -38,4 +38,4 @@ require ( storj.io/uplink v1.4.2 ) -replace github.com/dutchcoders/transfer.sh-web => git.kiska.pw/kiska/transfer.sh-web v0.0.0-20210210000940-b1786a55e170 +replace github.com/dutchcoders/transfer.sh-web => git.kiska.pw/kiska/transfer.sh-web v0.0.0-20210210050940-b1786a55e170