2020-10-04 15:28:04 -05:00
|
|
|
module git.ocjtech.us/jeff/mystreamdeck
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cenkalti/backoff/v4 v4.0.2
|
|
|
|
github.com/go-fonts/dejavu v0.1.0
|
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
|
|
github.com/jcollie/go-homeassistant v0.0.3
|
2020-10-04 15:43:35 -05:00
|
|
|
github.com/jcollie/go-streamdeck v0.0.2
|
2020-10-04 15:28:04 -05:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/viper v1.7.1
|
|
|
|
)
|