Skip to content

Commit b964d7e

Browse files
authored
feat: add azldev image boot (#424)
1 parent f1162e2 commit b964d7e

11 files changed

Lines changed: 2433 additions & 21 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ require (
5050
go.uber.org/mock v0.6.0
5151
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
5252
golang.org/x/sys v0.40.0
53+
gopkg.in/yaml.v3 v3.0.1
5354
)
5455

5556
require (
@@ -146,5 +147,4 @@ require (
146147
golang.org/x/text v0.32.0 // indirect
147148
google.golang.org/protobuf v1.36.8 // indirect
148149
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
149-
gopkg.in/yaml.v3 v3.0.1 // indirect
150150
)

0 commit comments

Comments
 (0)