goselfupdatetest/go.mod
Lukas Bachschwell 74bf044c74
Add sig validation in binary
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2021-01-09 17:45:42 +01:00

11 lines
256 B
Modula-2

module goselfupdatetest
go 1.15
replace github.com/creativeprojects/go-selfupdate => /Users/LB/Desktop/z_Projects/go-selfupdate
require (
github.com/creativeprojects/go-selfupdate v0.0.0-00010101000000-000000000000
github.com/kenshaw/pemutil v0.1.0
)