1st pub version

This commit is contained in:
2023-11-25 14:41:58 +01:00
parent 8e96666dee
commit 30675a987b
8 changed files with 661 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module gowipe
go 1.20
require (
github.com/JojiiOfficial/shred v1.2.1 // indirect
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
)