@@ -7,6 +7,7 @@ require (
77 cloud.google.com/go/secretmanager v1.16.0
88 cloud.google.com/go/storage v1.60.0
99 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0
10+ github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0
1011 github.com/aquasecurity/go-pep440-version v0.0.1
1112 github.com/atombender/go-jsonschema v0.22.0
1213 github.com/fsouza/fake-gcs-server v1.54.0
@@ -21,6 +22,7 @@ require (
2122 go.opentelemetry.io/otel v1.40.0
2223 go.opentelemetry.io/otel/sdk v1.40.0
2324 go.opentelemetry.io/otel/trace v1.40.0
25+ golang.org/x/text v0.34.0
2426 google.golang.org/api v0.268.0
2527 google.golang.org/protobuf v1.36.11
2628 gopkg.in/dnaeon/go-vcr.v4 v4.0.6
@@ -42,7 +44,6 @@ require (
4244 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
4345 github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
4446 github.com/JohannesKaufmann/dom v0.2.0 // indirect
45- github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0 // indirect
4647 github.com/Microsoft/go-winio v0.6.2 // indirect
4748 github.com/ProtonMail/go-crypto v1.1.6 // indirect
4849 github.com/aquasecurity/go-version v0.0.1 // indirect
@@ -112,7 +113,6 @@ require (
112113 golang.org/x/oauth2 v0.35.0 // indirect
113114 golang.org/x/sync v0.19.0 // indirect
114115 golang.org/x/sys v0.41.0 // indirect
115- golang.org/x/text v0.34.0 // indirect
116116 golang.org/x/time v0.14.0 // indirect
117117 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
118118 google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
0 commit comments