build(deps): bump the go-modules group with 7 updates#142
Merged
Conversation
Bumps the go-modules group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/miekg/dns](https://github.com/miekg/dns) | `1.1.65` | `1.1.68` | | [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) | `1.7.0` | `1.8.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [github.com/things-go/go-socks5](https://github.com/things-go/go-socks5) | `0.0.6` | `0.1.0` | | [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) | `0.5.14` | `0.5.15` | | [golang.org/x/net](https://github.com/golang/net) | `0.39.0` | `0.40.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.13.0` | `0.14.0` | Updates `github.com/miekg/dns` from 1.1.65 to 1.1.68 - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](miekg/dns@v1.1.65...v1.1.68) Updates `github.com/refraction-networking/utls` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/refraction-networking/utls/releases) - [Commits](refraction-networking/utls@v1.7.0...v1.8.0) Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) Updates `github.com/things-go/go-socks5` from 0.0.6 to 0.1.0 - [Release notes](https://github.com/things-go/go-socks5/releases) - [Changelog](https://github.com/things-go/go-socks5/blob/master/.goreleaser.yaml) - [Commits](things-go/go-socks5@v0.0.6...v0.1.0) Updates `github.com/ulikunitz/xz` from 0.5.14 to 0.5.15 - [Commits](ulikunitz/xz@v0.5.14...v0.5.15) Updates `golang.org/x/net` from 0.39.0 to 0.40.0 - [Commits](golang/net@v0.39.0...v0.40.0) Updates `golang.org/x/sync` from 0.13.0 to 0.14.0 - [Commits](golang/sync@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-version: 1.1.68 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/refraction-networking/utls dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/things-go/go-socks5 dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/ulikunitz/xz dependency-version: 0.5.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: golang.org/x/net dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/sync dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
NGTmeaty
approved these changes
Sep 15, 2025
NGTmeaty
approved these changes
Sep 15, 2025
This file contains hidden or 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
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 the go-modules group with 7 updates:
1.1.651.1.681.7.01.8.01.9.11.10.10.0.60.1.00.5.140.5.150.39.00.40.00.13.00.14.0Updates
github.com/miekg/dnsfrom 1.1.65 to 1.1.68Commits
54c180dRelease 1.1.68b52b836Revert "Add ResponseWriter.Net function (#1651)" (#1665)330db33Release 1.1.6709e0436Error: change a whole bunch error messages' prefix (#1657)186ccfbAnnotate unpack* function errors with where the error happened. (#1590)4669827Bump the all group with 4 updates (#1653)96a6b9cAdd ResponseWriter.Net function (#1651)10d76bcRelease 1.1.66ed312a3Fix logic in xfr ReadMsg + add test (#1649)27318b9RFC 8490: Implement DSO type registryUpdates
github.com/refraction-networking/utlsfrom 1.7.0 to 1.8.0Release notes
Sourced from github.com/refraction-networking/utls's releases.
Commits
ab37775refactor: remove unused cf circl ech configd319820refactor: use stdlib ech functions for grease ech80dbaa4refactor: rm unused cloudflare pq codeb8c41e9feat: enhanced generateRandomizedSpec() with randomized keyShare and curveIDs5490d70feat: randomize minimum TLS version selectionbe0c457u_parrots.go: Minumum randomized TLS version 1.22d11d53ExportMlkemandMlkemEcdhein structKeySharePrivateKeys8d029b9ExposeserverHelloearlier in clientHandshake()7bcdf24Fix test datacbb1923Update u_parrots.goUpdates
github.com/spf13/cobrafrom 1.9.1 to 1.10.1Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)6dec1aeThe default ShellCompDirective can be customized for a command and its subcom...c8289c1chore(golangci-lint): add some exclusion presets4af7b64refactor: apply golangci-lint autofixes, work around false positives75790e4chore(golangci-lint): upgrade to v2db3ddb5Adding sponsorship to README.md67171d6putting sponsorship below headerUpdates
github.com/things-go/go-socks5from 0.0.6 to 0.1.0Release notes
Sourced from github.com/things-go/go-socks5's releases.
Commits
d12f602chore(ci): fix codeql1072b44ci: fix codeql6936c65ci: fix cid1a31a9fix: add UseBindIpBaseResolveAsUdpAddr option, closed #632432694Merge pull request #89 from things-go/dependabot/github_actions/golangci/gola...298f436Merge pull request #96 from things-go/dependabot/go_modules/github.com/stretc...9659cebMerge pull request #65 from ge9/master060f35bchore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.08948145Merge pull request #95 from things-go/dependabot/github_actions/actions/check...92af747chore(deps): bump actions/checkout from 4 to 5Updates
github.com/ulikunitz/xzfrom 0.5.14 to 0.5.15Commits
7eee8a8v9.5.15: release notes and formatting235be8dlzma: Fix default for ReaderConfig.DictCapUpdates
golang.org/x/netfrom 0.39.0 to 0.40.0Commits
7d6e62ago.mod: update golang.org/x dependenciesea0c1d9internal/timeseries: use built-in max/min to simplify the code3e7a445quic: skip packet numbers for optimistic ack defense3f563d3quic: use an enum for sentPacket statea3b6e77quic: don't re-lose packets when discarding keys22500a6quic: decode packet numbers >255 in testsdd0b200quic: remove go1.21 build constraintUpdates
golang.org/x/syncfrom 0.13.0 to 0.14.0Commits
506c70ferrgroup: propagate panic and Goexit through WaitDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions