mystreamdeck/go.mod
2020-10-04 15:28:04 -05:00

18 lines
478 B
Modula-2

module git.ocjtech.us/jeff/mystreamdeck
go 1.15
replace github.com/jcollie/go-streamdeck => ../go-streamdeck
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.1
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
)