faiface / beep

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

Cannot `go get` the project. #72

Open Zyl9393 opened 4 years ago

Zyl9393 commented 4 years ago
D:\Projects\Code\Go\src\zyl\audtest2>go version
go version go1.12.7 windows/amd64

D:\Projects\Code\Go\src\zyl\audtest2>echo %GO111MODULE%

D:\Projects\Code\Go\src\zyl\audtest2>go version
go version go1.12.7 windows/amd64

D:\Projects\Code\Go\src\zyl\audtest2>echo GO111MODULE=%GO111MODULE%
GO111MODULE=on

D:\Projects\Code\Go\src\zyl\audtest2>go get -u github.com/faiface/beep
go: finding golang.org/x/image latest
go: gopkg.in/DATA-DOG/go-sqlmock.v1@v1.3.3: go.mod has non-....v1 module path "github.com/DATA-DOG/go-sqlmock" at revision v1.3.3
go: finding golang.org/x/sys latest
go: finding github.com/gopherjs/gopherjs latest
go: finding golang.org/x/exp latest
go: finding golang.org/x/mobile latest
go get: error loading module requirements
kgrvamsi commented 4 years ago

Is this issue fixed? i'm seeing the same issue

env GOOS=linux GOARCH=amd64 go get -u github.com/faiface/beep
go: finding golang.org/x/sys latest
go: finding golang.org/x/image latest
go: finding github.com/gopherjs/gopherjs latest
go: finding golang.org/x/exp latest
go: finding golang.org/x/mobile latest
go: finding golang.org/x/tools latest
go: finding golang.org/x/xerrors latest
go: finding golang.org/x/sync latest
go: finding golang.org/x/net latest
go: finding github.com/go-gl/glfw/v3.3/glfw latest
go: finding github.com/BurntSushi/xgb latest
go: finding golang.org/x/crypto latest
go: gopkg.in/DATA-DOG/go-sqlmock.v1@v1.3.3: go.mod has non-....v1 module path "github.com/DATA-DOG/go-sqlmock" at revision v1.3.3
go get: error loading module requirements