forked from trpc-group/trpc-agent-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
106 lines (102 loc) · 5.15 KB
/
Copy pathgo.mod
File metadata and controls
106 lines (102 loc) · 5.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
module trpc.group/trpc-go/trpc-agent-go/examples/evaluation
go 1.24.1
replace (
trpc.group/trpc-go/trpc-agent-go => ../../
trpc.group/trpc-go/trpc-agent-go/evaluation => ../../evaluation
trpc.group/trpc-go/trpc-agent-go/model/anthropic => ../../model/anthropic
trpc.group/trpc-go/trpc-agent-go/model/gemini => ../../model/gemini
trpc.group/trpc-go/trpc-agent-go/model/ollama => ../../model/ollama
trpc.group/trpc-go/trpc-agent-go/model/provider => ../../model/provider
trpc.group/trpc-go/trpc-agent-go/runner/bestofn => ../../runner/bestofn
trpc.group/trpc-go/trpc-agent-go/server/evaluation => ../../server/evaluation
trpc.group/trpc-go/trpc-agent-go/server/promptiter => ../../server/promptiter
trpc.group/trpc-go/trpc-agent-go/storage/mysql => ../../storage/mysql
)
require (
github.com/stretchr/testify v1.11.1
github.com/yanyiwu/gojieba v1.4.7
trpc.group/trpc-go/trpc-agent-go v0.8.0
trpc.group/trpc-go/trpc-agent-go/evaluation v1.6.0
trpc.group/trpc-go/trpc-agent-go/runner/bestofn v0.0.0
trpc.group/trpc-go/trpc-agent-go/server/evaluation v1.6.0
trpc.group/trpc-go/trpc-agent-go/server/promptiter v0.8.0
trpc.group/trpc-go/trpc-mcp-go v0.0.10
)
require (
cloud.google.com/go v0.123.0 // indirect
cloud.google.com/go/auth v0.17.0 // indirect
cloud.google.com/go/compute/metadata v0.9.0 // indirect
filippo.io/edwards25519 v1.1.1 // indirect
github.com/anthropics/anthropic-sdk-go v1.37.0 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
github.com/bufbuild/protocompile v0.14.1 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/creack/pty v1.1.24 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/getkin/kin-openapi v0.131.0 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.9.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/neurosnap/sentences v1.1.2 // indirect
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
github.com/ollama/ollama v0.17.1 // indirect
github.com/openai/openai-go v1.12.0 // indirect
github.com/panjf2000/ants/v2 v2.10.0 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
go.opentelemetry.io/otel v1.41.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 // indirect
go.opentelemetry.io/otel/metric v1.41.0 // indirect
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
go.opentelemetry.io/otel/trace v1.41.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.32.0 // indirect
google.golang.org/genai v1.36.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
google.golang.org/grpc v1.79.3 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
trpc.group/trpc-go/trpc-a2a-go v0.2.5 // indirect
trpc.group/trpc-go/trpc-agent-go/model/anthropic v0.8.0 // indirect
trpc.group/trpc-go/trpc-agent-go/model/gemini v0.8.1-0.20251222024650-ea147adf3d21 // indirect
trpc.group/trpc-go/trpc-agent-go/model/ollama v0.8.0 // indirect
trpc.group/trpc-go/trpc-agent-go/model/provider v0.8.0 // indirect
trpc.group/trpc-go/trpc-agent-go/storage/mysql v0.8.0 // indirect
)