oncall-engine/grafana-plugin/go.mod

95 lines
4.8 KiB
Modula-2
Raw Permalink Normal View History

module github.com/grafana/grafana-oncall-app
go 1.23.5
require github.com/grafana/grafana-plugin-sdk-go v0.271.0
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/apache/arrow-go/v18 v18.0.1-0.20241212180703-82be143d7c30 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cheekybits/genny v1.0.0 // indirect
github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/elazarl/goproxy v1.7.2 // indirect
github.com/fatih/color v1.15.0 // indirect
chore(deps): bump github.com/getkin/kin-openapi from 0.129.0 to 0.131.0 in /grafana-plugin (#5537) Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.129.0 to 0.131.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getkin/kin-openapi/releases">github.com/getkin/kin-openapi's releases</a>.</em></p> <blockquote> <h2>v0.131.0</h2> <h2>What's Changed</h2> <ul> <li>openapi3filter: de-register ZipFileBodyDecoder and make a few decoders public by <a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1059">getkin/kin-openapi#1059</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/getkin/kin-openapi/compare/v0.130.0...v0.131.0">https://github.com/getkin/kin-openapi/compare/v0.130.0...v0.131.0</a></p> <h2>v0.130.0</h2> <h2>What's Changed</h2> <ul> <li>feat(openapi3gen): Customize json.RawMessage by <a href="https://github.com/kyleconroy"><code>@​kyleconroy</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1050">getkin/kin-openapi#1050</a></li> <li>openapi3gen: Fix issue with separate component generated for time.Time by <a href="https://github.com/d1vbyz3r0"><code>@​d1vbyz3r0</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1052">getkin/kin-openapi#1052</a></li> <li>openapi3filter: Remove redundant ExcludeResponseBody check by <a href="https://github.com/tatsumack"><code>@​tatsumack</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1056">getkin/kin-openapi#1056</a></li> <li>openapi3: use <strong>origin</strong> to minimize collisions by <a href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1057">getkin/kin-openapi#1057</a></li> <li>openapi3: delete origin keys only when IncludeOrigin=true by <a href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1055">getkin/kin-openapi#1055</a></li> <li>openapi3filter: apply default values of an array in a query param with exploded = false by <a href="https://github.com/nhochstr"><code>@​nhochstr</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1054">getkin/kin-openapi#1054</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kyleconroy"><code>@​kyleconroy</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1050">getkin/kin-openapi#1050</a></li> <li><a href="https://github.com/d1vbyz3r0"><code>@​d1vbyz3r0</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1052">getkin/kin-openapi#1052</a></li> <li><a href="https://github.com/tatsumack"><code>@​tatsumack</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1056">getkin/kin-openapi#1056</a></li> <li><a href="https://github.com/nhochstr"><code>@​nhochstr</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1054">getkin/kin-openapi#1054</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.130.0">https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.130.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getkin/kin-openapi/commit/67f0b233ffc01332f7d993f79490fbea5f4455f1"><code>67f0b23</code></a> openapi3filter: de-register ZipFileBodyDecoder and make a few decoders public...</li> <li><a href="https://github.com/getkin/kin-openapi/commit/6da871e0e170b7637eb568c265c08bc2b5d6e7a3"><code>6da871e</code></a> openapi3filter: apply default values of an array in a query param with explod...</li> <li><a href="https://github.com/getkin/kin-openapi/commit/a34baf04836f1c5ee3b315a30150f9a0100301cd"><code>a34baf0</code></a> openapi3: delete origin keys only when IncludeOrigin=true (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1055">#1055</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/2d3e67aa2127f007ee9ca0931d48132a7ec111b1"><code>2d3e67a</code></a> use <strong>origin</strong> to minimize collisions (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1057">#1057</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/e3d68dc02b03b9dbe6bab607142a2b7181b6f2e2"><code>e3d68dc</code></a> Remove redundant ExcludeResponseBody check in ValidateResponse (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1056">#1056</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/050a930912661dd1e1a955421d60d38d2f6dd5a3"><code>050a930</code></a> openapi3gen: Fix issue with separate component generated for time.Time (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1052">#1052</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/72fb819c6aa64a40d1c90dd37c33598840db1221"><code>72fb819</code></a> feat(openapi3gen): Customize json.RawMessage (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1050">#1050</a>)</li> <li>See full diff in <a href="https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.131.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getkin/kin-openapi&package-manager=go_modules&previous-version=0.129.0&new-version=0.131.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 15:31:44 -04:00
github.com/getkin/kin-openapi v0.131.0 // indirect
github.com/go-logr/logr v1.4.2 // 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/goccy/go-json v0.10.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/grafana/otel-profiling-go v0.5.1 // indirect
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-plugin v1.6.3 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/magefile/mage v1.15.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattetti/filebuffer v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
chore(deps): bump github.com/getkin/kin-openapi from 0.129.0 to 0.131.0 in /grafana-plugin (#5537) Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.129.0 to 0.131.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getkin/kin-openapi/releases">github.com/getkin/kin-openapi's releases</a>.</em></p> <blockquote> <h2>v0.131.0</h2> <h2>What's Changed</h2> <ul> <li>openapi3filter: de-register ZipFileBodyDecoder and make a few decoders public by <a href="https://github.com/fenollp"><code>@​fenollp</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1059">getkin/kin-openapi#1059</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/getkin/kin-openapi/compare/v0.130.0...v0.131.0">https://github.com/getkin/kin-openapi/compare/v0.130.0...v0.131.0</a></p> <h2>v0.130.0</h2> <h2>What's Changed</h2> <ul> <li>feat(openapi3gen): Customize json.RawMessage by <a href="https://github.com/kyleconroy"><code>@​kyleconroy</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1050">getkin/kin-openapi#1050</a></li> <li>openapi3gen: Fix issue with separate component generated for time.Time by <a href="https://github.com/d1vbyz3r0"><code>@​d1vbyz3r0</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1052">getkin/kin-openapi#1052</a></li> <li>openapi3filter: Remove redundant ExcludeResponseBody check by <a href="https://github.com/tatsumack"><code>@​tatsumack</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1056">getkin/kin-openapi#1056</a></li> <li>openapi3: use <strong>origin</strong> to minimize collisions by <a href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1057">getkin/kin-openapi#1057</a></li> <li>openapi3: delete origin keys only when IncludeOrigin=true by <a href="https://github.com/reuvenharrison"><code>@​reuvenharrison</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1055">getkin/kin-openapi#1055</a></li> <li>openapi3filter: apply default values of an array in a query param with exploded = false by <a href="https://github.com/nhochstr"><code>@​nhochstr</code></a> in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1054">getkin/kin-openapi#1054</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kyleconroy"><code>@​kyleconroy</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1050">getkin/kin-openapi#1050</a></li> <li><a href="https://github.com/d1vbyz3r0"><code>@​d1vbyz3r0</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1052">getkin/kin-openapi#1052</a></li> <li><a href="https://github.com/tatsumack"><code>@​tatsumack</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1056">getkin/kin-openapi#1056</a></li> <li><a href="https://github.com/nhochstr"><code>@​nhochstr</code></a> made their first contribution in <a href="https://redirect.github.com/getkin/kin-openapi/pull/1054">getkin/kin-openapi#1054</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.130.0">https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.130.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getkin/kin-openapi/commit/67f0b233ffc01332f7d993f79490fbea5f4455f1"><code>67f0b23</code></a> openapi3filter: de-register ZipFileBodyDecoder and make a few decoders public...</li> <li><a href="https://github.com/getkin/kin-openapi/commit/6da871e0e170b7637eb568c265c08bc2b5d6e7a3"><code>6da871e</code></a> openapi3filter: apply default values of an array in a query param with explod...</li> <li><a href="https://github.com/getkin/kin-openapi/commit/a34baf04836f1c5ee3b315a30150f9a0100301cd"><code>a34baf0</code></a> openapi3: delete origin keys only when IncludeOrigin=true (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1055">#1055</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/2d3e67aa2127f007ee9ca0931d48132a7ec111b1"><code>2d3e67a</code></a> use <strong>origin</strong> to minimize collisions (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1057">#1057</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/e3d68dc02b03b9dbe6bab607142a2b7181b6f2e2"><code>e3d68dc</code></a> Remove redundant ExcludeResponseBody check in ValidateResponse (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1056">#1056</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/050a930912661dd1e1a955421d60d38d2f6dd5a3"><code>050a930</code></a> openapi3gen: Fix issue with separate component generated for time.Time (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1052">#1052</a>)</li> <li><a href="https://github.com/getkin/kin-openapi/commit/72fb819c6aa64a40d1c90dd37c33598840db1221"><code>72fb819</code></a> feat(openapi3gen): Customize json.RawMessage (<a href="https://redirect.github.com/getkin/kin-openapi/issues/1050">#1050</a>)</li> <li>See full diff in <a href="https://github.com/getkin/kin-openapi/compare/v0.129.0...v0.131.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getkin/kin-openapi&package-manager=go_modules&previous-version=0.129.0&new-version=0.131.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 15:31:44 -04:00
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/prometheus/client_golang v1.20.5 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8 // indirect
github.com/unknwon/com v1.0.1 // indirect
github.com/unknwon/log v0.0.0-20150304194804-e617c87089d3 // indirect
github.com/urfave/cli v1.22.16 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.60.0 // indirect
go.opentelemetry.io/contrib/propagators/jaeger v1.34.0 // indirect
go.opentelemetry.io/contrib/samplers/jaegerremote v0.28.0 // indirect
go.opentelemetry.io/otel v1.35.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
go.opentelemetry.io/otel/metric v1.35.0 // indirect
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
go.opentelemetry.io/otel/trace v1.35.0 // indirect
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/mod v0.22.0 // indirect
chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /grafana-plugin (#5515) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/e1fcd82abba34df74614020343be8eb1fe85f0d9"><code>e1fcd82</code></a> html: properly handle trailing solidus in unquoted attribute value in foreign...</li> <li><a href="https://github.com/golang/net/commit/ebed060e8f30f20235f74808c22125fd86b15edd"><code>ebed060</code></a> internal/http3: fix build of tests with GOEXPERIMENT=nosynctest</li> <li><a href="https://github.com/golang/net/commit/1f1fa29e0a46fffe18c43a9da8daa5a0b180dfa9"><code>1f1fa29</code></a> publicsuffix: regenerate table</li> <li><a href="https://github.com/golang/net/commit/12150816f701c912a32a376754ab28dd3878833a"><code>1215081</code></a> http2: improve error when server sends HTTP/1</li> <li><a href="https://github.com/golang/net/commit/312450e473eae9f9e6173ad895c80bc5ea2f79ad"><code>312450e</code></a> html: ensure &lt;search&gt; tag closes &lt;p&gt; and update tests</li> <li><a href="https://github.com/golang/net/commit/09731f9bf919b00b344c763894cd1920b3d96d90"><code>09731f9</code></a> http2: improve handling of lost PING in Server</li> <li><a href="https://github.com/golang/net/commit/55989e24b972a90ab99308fdc7ea1fb58a96fef1"><code>55989e2</code></a> http2/h2c: use ResponseController for hijacking connections</li> <li><a href="https://github.com/golang/net/commit/2914f46773171f4fa13e276df1135bafef677801"><code>2914f46</code></a> websocket: re-recommend gorilla/websocket</li> <li><a href="https://github.com/golang/net/commit/99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48"><code>99b3ae0</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/net/compare/v0.36.0...v0.38.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.36.0&new-version=0.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/grafana/oncall/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 10:25:27 -04:00
golang.org/x/net v0.38.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/tools v0.28.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/grpc v1.70.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)