-
Notifications
You must be signed in to change notification settings - Fork 24
/
go.mod
40 lines (36 loc) · 1.65 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
module github.com/mjibson/moggio
go 1.19
replace github.com/mjibson/mog => ./
require (
github.com/boltdb/bolt v1.3.1
github.com/bradfitz/slice v0.0.0-20180809154707-2b758aa73013
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
github.com/facebookgo/httpcontrol v0.0.0-20150708234001-ccde4420e1fe
github.com/helinwang/portaudio v0.0.0-20160225001950-035e99fec7e0
github.com/jfreymuth/go-vorbis v0.0.0-20161124120736-41342c908855
github.com/jfreymuth/pulse v0.1.0
github.com/julienschmidt/httprouter v1.3.0
github.com/korandiz/mpa v1.0.0
github.com/korandiz/mpseek v1.0.0
github.com/mewkiz/flac v1.0.7
github.com/mjibson/gme v0.0.0-20191207231606-aac85c97dedc
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/mjibson/nsf v0.0.0-20150416074249-10b2439b9af2
github.com/nwaples/rardecode v1.1.3
github.com/oov/directsound-go v0.0.0-20141101201356-e53e59c700bf
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
golang.org/x/net v0.0.0-20220811182439-13a9a731de15
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
)
require (
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/icza/bitio v1.1.0 // indirect
github.com/mewkiz/pkg v0.0.0-20211102230744-16a6ce8f1b77 // indirect
github.com/mjibson/mog v0.0.0-00010101000000-000000000000 // indirect
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)