Skip to content

Commit 86e5d7d

Browse files
build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in the spf13 group (#17729)
* build(deps): bump github.com/spf13/pflag in the spf13 group Bumps the spf13 group with 1 update: [github.com/spf13/pflag](https://github.com/spf13/pflag). Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spf13 ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt * Update NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8c2567 commit 86e5d7d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2855,11 +2855,11 @@ Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected]/LICE
28552855

28562856
--------------------------------------------------------------------------------
28572857
Dependency : github.com/spf13/pflag
2858-
Version: v1.0.6
2858+
Version: v1.0.7
28592859
Licence type (autodetected): BSD-3-Clause
28602860
--------------------------------------------------------------------------------
28612861

2862-
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].6/LICENSE:
2862+
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].7/LICENSE:
28632863

28642864
Copyright (c) 2012 Alex Ogier. All rights reserved.
28652865
Copyright (c) 2012 The Go Authors. All rights reserved.

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2855,11 +2855,11 @@ Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected]/LICE
28552855

28562856
--------------------------------------------------------------------------------
28572857
Dependency : github.com/spf13/pflag
2858-
Version: v1.0.6
2858+
Version: v1.0.7
28592859
Licence type (autodetected): BSD-3-Clause
28602860
--------------------------------------------------------------------------------
28612861

2862-
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].6/LICENSE:
2862+
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].7/LICENSE:
28632863

28642864
Copyright (c) 2012 Alex Ogier. All rights reserved.
28652865
Copyright (c) 2012 The Go Authors. All rights reserved.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/pkg/errors v0.9.1
3030
github.com/ryanuber/go-glob v1.0.0
3131
github.com/spf13/cobra v1.9.1
32-
github.com/spf13/pflag v1.0.6
32+
github.com/spf13/pflag v1.0.7
3333
github.com/stretchr/testify v1.10.0
3434
go.elastic.co/apm/module/apmelasticsearch/v2 v2.7.1
3535
go.elastic.co/apm/module/apmgorilla/v2 v2.7.1

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,9 @@ github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
540540
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
541541
github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
542542
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
543-
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
544543
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
544+
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
545+
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
545546
github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI=
546547
github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg=
547548
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)