mirror of
https://codeberg.org/scip/gowipe.git
synced 2025-12-16 12:10:59 +01:00
update dependencies
This commit is contained in:
9
go.mod
9
go.mod
@@ -3,9 +3,12 @@ module gowipe
|
|||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
require (
|
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/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
|
golang.org/x/sys v0.14.0 // indirect
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user