Bump the golang-x group across 1 directory with 4 updates

Bumps the golang-x group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.50.0 to 0.57.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.57.0)

Updates `golang.org/x/sys` from 0.41.0 to 0.47.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.47.0)

Updates `golang.org/x/term` from 0.40.0 to 0.45.0
- [Commits](https://github.com/golang/term/compare/v0.40.0...v0.45.0)

Updates `golang.org/x/text` from 0.34.0 to 0.40.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.34.0...v0.40.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
- dependency-name: golang.org/x/sys
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
- dependency-name: golang.org/x/term
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-03 16:09:52 +00:00
committed by GitHub
parent e82bc81081
commit 286af21bf8
2 changed files with 13 additions and 13 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
module github.com/dweymouth/supersonic
go 1.24.0
go 1.25.0
require (
fyne.io/fyne/v2 v2.7.2
@@ -26,10 +26,10 @@ require (
github.com/supersonic-app/go-subsonic v0.0.0-20260416152144-7a5f505a273c
github.com/supersonic-app/go-upnpcast v0.1.1-0.20260517163705-d76cd97c192f
github.com/zalando/go-keyring v0.2.8
golang.org/x/net v0.50.0
golang.org/x/sys v0.41.0
golang.org/x/term v0.40.0
golang.org/x/text v0.34.0
golang.org/x/net v0.57.0
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
golang.org/x/text v0.40.0
)
require (