1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-10-04 17:52:05 +02:00

4 Commits

Author SHA1 Message Date
renovate[bot]
d2bad8f3f7 module: update module github.com/eclipse/paho.mqtt.golang to v1.5.1 2025-09-18 01:01:48 +00:00
renovate[bot]
0bad1106ce ci: update actions/setup-go action to v6 2025-09-11 10:03:18 +02:00
renovate[bot]
b9cea92d1b module: update module github.com/stretchr/testify to v1.11.1 2025-08-28 10:25:30 +02:00
renovate[bot]
be6749c2f6 ci: update actions/checkout action to v5 2025-08-14 10:24:22 +02:00
3 changed files with 7 additions and 5 deletions

View File

@@ -20,9 +20,9 @@ jobs:
GOPROXY: direct
GOSUMDB: off
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
- name: Build
@@ -32,7 +32,7 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"

4
go.mod
View File

@@ -4,10 +4,10 @@ go 1.23.0
require (
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.10.0
github.com/stretchr/testify v1.11.1
)
require (

2
go.sum
View File

@@ -42,6 +42,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/urfave/cli v1.22.2/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=