hrm/go.mod

10 lines
174 B
Modula-2
Raw Normal View History

2019-10-25 15:09:43 -04:00
module git.wow.st/gmp/hrm
go 1.13
require (
gioui.org v0.0.0-20191101175813-af353822fa5e
git.wow.st/gmp/ble v0.0.0-20191101185903-829baedeac2b
2019-10-25 15:09:43 -04:00
gopkg.in/yaml.v2 v2.2.4
)