File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 # renovate: datasource=github-releases depName=goreleaser packageName=goreleaser/goreleaser
11- GORELEASER_VERSION : 2.11.2
11+ GORELEASER_VERSION : 2.13.0
1212
1313jobs :
1414 lint :
Original file line number Diff line number Diff line change 2727
2828env :
2929 # renovate: datasource=github-releases depName=goreleaser packageName=goreleaser/goreleaser
30- GORELEASER_VERSION : 2.11.2
30+ GORELEASER_VERSION : 2.13.0
3131
3232jobs :
3333 publish :
Original file line number Diff line number Diff line change 1- FROM ghcr.io/astral-sh/uv:0.8.13 -python3.13-alpine
1+ FROM ghcr.io/astral-sh/uv:0.9.16 -python3.13-alpine
22
33ENV SYSTEM_LINK_CONFIG=/config/config.yaml
44ENV SYSTEM_LINK_LOGS_DIR=/logs
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ require (
66 github.com/PaesslerAG/jsonpath v0.1.1
77 github.com/creasty/defaults v1.8.0
88 github.com/distatus/battery v0.11.0
9- github.com/eclipse/paho.mqtt.golang v1.5.0
10- github.com/go-co-op/gocron/v2 v2.16.3
11- github.com/go-playground/validator/v10 v10.27 .0
12- github.com/goccy/go-yaml v1.18 .0
9+ github.com/eclipse/paho.mqtt.golang v1.5.1
10+ github.com/go-co-op/gocron/v2 v2.18.2
11+ github.com/go-playground/validator/v10 v10.28 .0
12+ github.com/goccy/go-yaml v1.19 .0
1313 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1414 github.com/kbinani/screenshot v0.0.0-20240820160931-a8a2c5d0e191
1515 github.com/mattn/go-isatty v0.0.20
1616 github.com/rs/zerolog v1.34.0
17- github.com/shirou/gopsutil/v4 v4.25.7
18- golang.org/x/sys v0.35 .0
19- golang.org/x/text v0.28 .0
17+ github.com/shirou/gopsutil/v4 v4.25.11
18+ golang.org/x/sys v0.38 .0
19+ golang.org/x/text v0.31 .0
2020 gopkg.in/natefinch/lumberjack.v2 v2.2.1
2121)
2222
You can’t perform that action at this time.
0 commit comments