File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ module github.com/siderolabs/booter
33go 1.24.5
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 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)
You can’t perform that action at this time.
0 commit comments