mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
Bumps the golang group with 1 update: [golang.org/x/image](https://github.com/golang/image). Updates `golang.org/x/image` from 0.42.0 to 0.43.0 - [Commits](https://github.com/golang/image/compare/v0.42.0...v0.43.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-version: 0.43.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.4 KiB
AMPL
41 lines
1.4 KiB
AMPL
module github.com/gesellix/bose-soundtouch
|
|
|
|
go 1.26.4
|
|
|
|
require (
|
|
filippo.io/age v1.3.1
|
|
github.com/chromedp/chromedp v0.15.1
|
|
github.com/go-chi/chi/v5 v5.2.5
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/hashicorp/mdns v1.0.7
|
|
github.com/miekg/dns v1.1.72
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/sergi/go-diff v1.4.0
|
|
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
|
|
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
|
|
github.com/urfave/cli/v2 v2.27.7
|
|
golang.org/x/crypto v0.53.0
|
|
golang.org/x/net v0.56.0
|
|
golang.org/x/term v0.44.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
|
filippo.io/hpke v0.4.0 // indirect
|
|
github.com/chromedp/cdproto v0.0.0-20260427013145-5737772c319b // indirect
|
|
github.com/chromedp/sysutil v1.1.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20260505212615-e40f80bf6836 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.4.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
|
|
golang.org/x/image v0.43.0 // indirect
|
|
golang.org/x/mod v0.37.0 // indirect
|
|
golang.org/x/sync v0.21.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
golang.org/x/text v0.38.0 // indirect
|
|
golang.org/x/tools v0.46.0 // indirect
|
|
)
|