-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (30 loc) · 1.22 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
module github.com/8ff/udarp
go 1.19
require (
github.com/8ff/maidenhead v0.0.0-20230307145230-c6f1c85c1150
github.com/8ff/viterbi v0.0.0-20221223200319-e6ff63a35752
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/gen2brain/malgo v0.11.10
github.com/gorilla/websocket v1.5.0
github.com/joho/godotenv v1.5.1
github.com/klauspost/reedsolomon v1.11.3
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
)
require (
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/google/flatbuffers v1.12.1 // indirect
github.com/klauspost/compress v1.12.3 // indirect
github.com/klauspost/cpuid/v2 v2.2.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
go.opencensus.io v0.22.5 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.3.0 // indirect
)