faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
2.08k stars 152 forks source link

Deps need upgrading #94

Open joe-getcouragenow opened 4 years ago

joe-getcouragenow commented 4 years ago

I needed to upgrade oto for MAC, and then noticed all needed to be.

The tests all pass with a go.mod of:

module github.com/faiface/beep

go 1.14

require (
    github.com/gdamore/tcell v1.3.0
    github.com/gopherjs/gopherwasm v1.0.0 // indirect
    github.com/hajimehoshi/go-mp3 v0.3.0
    github.com/hajimehoshi/oto v0.6.1
    github.com/jfreymuth/oggvorbis v1.0.1
    github.com/jfreymuth/vorbis v1.0.0 // indirect
    github.com/mewkiz/flac v1.0.6
    github.com/pkg/errors v0.9.1
    gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
)

How about upgrading ??

makew0rld commented 3 years ago

This was fixed by #95 and is in the master branch. Maybe better to install that directly with go get.