[skip-ci] Reviewed-on: #63 Co-authored-by: Renovate[BOT] <renovate-bot@auengun.net> Co-committed-by: Renovate[BOT] <renovate-bot@auengun.net>
26 lines
863 B
Modula-2
26 lines
863 B
Modula-2
module git.auengun.net/GregoryDosh/automidically
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/bep/debounce v1.2.1
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/orandin/lumberjackrus v1.0.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/the-jonsey/pulseaudio v0.0.2-0.20250915204643-66239b6d8258
|
|
github.com/urfave/cli/v3 v3.5.0
|
|
gitlab.com/gomidi/midi/v2 v2.3.16
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
)
|