added apikey to config

This commit is contained in:
2021-02-20 17:08:27 -09:00
parent cd7bcd5d55
commit 2bd9177180
4 changed files with 18 additions and 1 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module git.binarythought.com/cdramey/alrm
go 1.15
require golang.org/x/net v0.0.0-20201224014010-6772e930b67b
require (
github.com/denisbrodbeck/machineid v1.0.1
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)