Skip to content

Commit 9d9ea5c

Browse files
committed
chore(deps): bump skillserver
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent e21ad5c commit 9d9ea5c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ require (
5757
go.opentelemetry.io/otel/metric v1.42.0
5858
go.opentelemetry.io/otel/sdk/metric v1.42.0
5959
google.golang.org/grpc v1.79.1
60+
google.golang.org/protobuf v1.36.11
6061
gopkg.in/yaml.v3 v3.0.1
6162
oras.land/oras-go/v2 v2.6.0
6263
)
6364

6465
require (
6566
github.com/stretchr/testify v1.11.1 // indirect
6667
github.com/tmc/langchaingo v0.1.14 // indirect
67-
google.golang.org/protobuf v1.36.11 // indirect
6868
)
6969

7070
require (
@@ -130,7 +130,7 @@ require (
130130
github.com/mschoch/smat v0.2.0 // indirect
131131
github.com/mudler/LocalAGI v0.0.0-20260315223407-da286065e126
132132
github.com/mudler/localrecall v0.5.9-0.20260314221856-96d63875cc47 // indirect
133-
github.com/mudler/skillserver v0.0.5-0.20260221145827-0639a82c8f49
133+
github.com/mudler/skillserver v0.0.5
134134
github.com/olekukonko/tablewriter v0.0.5 // indirect
135135
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4 // indirect
136136
github.com/philippgille/chromem-go v0.7.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ github.com/mudler/localrecall v0.5.9-0.20260314221856-96d63875cc47 h1:fHIkLJgfcY
668668
github.com/mudler/localrecall v0.5.9-0.20260314221856-96d63875cc47/go.mod h1:TZVXQI840MqjDtilBLc7kfmnctK4oNf1IR+cE68zno8=
669669
github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2 h1:+WHsL/j6EWOMUiMVIOJNKOwSKiQt/qDPc9fePCf87fA=
670670
github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2/go.mod h1:EA8Ashhd56o32qN7ouPKFSRUs/Z+LrRCF4v6R2Oarm8=
671-
github.com/mudler/skillserver v0.0.5-0.20260221145827-0639a82c8f49 h1:dAF1ALXqqapRZo80x56BIBBcPrPbRNerbd66rdyO8J4=
672-
github.com/mudler/skillserver v0.0.5-0.20260221145827-0639a82c8f49/go.mod h1:z3yFhcL9bSykmmh6xgGu0hyoItd4CnxgtWMEWw8uFJU=
671+
github.com/mudler/skillserver v0.0.5 h1:t6HPpeSX8kEP7B8F5GXoQUam5VEYNmJuG6oy2/vdTu8=
672+
github.com/mudler/skillserver v0.0.5/go.mod h1:z3yFhcL9bSykmmh6xgGu0hyoItd4CnxgtWMEWw8uFJU=
673673
github.com/mudler/water v0.0.0-20250808092830-dd90dcf09025 h1:WFLP5FHInarYGXi6B/Ze204x7Xy6q/I4nCZnWEyPHK0=
674674
github.com/mudler/water v0.0.0-20250808092830-dd90dcf09025/go.mod h1:QuIFdRstyGJt+MTTkWY+mtD7U6xwjOR6SwKUjmLZtR4=
675675
github.com/mudler/xlog v0.0.5 h1:2unBuVC5rNGhCC86UaA94TElWFml80NL5XLK+kAmNuU=

0 commit comments

Comments
 (0)