mirror of
https://github.com/taigrr/go-selfupdate
synced 2025-01-18 04:33:12 -08:00
10 lines
233 B
Modula-2
10 lines
233 B
Modula-2
module github.com/sanbornm/go-selfupdate
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/kr/binarydist v0.1.0
|
|
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
|
|
)
|