File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ go 1.24.4
12
12
13
13
require (
14
14
github.com/distribution/reference v0.6.0
15
+ github.com/fsnotify/fsnotify v1.8.0
15
16
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
16
17
github.com/go-logr/logr v1.4.3
17
18
github.com/go-test/deep v1.1.1
@@ -45,14 +46,13 @@ require (
45
46
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
46
47
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
47
48
github.com/felixge/httpsnoop v1.0.4 // indirect
48
- github.com/fsnotify/fsnotify v1.8.0 // indirect
49
49
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
50
50
github.com/go-logr/stdr v1.2.2 // indirect
51
51
github.com/go-logr/zapr v1.3.0 // indirect
52
52
github.com/go-openapi/jsonpointer v0.21.1 // indirect
53
53
github.com/go-openapi/jsonreference v0.21.0 // indirect
54
54
github.com/go-openapi/swag v0.23.1 // indirect
55
- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
55
+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
56
56
github.com/gogo/protobuf v1.3.2 // indirect
57
57
github.com/google/btree v1.1.3 // indirect
58
58
github.com/google/cel-go v0.24.1 // indirect
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
52
52
github.com/go-task/slim-sprig/v3 v3.0.0 /go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8 =
53
53
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U =
54
54
github.com/go-test/deep v1.1.1 /go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE =
55
- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
56
- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
55
+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
56
+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
57
57
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
58
58
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
59
59
github.com/golang/protobuf v1.0.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments