add my unzip fork which fixes the permissions bug

This commit is contained in:
eyedeekay
2024-06-29 00:25:23 -04:00
parent 40d0ea5ff5
commit 05c4d3d973
3 changed files with 3 additions and 1 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module github.com/go-i2p/go-i2p
go 1.21
require (
github.com/eyedeekay/go-unzip v0.0.0-20240201194209-560d8225b50e
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.23.0