Skip to content

deps: bump github.com/things-go/go-socks5 from 0.0.5 to 0.1.1#3

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/things-go/go-socks5-0.1.1
Open

deps: bump github.com/things-go/go-socks5 from 0.0.5 to 0.1.1#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/things-go/go-socks5-0.1.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps github.com/things-go/go-socks5 from 0.0.5 to 0.1.1.

Release notes

Sourced from github.com/things-go/go-socks5's releases.

v0.1.1

Changelog

  • 2ae8998c3f872d53b11240792110e325b248cf66 Merge pull request #106 from things-go/dependabot/github_actions/golangci/golangci-lint-action-9
  • 34d921d7f144f869a3c1aec9eb660f77f2035911 Merge pull request #107 from things-go/dependabot/github_actions/actions/checkout-6
  • df42d5ec0b09e8e25808e4c35b5bc0315f3a065e Merge pull request #109 from things-go/dependabot/github_actions/actions/cache-5
  • d184bcfc7f711c21a835690a1fcc1bd91432fb98 Merge pull request #113 from backplane/fix-nil-remoteaddr-panic
  • 562cd19fba54578abc16659b8b7a1ae59335b4cb Merge pull request #114 from backplane/fix-handleassociate-panic-safety
  • 20c48a00fc75e7ce7c81d3611490d904e9d84a7b Merge pull request #116 from things-go/dependabot/github_actions/goreleaser/goreleaser-action-7
  • d58d4ade4e958903aecf8194af0250873cc58ad2 Merge pull request #98 from things-go/dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • c2801b9551c7d065dbaee88e69b6000a06a0e3dd Merge pull request #99 from things-go/dependabot/github_actions/actions/setup-go-6
  • 5d0b9bf1e881caeed9e0a18386544aedcee58b6c chore(deps): bump actions/cache from 4 to 5
  • 6be9f6b461439f26c97f04708d88115479ec9919 chore(deps): bump actions/checkout from 5 to 6
  • 472929910571b2b3674421f37bd2ed90dfc965f5 chore(deps): bump actions/setup-go from 5 to 6
  • cddc2a2d31fbc4398d816ec12b01ce7687773d23 chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
  • 5b54b403105ac0c12d5cebda8275658df8f72bea chore(deps): bump golangci/golangci-lint-action from 8 to 9
  • 9e1d2970d1cee32a4a7b297ee7a83d58ac177844 chore(deps): bump goreleaser/goreleaser-action from 6 to 7
  • 4ad891383ca009c57226db57bde576cf8749b6c5 ci: fix ci
  • afab4fd42c2c8b827521680475f2de63a9631d93 ci: fix ci
  • f4cd8386900ae1d5802f9b72e3e758e481edf741 fix: add defensive checks in handleAssociate to prevent panics
  • 30a50460791840707eb1f58937ed83d3bb1e7151 fix: prevent nil pointer panic in handleAssociate logging

v0.1.0

Changelog

  • 9659ceb66ec9f8a4aec032c5977289641cf453e5 Merge pull request #65 from ge9/master
  • 24326946d8d9e14e04cecdf358f562f4cc52a121 Merge pull request #89 from things-go/dependabot/github_actions/golangci/golangci-lint-action-8
  • 8948145949a74875a63adc7c3141bbd2a0eb76b9 Merge pull request #95 from things-go/dependabot/github_actions/actions/checkout-5
  • 298f436ceb89e4aaa714d5e6a5613b6e5f1a9c59 Merge pull request #96 from things-go/dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • d12f6027afa1158d1645ade0c314b2eb863f6c9b chore(ci): fix codeql
  • 92af747a3320ccc6ac9b4b5c968ae8cfb908c1e0 chore(deps): bump actions/checkout from 4 to 5
  • 060f35b1bff03ba21bd558cbf832f2dc3cfc2ea7 chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0
  • e34d76a55db395e2b4398fd4ca211411274e682f chore(deps): bump golangci/golangci-lint-action from 7 to 8
  • 5ae0634518771519ab1cf4a52d9a591c7d4ceb05 ci: add go releaser
  • 6936c655e166893d1434f4339024223ce3ea9eec ci: fix ci
  • 1072b44232683358ee6d34f0f2268db9ab8dc984 ci: fix codeql
  • d1a31a97956793dd81cd9939826e749c872a519a fix: add UseBindIpBaseResolveAsUdpAddr option, closed #63
  • 43e95d04ce4e10595a8b8395f0c9b793a906130d use LocalAddr for UDP associate bind address
Commits
  • 562cd19 Merge pull request #114 from backplane/fix-handleassociate-panic-safety
  • d184bcf Merge pull request #113 from backplane/fix-nil-remoteaddr-panic
  • 20c48a0 Merge pull request #116 from things-go/dependabot/github_actions/goreleaser/g...
  • 9e1d297 chore(deps): bump goreleaser/goreleaser-action from 6 to 7
  • f4cd838 fix: add defensive checks in handleAssociate to prevent panics
  • 30a5046 fix: prevent nil pointer panic in handleAssociate logging
  • df42d5e Merge pull request #109 from things-go/dependabot/github_actions/actions/cache-5
  • 5d0b9bf chore(deps): bump actions/cache from 4 to 5
  • 34d921d Merge pull request #107 from things-go/dependabot/github_actions/actions/chec...
  • 6be9f6b chore(deps): bump actions/checkout from 5 to 6
  • 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 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)

Bumps [github.com/things-go/go-socks5](https://github.com/things-go/go-socks5) from 0.0.5 to 0.1.1.
- [Release notes](https://github.com/things-go/go-socks5/releases)
- [Commits](things-go/go-socks5@v0.0.5...v0.1.1)

---
updated-dependencies:
- dependency-name: github.com/things-go/go-socks5
  dependency-version: 0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 29, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants