Skip to content

Commit ee5b5db

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ 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.3
20+
github.com/siderolabs/omni/client v1.1.2
21+
github.com/siderolabs/talos/pkg/machinery v1.11.0
22+
github.com/spf13/cobra v1.10.1
2323
go.uber.org/zap v1.27.0
2424
golang.org/x/sync v0.16.0
2525
)

0 commit comments

Comments
 (0)