Skip to content

Commit 76d813e

Browse files
authored
chore(go.mod): tidy (#4209)
chore(go.mod): tidy Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 4f1ab23 commit 76d813e

File tree

2 files changed

+66
-11
lines changed

2 files changed

+66
-11
lines changed

go.mod

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ require (
99
github.com/M0Rf30/go-tiny-dream v0.0.0-20240425104733-c04fa463ace9
1010
github.com/Masterminds/sprig/v3 v3.3.0
1111
github.com/alecthomas/kong v0.9.0
12+
github.com/census-instrumentation/opencensus-proto v0.4.1
1213
github.com/charmbracelet/glamour v0.7.0
1314
github.com/chasefleming/elem-go v0.26.0
15+
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b
1416
github.com/containerd/containerd v1.7.19
1517
github.com/dave-gray101/v2keyauth v0.0.0-20240624150259-c45d584d25e2
1618
github.com/donomii/go-rwkv.cpp v0.0.0-20240228065144-661e7ae26d44
@@ -23,9 +25,12 @@ require (
2325
github.com/gofiber/fiber/v2 v2.52.5
2426
github.com/gofiber/swagger v1.0.0
2527
github.com/gofiber/template/html/v2 v2.1.2
28+
github.com/gofiber/websocket/v2 v2.2.1
2629
github.com/gofrs/flock v0.12.1
30+
github.com/golang/protobuf v1.5.4
2731
github.com/google/go-containerregistry v0.19.2
2832
github.com/google/uuid v1.6.0
33+
github.com/grpc-ecosystem/grpc-gateway v1.5.0
2934
github.com/hpcloud/tail v1.0.0
3035
github.com/ipfs/go-log v1.0.5
3136
github.com/jaypipes/ghw v0.12.0
@@ -39,6 +44,7 @@ require (
3944
github.com/mudler/go-stable-diffusion v0.0.0-20240429204715-4a3cd6aeae6f
4045
github.com/onsi/ginkgo/v2 v2.21.0
4146
github.com/onsi/gomega v1.35.1
47+
github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e
4248
github.com/ory/dockertest/v3 v3.10.0
4349
github.com/otiai10/openaigo v1.7.0
4450
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
@@ -48,6 +54,7 @@ require (
4854
github.com/sashabaranov/go-openai v1.26.2
4955
github.com/schollz/progressbar/v3 v3.14.4
5056
github.com/shirou/gopsutil/v3 v3.24.5
57+
github.com/streamer45/silero-vad-go v0.2.1
5158
github.com/stretchr/testify v1.9.0
5259
github.com/swaggo/swag v1.16.3
5360
github.com/thxcode/gguf-parser-go v0.1.0
@@ -57,6 +64,7 @@ require (
5764
go.opentelemetry.io/otel/exporters/prometheus v0.50.0
5865
go.opentelemetry.io/otel/metric v1.28.0
5966
go.opentelemetry.io/otel/sdk/metric v1.28.0
67+
google.golang.org/api v0.180.0
6068
google.golang.org/grpc v1.65.0
6169
google.golang.org/protobuf v1.35.1
6270
gopkg.in/yaml.v2 v2.4.0
@@ -65,8 +73,18 @@ require (
6573
)
6674

6775
require (
76+
cel.dev/expr v0.15.0 // indirect
77+
cloud.google.com/go/auth v0.4.1 // indirect
78+
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
79+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
80+
github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
81+
github.com/fasthttp/websocket v1.5.3 // indirect
82+
github.com/felixge/httpsnoop v1.0.4 // indirect
6883
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6984
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
85+
github.com/google/s2a-go v0.1.7 // indirect
86+
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
87+
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
7088
github.com/moby/docker-image-spec v1.3.1 // indirect
7189
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7290
github.com/pion/datachannel v1.5.8 // indirect
@@ -85,12 +103,13 @@ require (
85103
github.com/pion/transport/v2 v2.2.10 // indirect
86104
github.com/pion/turn/v2 v2.1.6 // indirect
87105
github.com/pion/webrtc/v3 v3.3.0 // indirect
106+
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
88107
github.com/shirou/gopsutil/v4 v4.24.7 // indirect
89-
github.com/streamer45/silero-vad-go v0.2.1 // indirect
90-
github.com/urfave/cli/v2 v2.27.4 // indirect
91-
github.com/valyala/fasttemplate v1.2.2 // indirect
92108
github.com/wlynxg/anet v0.0.4 // indirect
109+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
93110
go.uber.org/mock v0.4.0 // indirect
111+
golang.org/x/oauth2 v0.21.0 // indirect
112+
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
94113
)
95114

96115
require (
@@ -133,7 +152,7 @@ require (
133152
github.com/flynn/noise v1.1.0 // indirect
134153
github.com/francoispqt/gojay v1.2.13 // indirect
135154
github.com/ghodss/yaml v1.0.0 // indirect
136-
github.com/go-audio/audio v1.0.0 // indirect
155+
github.com/go-audio/audio v1.0.0
137156
github.com/go-audio/riff v1.0.0 // indirect
138157
github.com/go-logr/logr v1.4.2 // indirect
139158
github.com/go-logr/stdr v1.2.2 // indirect

0 commit comments

Comments
 (0)