hrm/hrm/go.mod

12 lines
295 B
Modula-2

module git.wow.st/gmp/hrm
go 1.13
require (
gioui.org v0.0.0-20191126175243-2ca2e5462f16
git.wow.st/gmp/ble v0.0.0-20191213182030-52217c3f6a2f
github.com/google/go-github/v24 v24.0.1 // indirect
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
gopkg.in/yaml.v2 v2.2.7
)