Jeffrey C. Ollie
f95de5ff34
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
416 B
Modula-2
15 lines
416 B
Modula-2
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
|
|
github.com/jcollie/go-streamdeck v0.0.2
|
|
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
|
|
)
|