update dependencies

This commit is contained in:
2025-01-18 11:29:45 +01:00
parent f4b1ba5863
commit daabdc5c9b

9
go.mod
View File

@@ -3,9 +3,12 @@ module gowipe
go 1.20
require (
github.com/JojiiOfficial/shred v1.2.1 // indirect
github.com/JojiiOfficial/shred v1.2.1
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.15.0
)
require (
github.com/lu4p/shred v0.0.0-20201211173428-0347b645d724 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/sys v0.14.0 // indirect
)