Skip to content

Commit ca0d685

Browse files
Add TODO to replace gopkg.in/yaml.v3 [skip ci]
1 parent e3747e8 commit ca0d685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ require (
1616
github.com/sapcc/go-api-declarations v1.14.3
1717
github.com/sapcc/go-bits v0.0.0-20250410003731-7b4174e5d933
1818
go.uber.org/automaxprocs v1.6.0
19+
// TODO: We should replace this package, since the author decided to
20+
// archive it on 1st of April 2025 (unfortunately no April fools joke).
1921
gopkg.in/yaml.v3 v3.0.1
2022
)
2123

0 commit comments

Comments
 (0)