@@ -25,56 +25,81 @@ require (
25
25
github.com/sashabaranov/go-openai v1.24.0
26
26
github.com/soheilhy/cmux v0.1.5
27
27
github.com/soundhound/houndify-sdk-go v0.3.5
28
+ github.com/vadv/gopher-lua-libs v0.5.0
28
29
github.com/wlynxg/anet v0.0.1
29
- golang.org/x/crypto v0.16.0
30
+ github.com/yuin/gopher-lua v1.1.1
31
+ golang.org/x/crypto v0.21.0
32
+ golang.org/x/text v0.14.0
30
33
google.golang.org/grpc v1.60.0
31
34
gopkg.in/ini.v1 v1.67.0
32
35
)
33
36
34
37
require (
38
+ github.com/VividCortex/ewma v1.1.1 // indirect
35
39
github.com/agnivade/levenshtein v1.1.1 // indirect
36
40
github.com/akavel/rsrc v0.10.2 // indirect
37
- github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
38
- github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
41
+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
42
+ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
43
+ github.com/alessio/shellescape v1.4.1 // indirect
44
+ github.com/aws/aws-sdk-go v1.34.28 // indirect
45
+ github.com/beorn7/perks v1.0.1 // indirect
46
+ github.com/cbroglie/mustache v1.0.1 // indirect
39
47
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
48
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
49
+ github.com/cheggaaa/pb/v3 v3.0.5 // indirect
40
50
github.com/currantlabs/ble v0.0.0-20171229162446-c1d21c164cf8 // indirect
41
51
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
52
+ github.com/dustin/go-humanize v1.0.0 // indirect
53
+ github.com/fatih/color v1.7.0 // indirect
42
54
github.com/fsnotify/fsnotify v1.4.9 // indirect
43
55
github.com/go-audio/riff v1.0.0 // indirect
56
+ github.com/go-sql-driver/mysql v1.5.0 // indirect
44
57
github.com/golang/protobuf v1.5.3 // indirect
45
58
github.com/grd/ogg v0.0.0-20130623210630-0dae53159b70 // indirect
46
59
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2 // indirect
47
60
github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0 // indirect
48
61
github.com/hashicorp/hcl v1.0.0 // indirect
49
62
github.com/jamesruan/sodium v0.0.0-20181216154042-9620b83ffeae // indirect
63
+ github.com/jmespath/go-jmespath v0.4.0 // indirect
50
64
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
51
65
github.com/kr/text v0.2.0 // indirect
66
+ github.com/lib/pq v1.7.0 // indirect
52
67
github.com/magiconair/properties v1.8.1 // indirect
53
68
github.com/mattn/go-colorable v0.1.8 // indirect
54
69
github.com/mattn/go-isatty v0.0.12 // indirect
70
+ github.com/mattn/go-runewidth v0.0.10 // indirect
71
+ github.com/mattn/go-sqlite3 v1.14.3 // indirect
72
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
55
73
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
56
74
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
57
75
github.com/miekg/dns v1.1.41 // indirect
58
76
github.com/mitchellh/mapstructure v1.4.3 // indirect
77
+ github.com/montanaflynn/stats v0.6.3 // indirect
59
78
github.com/pelletier/go-toml v1.8.0 // indirect
79
+ github.com/prometheus/client_golang v1.11.1 // indirect
80
+ github.com/prometheus/client_model v0.2.0 // indirect
81
+ github.com/prometheus/common v0.26.0 // indirect
82
+ github.com/prometheus/procfs v0.6.0 // indirect
60
83
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
84
+ github.com/rivo/uniseg v0.2.0 // indirect
61
85
github.com/sirupsen/logrus v1.7.0 // indirect
62
86
github.com/spf13/afero v1.2.2 // indirect
63
87
github.com/spf13/cast v1.3.1 // indirect
64
88
github.com/spf13/jwalterweatherman v1.1.0 // indirect
65
89
github.com/spf13/pflag v1.0.5 // indirect
66
90
github.com/spf13/viper v1.7.1 // indirect
67
91
github.com/subosito/gotenv v1.2.0 // indirect
68
- github.com/yuin/gopher-lua v1.1.1 // indirect
92
+ github.com/technoweenie/multipartstreamer v1.0.1 // indirect
93
+ github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7 // indirect
69
94
golang.org/x/image v0.10.0 // indirect
70
- golang.org/x/net v0.16.0 // indirect
71
- golang.org/x/sys v0.15.0 // indirect
72
- golang.org/x/text v0.14.0 // indirect
95
+ golang.org/x/net v0.22.0 // indirect
96
+ golang.org/x/sys v0.18.0 // indirect
73
97
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
74
98
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
75
99
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
76
100
google.golang.org/protobuf v1.31.0 // indirect
77
101
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
78
102
gopkg.in/hraban/opus.v2 v2.0.0-20201025103112-d779bb1cc5a2 // indirect
103
+ gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc // indirect
79
104
gopkg.in/yaml.v2 v2.4.0 // indirect
80
105
)
0 commit comments