-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
47 lines (45 loc) · 2.16 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/rubiojr/rplay
go 1.15
require (
cloud.google.com/go v0.71.0 // indirect
github.com/Azure/azure-sdk-for-go v48.1.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.11 // indirect
github.com/DataDog/zstd v1.4.5 // indirect
github.com/RoaringBitmap/roaring v0.5.5 // indirect
github.com/Sereal/Sereal v0.0.0-20200820125258-a016b7cda3f3 // indirect
github.com/asdine/storm v2.1.2+incompatible
github.com/blugelabs/bluge v0.1.4-0.20201021190638-c304a6733af6
github.com/briandowns/spinner v1.11.1
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/h2non/filetype v1.1.0
github.com/hajimehoshi/go-mp3 v0.3.1
github.com/hajimehoshi/oto v0.7.1-0.20210105125505-b2e5c7d0272c
github.com/jfreymuth/oggvorbis v1.0.1
github.com/mschoch/smat v0.2.0 // indirect
github.com/muesli/go-app-paths v0.2.1
github.com/muesli/reflow v0.2.1-0.20201103142440-d06e0479f1e5
github.com/muesli/termenv v0.7.4
github.com/philhofer/fwd v1.1.0 // indirect
github.com/pkg/xattr v0.4.2 // indirect
github.com/rubiojr/rapi v0.0.0-20201123145704-4dcc4cc7dde0
github.com/rubiojr/rindex v0.0.0-20201128155201-37ee8d28d522
github.com/tinylib/msgp v1.1.3 // indirect
github.com/urfave/cli/v2 v2.2.0
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/willf/bitset v1.1.11 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
golang.org/x/sys v0.0.0-20201109165425-215b40eba54c // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201110030525-169ad6d6ecb2 // indirect
google.golang.org/api v0.35.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb // indirect
google.golang.org/grpc v1.33.2 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)