22 lines
614 B
Modula-2
22 lines
614 B
Modula-2
module git.jade.moe/electricboogaloo
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/andreykaipov/goobs v1.5.3
|
|
github.com/bogem/id3v2/v2 v2.1.4
|
|
github.com/go-flac/flacpicture v0.3.0
|
|
github.com/go-flac/go-flac v1.0.0
|
|
golang.org/x/image v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mmcloughlin/profile v0.1.1 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|