Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdata/influxdb-observability
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: influxdata/influxdb-observability
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dependabot/go_modules/tests-integration/golang.org/x/net-0.38.0
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 16, 2025

  1. chore(deps): bump golang.org/x/net in /tests-integration

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.38.0.
    - [Commits](golang/net@v0.26.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 16, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    dc17943 View commit details
Showing with 17 additions and 18 deletions.
  1. +5 −6 tests-integration/go.mod
  2. +12 −12 tests-integration/go.sum
11 changes: 5 additions & 6 deletions tests-integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module tests

go 1.22.0

toolchain go1.22.3
toolchain go1.24.1

require (
github.com/influxdata/influxdb/v2 v2.6.1
@@ -137,11 +136,11 @@ require (
go.opentelemetry.io/otel/trace v1.27.0 // indirect
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
gonum.org/v1/gonum v0.15.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5 // indirect
24 changes: 12 additions & 12 deletions tests-integration/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.