hrm/hrm/go.mod

12 lines
295 B
Modula-2
Raw Normal View History

2019-11-27 10:48:13 -05:00
module git.wow.st/gmp/hrm
go 1.13
require (
gioui.org v0.0.0-20191126175243-2ca2e5462f16
2020-02-04 18:10:07 -05:00
git.wow.st/gmp/ble v0.0.0-20200204223639-7a583419c528
github.com/google/go-github/v24 v24.0.1 // indirect
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
2019-11-27 10:48:13 -05:00
gopkg.in/yaml.v2 v2.2.7
)