diff --git a/go.mod b/go.mod index 2174db5..5d52d04 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,6 @@ require ( github.com/spf13/pflag v1.0.10 github.com/spf13/viper v1.21.0 github.com/stretchr/testify v1.11.1 - go.yaml.in/yaml/v3 v3.0.4 golang.org/x/sys v0.34.0 google.golang.org/grpc v1.72.0 gopkg.in/yaml.v3 v3.0.1 @@ -208,6 +207,7 @@ require ( go.uber.org/automaxprocs v1.6.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect + go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect golang.org/x/mod v0.26.0 // indirect