-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
71 lines (68 loc) · 2.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
module udap
go 1.18
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/SherClockHolmes/webpush-go v1.2.0
github.com/arran4/golang-ical v0.0.0-20220517104411-fd89fefb0182
github.com/brutella/hap v0.0.27
github.com/brutella/hc v1.2.4
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/gerow/go-color v0.0.0-20140219113758-125d37f527f1
github.com/go-chi/chi/v5 v5.0.10
github.com/go-chi/cors v1.2.0
github.com/go-chi/jwtauth/v5 v5.0.1
github.com/google/gousb v1.1.2
github.com/google/uuid v1.3.0
github.com/gordonklaus/portaudio v0.0.0-20220320131553-cc649ad523c1
github.com/gorilla/websocket v1.5.0
github.com/jaedle/golang-tplink-hs100 v0.4.1
github.com/joho/godotenv v1.3.0
github.com/lestrrat-go/jwx v1.2.6
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/shirou/gopsutil/v3 v3.22.6
gitlab.com/gomidi/midi/v2 v2.0.30
gocv.io/x/gocv v0.31.0
golang.org/x/crypto v0.14.0
golang.org/x/net v0.10.0
gonum.org/v1/gonum v0.12.0
gorm.io/driver/postgres v1.5.4
gorm.io/gorm v1.25.5
)
require (
github.com/RedisTimeSeries/redistimeseries-go v1.4.5-0.20220913055125-e83b198e1b7c // indirect
github.com/brutella/dnssd v1.2.7 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
github.com/go-chi/chi v1.5.4 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/goccy/go-json v0.7.6 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gomodule/redigo v1.8.2 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
github.com/lestrrat-go/httpcc v1.0.0 // indirect
github.com/lestrrat-go/iter v1.0.1 // indirect
github.com/lestrrat-go/option v1.0.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/miekg/dns v1.1.50 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.16.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tadglines/go-pkgs v0.0.0-20210623144937-b983b20f54f9 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.6.0 // indirect
)