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
1212
1313require (
1414 github.com/distribution/reference v0.6.0
15+ github.com/fsnotify/fsnotify v1.8.0
1516 github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
1617 github.com/go-logr/logr v1.4.3
1718 github.com/go-test/deep v1.1.1
@@ -45,14 +46,13 @@ require (
4546 github.com/emicklei/go-restful/v3 v3.12.2 // indirect
4647 github.com/evanphx/json-patch/v5 v5.9.11 // indirect
4748 github.com/felixge/httpsnoop v1.0.4 // indirect
48- github.com/fsnotify/fsnotify v1.8.0 // indirect
4949 github.com/fxamacker/cbor/v2 v2.8.0 // indirect
5050 github.com/go-logr/stdr v1.2.2 // indirect
5151 github.com/go-logr/zapr v1.3.0 // indirect
5252 github.com/go-openapi/jsonpointer v0.21.1 // indirect
5353 github.com/go-openapi/jsonreference v0.21.0 // indirect
5454 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
5656 github.com/gogo/protobuf v1.3.2 // indirect
5757 github.com/google/btree v1.1.3 // indirect
5858 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
5252github.com/go-task/slim-sprig/v3 v3.0.0 /go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8 =
5353github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U =
5454github.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 =
5757github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
5858github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
5959github.com/golang/protobuf v1.0.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments