Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps need upgrading #94

Open
joe-getcouragenow opened this issue Jul 12, 2020 · 1 comment
Open

Deps need upgrading #94

joe-getcouragenow opened this issue Jul 12, 2020 · 1 comment

Comments

@joe-getcouragenow
Copy link

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
Copy link

makew0rld commented Feb 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants