Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps golang.org/x/net from 0.23.0 to 0.36.0.

Commits
  • 85d1d54 go.mod: update golang.org/x dependencies
  • cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts
  • fe7f039 publicsuffix: spruce up code gen and speed up PublicSuffix
  • 459513d internal/http3: move more common stream processing to genericConn
  • aad0180 http2: fix flakiness from t.Log when GOOS=js
  • b73e574 http2: don't log expected errors from writing invalid trailers
  • 5f45c77 internal/http3: make read-data tests usable for server handlers
  • 43c2540 http2, internal/httpcommon: reject userinfo in :authority
  • 1d78a08 http2, internal/httpcommon: factor out server header logic for h2/h3
  • 0d7dc54 quic: add Conn.ConnectionState
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.36.0.
- [Commits](golang/net@v0.23.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependencies or external services go Pull requests that update go code labels Mar 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 24, 2025 10:07
@github-actions github-actions bot added the chore Changes that do not impact the existing functionality label Mar 24, 2025
@netlify
Copy link

netlify bot commented Mar 24, 2025

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 92376c5
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/67e12ed074cb5d00083a78f4
😎 Deploy Preview https://deploy-preview-3055--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mdelapenya mdelapenya removed the chore Changes that do not impact the existing functionality label Mar 24, 2025
@mdelapenya mdelapenya merged commit b88be99 into main Mar 24, 2025
16 checks passed
@mdelapenya mdelapenya deleted the dependabot/go_modules/modules/databend/golang.org/x/net-0.36.0 branch March 24, 2025 14:03
mdelapenya added a commit that referenced this pull request Mar 24, 2025
* main:
  chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3054)
  chore(deps): bump golang.org/x/net in /modules/scylladb (#3058)
  chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#3053)
  chore(deps): bump golang.org/x/net in /modules/databend (#3055)
mdelapenya added a commit that referenced this pull request Mar 24, 2025
…properties-1.8.9

* main:
  chore(deps): bump golang.org/x/sys from 0.28.0 to 0.31.0 (#3056)
  chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3054)
  chore(deps): bump golang.org/x/net in /modules/scylladb (#3058)
  chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#3053)
  chore(deps): bump golang.org/x/net in /modules/databend (#3055)
@mdelapenya mdelapenya added the security Vulnerabilities in dependencies or in the library itself label Mar 24, 2025
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Mar 25, 2025
* main:
  chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/dynamodb (testcontainers#3059)
  chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.9 (testcontainers#3057)
  chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.5.2 (testcontainers#3052)
  chore(deps): bump golang.org/x/sys from 0.28.0 to 0.31.0 (testcontainers#3056)
  chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (testcontainers#3054)
  chore(deps): bump golang.org/x/net in /modules/scylladb (testcontainers#3058)
  chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (testcontainers#3053)
  chore(deps): bump golang.org/x/net in /modules/databend (testcontainers#3055)
  feat(azure)!: add Azurite, EventHubs and ServiceBus in the new Azure module, deprecating the old Azurite module (testcontainers#3008)
  fix: update script path in chmod
  fix: update sonar script path (testcontainers#3045)
  chore(ci): manage Sonar projects from Github actions (testcontainers#3039)
  chore(deps): bump github.com/docker/buildx in /modules/compose (testcontainers#3043)
mdelapenya added a commit that referenced this pull request Mar 28, 2025
* main:
  chore: prepare for next minor development cycle (0.37.0)
  chore: use new version (v0.36.0) in modules and examples
  chore: dockerise docs build (#3060)
  chore(deps): bump golang.org/x/net from 0.23.0 to 0.36.0 in /modules/dynamodb (#3059)
  chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.9 (#3057)
  chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.5.2 (#3052)
  chore(deps): bump golang.org/x/sys from 0.28.0 to 0.31.0 (#3056)
  chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#3054)
  chore(deps): bump golang.org/x/net in /modules/scylladb (#3058)
  chore(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#3053)
  chore(deps): bump golang.org/x/net in /modules/databend (#3055)
  feat(azure)!: add Azurite, EventHubs and ServiceBus in the new Azure module, deprecating the old Azurite module (#3008)
  fix: update script path in chmod
  fix: update sonar script path (#3045)
  chore(ci): manage Sonar projects from Github actions (#3039)
  chore(deps): bump github.com/docker/buildx in /modules/compose (#3043)
  chore(deps): bump github.com/containerd/containerd/v2 (#3042)
  deps(compose): bump compose to v2.34.0 and compose-go to v2.4.9 (#3041)
  chore(deps): bump golang.org/x/net in /modules/yugabytedb (#3040)
  chore(deps)!: bump github.com/docker/docker from 27.1.1+incompatible to 28.0.1+incompatible (#3017)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies or external services go Pull requests that update go code security Vulnerabilities in dependencies or in the library itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants