1
0
mirror of https://github.com/cmur2/miflorad.git synced 2026-07-11 10:39:54 +02:00

build(deps): bump golang.org/x/net from 0.44.0 to 0.55.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.44.0 to 0.55.0.
- [Commits](https://github.com/golang/net/compare/v0.44.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-03 08:31:58 +00:00
committed by GitHub
parent faddc79cb0
commit d0a9cc7adf
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
module miflorad
go 1.24.0
go 1.25.0
require (
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
@@ -19,8 +19,8 @@ require (
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/raff/goble v0.0.0-20200327175727-d63360dcfd80 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/sys v0.45.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)