Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test #250

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

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

Commits
  • c48da13 http2: fix TestServerContinuationFlood flakes
  • 762b58d http2: fix tipos in comment
  • ba87210 http2: close connections when receiving too many headers
  • ebc8168 all: fix some typos
  • 3678185 http2: make TestCanonicalHeaderCacheGrowth faster
  • 448c44f http2: remove clientTester
  • c7877ac http2: convert the remaining clientTester tests to testClientConn
  • d8870b0 http2: use synthetic time in TestIdleConnTimeout
  • d73acff http2: only set up deadline when Server.IdleTimeout is positive
  • 89f602b http2: validate client/outgoing trailers
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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.19.0 to 0.23.0.
- [Commits](golang/net@v0.19.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 19, 2024
@tpetrychyn tpetrychyn merged commit 1c07759 into master Apr 19, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/lib/go/test/golang.org/x/net-0.23.0 branch April 19, 2024 17:08
judezhu pushed a commit that referenced this pull request Aug 7, 2024
* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* generated

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>
judezhu added a commit that referenced this pull request Sep 3, 2024
* first version of cadence 1.0

* Add minter entitlement and inherity NFT public interface in TopShot public interface

* update go version

* Swith view and access positions

* Adjust smart contracts for cadence 1.0

* fix contracts test

* nft v1.0.0 upgrade (#252)

* cadence 1 upgrade

* fix tests

* token updated

* sharded collection conforming to NFT provider and deposit

* remove contract initialized

* update fastbreakv1

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test (#250)

* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /lib/go/test

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* generated

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>

* upgrade flow sdk

* fix minted event

* updated go mod

* Fix tests on Cadence 1.0 (#255)

* Fix tests

* ci

* Update go version

* remove contract initialized

* fix get length

* remove unneeded entitlement

* emit standard events

* deprecate public interface

* Re-add public interfaces now due to usage in tests; remove un-needed nftUpdated event call, as it was already being called

* update assets

* remove Withdraw / Deposit events from Fastbreak in lieu of standard NFT events

* update readme

* Remove custom Withdraw / Deposit events being emitted

* update assets

* fix tests

* fix more tests

* remove unused code

* added events validateion

* updated all event type check

* fix fields

* fixed id

* fix unlock event

* fixed moment minted

* added new name

* add script to setup capabilities on minter account from locker account

* Embed transactions / scripts (#260)

* update assets

* update commit

* fix script

* run make test

* fix marketplace txes

* revert hardcoded address

* fix addresses

* updated assets

* fix tx

* updated assets

* fix script

* save cap on storage (#264)

* save cap on storage

* fix var / entitlements

* add comments and V1 Sale handling to create and start sale collection (#266)

---------

Co-authored-by: Joshua Hannan <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eric Ren <[email protected]>
Co-authored-by: Fabio Kenji <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: Jude Zhu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Petrychyn <[email protected]>
Co-authored-by: Joshua Hannan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant