Skip to content

Commit 93cd1d7

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4128df0 commit 93cd1d7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@v9.1.0
18+
uses: actions/stale@v10.0.0
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ module github.com/siderolabs/booter
33
go 1.24.5
44

55
replace (
6-
github.com/pin/tftp/v3 => github.com/utkuozdemir/pin-tftp/v3 v3.0.0-20241021135417-0dd7dba351ad
6+
github.com/pin/tftp/v3 => github.com/utkuozdemir/pin-tftp/v3 e69c06d0f2d4
77

88
// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
99
// which are then encoded as a valid YAML blocks with proper indentiation
10-
gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c
10+
gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0
1111
)
1212

1313
require (
14-
github.com/cosi-project/runtime v1.10.7
15-
github.com/insomniacslk/dhcp v0.0.0-20250417080101-5f8cf70e8c5f
14+
github.com/cosi-project/runtime v1.11.0
15+
github.com/insomniacslk/dhcp d3abe7ccb0ad
1616
github.com/jackpal/gateway v1.1.1
1717
github.com/pin/tftp/v3 v3.1.0
1818
github.com/siderolabs/gen v0.8.5
19-
github.com/siderolabs/image-factory v0.7.6
20-
github.com/siderolabs/omni/client v1.0.0
21-
github.com/siderolabs/talos/pkg/machinery v1.11.0-beta.0
22-
github.com/spf13/cobra v1.9.1
19+
github.com/siderolabs/image-factory v0.8.4
20+
github.com/siderolabs/omni/client v1.1.2
21+
github.com/siderolabs/talos/pkg/machinery v1.11.1
22+
github.com/spf13/cobra v1.10.1
2323
go.uber.org/zap v1.27.0
24-
golang.org/x/sync v0.16.0
24+
golang.org/x/sync v0.17.0
2525
)
2626

2727
require (

0 commit comments

Comments
 (0)