Kirika/go.mod
DataHoarder 4073f8f0d7
All checks were successful
continuous-integration/drone/push Build is passing
Pure go FLAC packetizer doing minimal stream decoding, allow offseting packets.
This removes the libflac / flacgo packetizers
2022-07-27 10:40:08 +02:00

33 lines
1.3 KiB
Modula-2

module git.gammaspectra.live/S.O.N.G/Kirika
go 1.18
require (
git.gammaspectra.live/S.O.N.G/flacgo v0.0.0-20220726151057-28f458bc5391
git.gammaspectra.live/S.O.N.G/go-alac v0.0.0-20220421115623-d0b3bfe57e0f
git.gammaspectra.live/S.O.N.G/go-ebur128 v0.0.0-20220720163421-db0c1911921d
git.gammaspectra.live/S.O.N.G/go-fdkaac v0.0.0-20220515171305-ffb0aafe2a61
git.gammaspectra.live/S.O.N.G/go-pus v0.0.0-20220721130634-3d5460c48ab6
git.gammaspectra.live/S.O.N.G/go-tta v0.2.1-0.20220226150007-096de1072bd6
git.gammaspectra.live/S.O.N.G/goflac v0.0.0-20220515172202-6e490998d2a0
github.com/aam335/aac-go v0.0.0-20200408070016-52c23bd38988
github.com/dh1tw/gosamplerate v0.1.2
github.com/edgeware/mp4ff v0.29.0
github.com/hajimehoshi/go-mp3 v0.3.3
github.com/icza/bitio v1.1.0
github.com/jfreymuth/oggvorbis v1.0.3
github.com/kvark128/minimp3 v0.0.0-20220408223524-dd428325fce7
github.com/minio/sha256-simd v1.0.0
github.com/oov/audio v0.0.0-20171004131523-88a2be6dbe38
github.com/sssgun/mp3 v0.0.0-20170810093403-85f2ec632081
github.com/viert/go-lame v0.0.0-20201108052322-bb552596b11d
)
require (
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/klauspost/cpuid/v2 v2.0.4 // indirect
github.com/mewkiz/pkg v0.0.0-20211102230744-16a6ce8f1b77 // indirect
github.com/youpy/go-wav v0.3.2 // indirect
)