go-omaha/go.mod
Vincent Batts b0ceef0566 *: tidy and test fix
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2020-09-24 14:55:48 -04:00

9 lines
176 B
Modula-2

module git.thisco.de/vbatts/go-omaha
go 1.15
require (
github.com/blang/semver v3.5.1+incompatible
github.com/kylelemons/godebug v1.1.0
github.com/satori/go.uuid v1.1.0
)