forked from librespot-org/librespot-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 887 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/irgendwr/librespot-golang
go 1.14
require (
github.com/badfortrains/mdns v0.0.0-20160325001438-447166384f51
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.4.0
github.com/kr/text v0.2.0 // indirect
github.com/miekg/dns v1.1.29 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.5.1
github.com/xlab/portaudio-go v0.0.0-20170905165025-132d041879db
github.com/xlab/vorbis-go v0.0.0-20190501134718-ab1960dba846
golang.org/x/crypto v0.0.0-20200422194213-44a606286825
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)