20 lines
565 B
Modula-2
20 lines
565 B
Modula-2
module liturgy
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/faiface/beep v1.1.0
|
|
github.com/fatih/color v1.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
|
|
github.com/hajimehoshi/oto v0.7.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
|
|
golang.org/x/image v0.24.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
)
|