Skip to content

Commit 599ece2

Browse files
committed
chore(deps): go mod: update dependencies
1 parent 75670ec commit 599ece2

File tree

2 files changed

+40
-81
lines changed

2 files changed

+40
-81
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,42 @@ module github.com/agentplexus/agentkit
33
go 1.25.5
44

55
require (
6-
github.com/a2aproject/a2a-go v0.3.5
6+
github.com/a2aproject/a2a-go v0.3.6
77
github.com/agentplexus/go-opik v0.5.1
88
github.com/agentplexus/go-phoenix v0.1.1
99
github.com/agentplexus/omnillm v0.11.0
1010
github.com/agentplexus/omniobserve v0.5.1
1111
github.com/agentplexus/omnivault v0.2.1
1212
github.com/agentplexus/vaultguard v0.2.0
13-
github.com/cloudwego/eino v0.7.28
13+
github.com/cloudwego/eino v0.7.29
1414
github.com/go-playground/validator/v10 v10.30.1
1515
google.golang.org/adk v0.4.0
16-
google.golang.org/genai v1.43.0
16+
google.golang.org/genai v1.44.0
1717
gopkg.in/yaml.v3 v3.0.1
1818
)
1919

2020
require (
2121
cloud.google.com/go v0.123.0 // indirect
22-
cloud.google.com/go/auth v0.18.0 // indirect
22+
cloud.google.com/go/auth v0.18.1 // indirect
2323
cloud.google.com/go/compute/metadata v0.9.0 // indirect
2424
github.com/agentplexus/posture v0.2.0 // indirect
2525
github.com/bahlo/generic-list-go v0.2.0 // indirect
2626
github.com/buger/jsonparser v1.1.1 // indirect
2727
github.com/bytedance/gopkg v0.1.3 // indirect
28-
github.com/bytedance/sonic v1.14.2 // indirect
29-
github.com/bytedance/sonic/loader v0.4.0 // indirect
28+
github.com/bytedance/sonic v1.15.0 // indirect
29+
github.com/bytedance/sonic/loader v0.5.0 // indirect
3030
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3131
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3232
github.com/clipperhouse/stringish v0.1.1 // indirect
33-
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
33+
github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
3434
github.com/cloudwego/base64x v0.1.6 // indirect
3535
github.com/dlclark/regexp2 v1.11.5 // indirect
3636
github.com/dustin/go-humanize v1.0.1 // indirect
3737
github.com/ebitengine/purego v0.9.1 // indirect
3838
github.com/eino-contrib/jsonschema v1.0.3 // indirect
3939
github.com/fatih/color v1.18.0 // indirect
4040
github.com/felixge/httpsnoop v1.0.4 // indirect
41-
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
41+
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
4242
github.com/ghodss/yaml v1.0.0 // indirect
4343
github.com/go-faster/errors v0.7.1 // indirect
4444
github.com/go-faster/jx v1.2.0 // indirect
@@ -56,9 +56,9 @@ require (
5656
github.com/googleapis/gax-go/v2 v2.16.0 // indirect
5757
github.com/goph/emperror v0.17.2 // indirect
5858
github.com/gorilla/websocket v1.5.3 // indirect
59-
github.com/grokify/mogo v0.72.6 // indirect
59+
github.com/grokify/mogo v0.72.7 // indirect
6060
github.com/grokify/sogo v0.13.0 // indirect
61-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.4 // indirect
61+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
6262
github.com/json-iterator/go v1.1.12 // indirect
6363
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
6464
github.com/leodido/go-urn v1.4.0 // indirect
@@ -75,7 +75,7 @@ require (
7575
github.com/pkg/errors v0.9.1 // indirect
7676
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
7777
github.com/segmentio/asm v1.2.1 // indirect
78-
github.com/shirou/gopsutil/v4 v4.25.12 // indirect
78+
github.com/shirou/gopsutil/v4 v4.26.1 // indirect
7979
github.com/shopspring/decimal v1.4.0 // indirect
8080
github.com/sirupsen/logrus v1.9.4 // indirect
8181
github.com/slongfield/pyfmt v0.0.0-20220222012616-ea85ff4c361f // indirect
@@ -103,8 +103,8 @@ require (
103103
golang.org/x/sync v0.19.0 // indirect
104104
golang.org/x/sys v0.40.0 // indirect
105105
golang.org/x/text v0.33.0 // indirect
106-
google.golang.org/genproto/googleapis/api v0.0.0-20260114163908-3f89685c29c3 // indirect
107-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260114163908-3f89685c29c3 // indirect
106+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
107+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
108108
google.golang.org/grpc v1.78.0 // indirect
109109
google.golang.org/protobuf v1.36.11 // indirect
110110
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)