@@ -3,25 +3,25 @@ module github.com/siderolabs/booter
33go 1.25.3
44
55replace (
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
1313require (
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 175e84fbb167
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.2.1
21+ github.com/siderolabs/talos/pkg/machinery v1.11.3
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
2727require (
0 commit comments