diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index b0f7ba73ff..6cc5eecd4b 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -3457,11 +3457,11 @@ Contents of probable licence file $GOMODCACHE/github.com/spf13/cobra@v1.10.1/LIC -------------------------------------------------------------------------------- Dependency : github.com/spf13/pflag -Version: v1.0.9 +Version: v1.0.10 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/spf13/pflag@v1.0.9/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/spf13/pflag@v1.0.10/LICENSE: Copyright (c) 2012 Alex Ogier. All rights reserved. Copyright (c) 2012 The Go Authors. All rights reserved. diff --git a/NOTICE.txt b/NOTICE.txt index 661ea9ce48..545483d0cf 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -3457,11 +3457,11 @@ Contents of probable licence file $GOMODCACHE/github.com/spf13/cobra@v1.10.1/LIC -------------------------------------------------------------------------------- Dependency : github.com/spf13/pflag -Version: v1.0.9 +Version: v1.0.10 Licence type (autodetected): BSD-3-Clause -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/spf13/pflag@v1.0.9/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/spf13/pflag@v1.0.10/LICENSE: Copyright (c) 2012 Alex Ogier. All rights reserved. Copyright (c) 2012 The Go Authors. All rights reserved. diff --git a/go.mod b/go.mod index 721aaf436a..9181f5ec84 100644 --- a/go.mod +++ b/go.mod @@ -32,7 +32,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/ryanuber/go-glob v1.0.0 github.com/spf13/cobra v1.10.1 - github.com/spf13/pflag v1.0.9 + github.com/spf13/pflag v1.0.10 github.com/stretchr/testify v1.11.1 go.elastic.co/apm/module/apmelasticsearch/v2 v2.7.1 go.elastic.co/apm/module/apmgorilla/v2 v2.7.1 diff --git a/go.sum b/go.sum index a7b65ca4ec..cd4430c47f 100644 --- a/go.sum +++ b/go.sum @@ -601,8 +601,9 @@ github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4 github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY= github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk= +github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg=