File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/mudler/LocalAI
2
2
3
- go 1.24.1
3
+ go 1.24.4
4
4
5
5
toolchain go1.24.5
6
6
@@ -37,7 +37,7 @@ require (
37
37
github.com/mudler/cogito v0.1.0
38
38
github.com/mudler/edgevpn v0.31.0
39
39
github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
40
- github.com/nikolalohinski/gonja/v2 v2.3.2
40
+ github.com/nikolalohinski/gonja/v2 v2.4.0
41
41
github.com/onsi/ginkgo/v2 v2.25.3
42
42
github.com/onsi/gomega v1.38.2
43
43
github.com/otiai10/copy v1.14.1
@@ -60,7 +60,6 @@ require (
60
60
go.opentelemetry.io/otel/metric v1.38.0
61
61
go.opentelemetry.io/otel/sdk/metric v1.38.0
62
62
google.golang.org/grpc v1.67.1
63
- google.golang.org/protobuf v1.36.8
64
63
gopkg.in/yaml.v2 v2.4.0
65
64
gopkg.in/yaml.v3 v3.0.1
66
65
oras.land/oras-go/v2 v2.6.0
@@ -150,6 +149,7 @@ require (
150
149
go.yaml.in/yaml/v3 v3.0.4 // indirect
151
150
golang.org/x/image v0.25.0 // indirect
152
151
golang.org/x/time v0.12.0 // indirect
152
+ google.golang.org/protobuf v1.36.8 // indirect
153
153
)
154
154
155
155
require (
Original file line number Diff line number Diff line change @@ -554,8 +554,8 @@ github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6
554
554
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 /go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8 =
555
555
github.com/nicksnyder/go-i18n/v2 v2.5.1 h1:IxtPxYsR9Gp60cGXjfuR/llTqV8aYMsC472zD0D1vHk =
556
556
github.com/nicksnyder/go-i18n/v2 v2.5.1 /go.mod h1:DrhgsSDZxoAfvVrBVLXoxZn/pN5TXqaDbq7ju94viiQ =
557
- github.com/nikolalohinski/gonja/v2 v2.3.2 h1:UgLFfqi7L9XfX0PEcE4eUpvGojVQL5KhBfJJaBp7ZxY =
558
- github.com/nikolalohinski/gonja/v2 v2.3.2 /go.mod h1:1Wcc/5huTu6y36e0sOFR1XQoFlylw3c3H3L5WOz0RDg =
557
+ github.com/nikolalohinski/gonja/v2 v2.4.0 h1:96XmXf/Jj9gFoeQ+dIyaIpah399X/MIMsA/oieNMLhk =
558
+ github.com/nikolalohinski/gonja/v2 v2.4.0 /go.mod h1:UIzXPVuOsr5h7dZ5DUbqk3/Z7oFA/NLGQGMjqT4L2aU =
559
559
github.com/nwaples/rardecode v1.1.0 h1:vSxaY8vQhOcVr4mm5e8XllHWTiM4JF507A0Katqw7MQ =
560
560
github.com/nwaples/rardecode v1.1.0 /go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0 =
561
561
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE =
You can’t perform that action at this time.
0 commit comments