We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f12ecbb + 133f75e commit e8775feCopy full SHA for e8775fe
go.mod
@@ -3,9 +3,13 @@ module sigs.k8s.io/structured-merge-diff/v6
3
require (
4
github.com/google/go-cmp v0.5.9
5
github.com/json-iterator/go v1.1.12
6
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7
sigs.k8s.io/randfill v0.0.0-20250304075658-069ef1bbf016
8
sigs.k8s.io/yaml v1.4.0
9
)
10
11
-go 1.13
+require (
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
12
+ github.com/modern-go/reflect2 v1.0.2 // indirect
13
+)
14
+
15
+go 1.19
0 commit comments