5
5
toolchain go1.23.2
6
6
7
7
require (
8
- cloud.google.com/go/storage v1.43 .0
8
+ cloud.google.com/go/storage v1.44 .0
9
9
git.sr.ht/~adnano/go-gemini v0.2.6
10
10
github.com/JohannesKaufmann/html-to-markdown v1.6.0
11
11
github.com/OneOfOne/xxhash v1.2.8
@@ -55,11 +55,29 @@ require (
55
55
)
56
56
57
57
require (
58
- cloud.google.com/go v0.115.0 // indirect
59
- cloud.google.com/go/auth v0.7.1 // indirect
60
- cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
61
- cloud.google.com/go/compute/metadata v0.5.0 // indirect
62
- cloud.google.com/go/iam v1.1.11 // indirect
58
+ cel.dev/expr v0.16.1 // indirect
59
+ cloud.google.com/go/monitoring v1.21.0 // indirect
60
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
61
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
62
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
63
+ github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
64
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
65
+ github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
66
+ github.com/envoyproxy/go-control-plane v0.13.0 // indirect
67
+ github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
68
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
69
+ go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
70
+ go.opentelemetry.io/otel/sdk v1.29.0 // indirect
71
+ go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
72
+ google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
73
+ )
74
+
75
+ require (
76
+ cloud.google.com/go v0.115.1 // indirect
77
+ cloud.google.com/go/auth v0.9.3 // indirect
78
+ cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
79
+ cloud.google.com/go/compute/metadata v0.5.1 // indirect
80
+ cloud.google.com/go/iam v1.2.1 // indirect
63
81
code.gitea.io/sdk/gitea v0.18.0 // indirect
64
82
github.com/Masterminds/semver/v3 v3.2.1 // indirect
65
83
github.com/PaesslerAG/gval v1.2.2 // indirect
@@ -94,13 +112,12 @@ require (
94
112
github.com/goccy/go-json v0.10.3 // indirect
95
113
github.com/godbus/dbus/v5 v5.1.0 // indirect
96
114
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
97
- github.com/golang/protobuf v1.5.4 // indirect
98
115
github.com/google/go-github/v30 v30.1.0 // indirect
99
116
github.com/google/go-querystring v1.1.0 // indirect
100
- github.com/google/s2a-go v0.1.7 // indirect
117
+ github.com/google/s2a-go v0.1.8 // indirect
101
118
github.com/google/uuid v1.6.0 // indirect
102
- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
103
- github.com/googleapis/gax-go/v2 v2.12.5 // indirect
119
+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
120
+ github.com/googleapis/gax-go/v2 v2.13.0 // indirect
104
121
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
105
122
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
106
123
github.com/hashicorp/go-version v1.7.0 // indirect
@@ -118,24 +135,24 @@ require (
118
135
github.com/shopspring/decimal v1.4.0 // indirect
119
136
github.com/xanzy/go-gitlab v0.107.0 // indirect
120
137
go.opencensus.io v0.24.0 // indirect
121
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53 .0 // indirect
122
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
123
- go.opentelemetry.io/otel v1.28 .0 // indirect
124
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
125
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
126
- golang.org/x/crypto v0.26 .0 // indirect
138
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54 .0 // indirect
139
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
140
+ go.opentelemetry.io/otel v1.29 .0 // indirect
141
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
142
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
143
+ golang.org/x/crypto v0.27 .0 // indirect
127
144
golang.org/x/image v0.20.0 // indirect
128
- golang.org/x/net v0.28 .0 // indirect
129
- golang.org/x/oauth2 v0.21 .0 // indirect
145
+ golang.org/x/net v0.29 .0 // indirect
146
+ golang.org/x/oauth2 v0.23 .0 // indirect
130
147
golang.org/x/sync v0.8.0 // indirect
131
148
golang.org/x/sys v0.25.0 // indirect
132
149
golang.org/x/text v0.18.0 // indirect
133
- golang.org/x/time v0.5 .0 // indirect
134
- google.golang.org/api v0.188 .0 // indirect
135
- google.golang.org/genproto v0.0.0-20240711142825-46eb208f015d // indirect
136
- google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d // indirect
137
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect
138
- google.golang.org/grpc v1.65.0 // indirect
150
+ golang.org/x/time v0.6 .0 // indirect
151
+ google.golang.org/api v0.197 .0 // indirect
152
+ google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
153
+ google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
154
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
155
+ google.golang.org/grpc v1.66.2 // indirect
139
156
google.golang.org/protobuf v1.34.2 // indirect
140
157
gopkg.in/yaml.v2 v2.4.0 // indirect
141
158
)
0 commit comments