2021-01-09 15:14:47 +00:00
|
|
|
module goselfupdatetest
|
|
|
|
|
|
|
|
go 1.15
|
2021-01-09 15:28:08 +00:00
|
|
|
|
|
|
|
replace github.com/creativeprojects/go-selfupdate => /Users/LB/Desktop/z_Projects/go-selfupdate
|
|
|
|
|
2021-01-09 16:45:42 +00:00
|
|
|
require (
|
|
|
|
github.com/creativeprojects/go-selfupdate v0.0.0-00010101000000-000000000000
|
|
|
|
github.com/kenshaw/pemutil v0.1.0
|
|
|
|
)
|