-
-
Notifications
You must be signed in to change notification settings - Fork 308
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.22.0 to 0.23.0 #301
Merged
antoniomika
merged 1 commit into
main
from
dependabot/go_modules/golang.org/x/net-0.23.0
Apr 19, 2024
Merged
Bump golang.org/x/net from 0.22.0 to 0.23.0 #301
antoniomika
merged 1 commit into
main
from
dependabot/go_modules/golang.org/x/net-0.23.0
Apr 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](golang/net@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Apr 19, 2024
widhaprasa
added a commit
to widhaprasa/sish
that referenced
this pull request
May 27, 2024
commit f381389 Author: Antonio Mika <me@antoniomika.me> Date: Tue Apr 30 16:52:08 2024 -0400 Update deps (antoniomika#302) * Update deps * Use bufio reader * Revert "Use bufio reader" This reverts commit c8003d4. * Print peeked info * Revert "Revert "Use bufio reader"" This reverts commit ff656b0. * Fixed sni reading * Handle sni based unix conn better commit 81e4350 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Apr 19 09:36:38 2024 -0400 Bump golang.org/x/net from 0.22.0 to 0.23.0 (antoniomika#301) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](golang/net@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 7ad6956 Author: Antonio Mika <me@antoniomika.me> Date: Fri Mar 8 08:56:04 2024 -0500 Enable the use of environment vars (antoniomika#300) commit 9f3f566 Author: Antonio Mika <me@antoniomika.me> Date: Thu Mar 7 18:33:15 2024 -0500 Update to go 1.22 and use multilistener (antoniomika#298) * Update to go 1.22 and use multilistener * Update * Updates * Set ports for tcp addresses properly * Fix address separator * Fixes * Update multilistener * Cleanup rogue log commit d0511c4 Author: Eric Bower <me@erock.io> Date: Thu Mar 7 09:13:34 2024 -0500 chore: update pdocs to latest (antoniomika#295) * chore: update pdocs to latest * design: sidebar commit 3ad5105 Author: Eric Bower <me@erock.io> Date: Tue Feb 13 10:24:03 2024 -0500 feat(docs): sitemap with links for headers (antoniomika#292) commit c64d009 Author: Dominik Konik <dkonik@dkonik.com> Date: Mon Feb 12 23:08:27 2024 -0500 Fix typo in comment (antoniomika#294) commit e8c56f6 Author: Antonio Mika <antoniomika@gmail.com> Date: Mon Jan 29 10:30:04 2024 -0500 Fix docs build commit 97edc2e Author: Antonio Mika <antoniomika@gmail.com> Date: Mon Jan 29 10:26:41 2024 -0500 Run go mod tidy commit 0c4f193 Author: Eric Bower <me@erock.io> Date: Mon Jan 29 10:17:13 2024 -0500 feat: docs site (antoniomika#286) * feat: docs site * docs: copy * chore(docs): update cli post * revert * chore: go.mod commit 6892112 Author: Antonio Mika <me@antoniomika.me> Date: Tue Jan 23 11:32:29 2024 -0500 Initial work on private aliases (antoniomika#291) * Initial work on private aliases * Ensure the current user is allowed to access the alias * Print the self ssh fingerprint * Add pubkeyfingerprint to alias log line * Start conn with self allowed for tcp aliases * Cleanup commit 4ed4208 Author: Antonio Mika <me@antoniomika.me> Date: Thu Oct 12 16:20:01 2023 -0400 Pin golang to major.minor.patch (antoniomika#284) * Pin golang to major.minor.patch * Update package deps commit 7ca0808 Author: Antonio Mika <me@antoniomika.me> Date: Wed Oct 11 19:49:44 2023 -0400 Update golang versions. Supersedes up antoniomika#282 (antoniomika#283) commit b89a463 Author: Antonio Mika <me@antoniomika.me> Date: Mon Oct 9 14:48:00 2023 -0400 Set conn deadline to both reads and writes (antoniomika#281) commit 56816e6 Author: Antonio Mika <me@antoniomika.me> Date: Sat Oct 7 20:14:32 2023 -0400 Updated go deps and general package work (antoniomika#279) * Updated go deps and general package work * Update used go version to 1.21 * feat: wildcard support * Fixed lint * feat: auto redirect to https * Use proper hostname in redirect * Add wildcards to sni proxy * Ensure wildcard isn't too greedy and fix sni on https port * Code cleanup --------- Co-authored-by: Son Nguyen <sonntuet1997@gmail.com> commit 62dec83 Author: Antonio Mika <antoniomika@gmail.com> Date: Tue Dec 20 13:31:17 2022 -0500 Use original address for forwarded channel. Fix antoniomika#237 commit c54d681 Author: Antonio Mika <antoniomika@gmail.com> Date: Mon Dec 12 12:04:17 2022 -0500 Force lower case aliases and subdomains commit 4b5c2db Author: Antonio Mika <me@antoniomika.me> Date: Mon Dec 12 10:56:14 2022 -0500 Update ci/cd and deps (antoniomika#262) * Update ci/cd and deps * Fix build args commit a8236e5 Author: Antonio Mika <me@antoniomika.me> Date: Tue Oct 25 10:20:34 2022 -0400 Fixed http override port (antoniomika#256) * Fixed http override port * Cleanup references used for establishing tunnels * Removed short flag from authentication-key-request-url commit fe2b1c2 Author: Roshan Jobanputra <3818834+rjobanp@users.noreply.github.com> Date: Fri Oct 21 12:04:10 2022 -0400 Add authentication-key-request-url option (antoniomika#247) * Add authentication-key-request-url option to allow validation of ssh public key auth via an http POST request to a separate application * Switch to using JSON body in request and include username & remote address of client. commit bcd6911 Author: Sabri Eyuboglu <32822771+seyuboglu@users.noreply.github.com> Date: Fri Oct 21 09:02:58 2022 -0700 Add a check to the gcloud DNS record instructions (antoniomika#251) Add commands for checking that the DNS records were set up correctly. Inspired by the issue antoniomika#250 commit 9696686 Author: Antonio Mika <me@antoniomika.me> Date: Fri Oct 21 11:44:48 2022 -0400 Added streaming for httpmuxer (antoniomika#255) * Added streaming for httpmuxer * Fix gzip response checking commit 890c931 Author: Antonio Mika <antoniomika@gmail.com> Date: Mon Oct 17 12:17:52 2022 -0400 Added full route identifiers commit 7aecd2d Author: Artem Ivanov <ivanovart@users.noreply.github.com> Date: Sun Sep 11 18:56:59 2022 +0200 fix ondemand cert issuing (antoniomika#243) commit c49a1ca Author: Antonio Mika <me@antoniomika.me> Date: Sun Sep 11 12:55:54 2022 -0400 Fixed acme tls-alpn challenges (antoniomika#244) * Fixed acme tls-alpn challenges * Return connection to default handler if unable to read hello * Fix peek check * Simplify dockerfile and update dependencies * Cleanup build cache requirements commit b8ab4cf Merge: 8f44621 3768d42 Author: Antonio Mika <me@antoniomika.me> Date: Wed Aug 24 11:41:25 2022 -0400 Merge pull request antoniomika#241 from antoniomika/am/upgrade-go-1-19 Updated sish to go 1.19 commit 3768d42 Author: Antonio Mika <antoniomika@gmail.com> Date: Wed Aug 24 11:26:25 2022 -0400 Update dependencies commit 58df1cd Author: Antonio Mika <antoniomika@gmail.com> Date: Wed Aug 24 11:13:16 2022 -0400 Updated sish to go 1.19 commit 8f44621 Author: Tim Krins <timkrins@gmail.com> Date: Wed Aug 24 16:10:36 2022 +0100 Expanded debug logging, fix deprecations (antoniomika#240) * Add debug messages for aborted requests * Don't use %s for Println * Fix deprecated ioutil calls * Fix incorrect leading spaces for comment * Add debug-interval option * Align debug logging syntax with existing error logging * Fix linting errors, fix status logging * Ensure debug-interval is not zero commit 4a28b9e Author: Antonio Mika <me@antoniomika.me> Date: Fri Aug 5 22:22:38 2022 -0400 Update gcloud.md Closes antoniomika#238
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps golang.org/x/net from 0.22.0 to 0.23.0.
Commits
c48da13
http2: fix TestServerContinuationFlood flakes762b58d
http2: fix tipos in commentba87210
http2: close connections when receiving too many headersebc8168
all: fix some typos3678185
http2: make TestCanonicalHeaderCacheGrowth faster448c44f
http2: remove clientTesterc7877ac
http2: convert the remaining clientTester tests to testClientConnd8870b0
http2: use synthetic time in TestIdleConnTimeoutd73acff
http2: only set up deadline when Server.IdleTimeout is positive89f602b
http2: validate client/outgoing trailersDependabot 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.