-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
910 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
module github.com/dh1tw/remoteAudio | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/GeertJohan/go.rice v1.0.0 | ||
github.com/chewxy/math32 v1.0.4 | ||
github.com/dh1tw/golang-ring v0.0.0-20180327112950-d11a99b5aede | ||
github.com/dh1tw/gosamplerate v0.0.0-20180603233716-b4c0190d6492 | ||
github.com/go-audio/audio v1.0.0 | ||
github.com/go-audio/wav v1.0.0 | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/gordonklaus/portaudio v0.0.0-20180817120803-00e7307ccd93 | ||
github.com/gorilla/mux v1.7.3 | ||
github.com/gorilla/websocket v1.4.1 | ||
github.com/micro/go-micro v1.16.0 | ||
github.com/micro/go-plugins v1.5.1 | ||
github.com/nats-io/nats.go v1.9.1 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/viper v1.5.0 | ||
gopkg.in/hraban/opus.v2 v2.0.0-20180426093920-0f2e0b4fc6cd | ||
) |
Oops, something went wrong.