Skip to content

Commit 5fa0928

Browse files
dependabot[bot]vbehar
authored andcommitted
chore(deps): bump github.com/mattn/go-zglob from 0.0.4 to 0.0.6
Bumps [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob) from 0.0.4 to 0.0.6. - [Commits](mattn/go-zglob@v0.0.4...v0.0.6) --- updated-dependencies: - dependency-name: github.com/mattn/go-zglob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf87c7d commit 5fa0928

File tree

5 files changed

+75
-41
lines changed

5 files changed

+75
-41
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/go-git/go-git/v5 v5.13.2
1111
github.com/google/go-github/v57 v57.0.0
1212
github.com/imdario/mergo v0.3.16
13-
github.com/mattn/go-zglob v0.0.4
13+
github.com/mattn/go-zglob v0.0.6
1414
github.com/mholt/archiver v3.1.1+incompatible
1515
github.com/mikefarah/yq/v4 v4.28.2
1616
github.com/mitchellh/go-homedir v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27k
354354
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
355355
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
356356
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
357-
github.com/mattn/go-zglob v0.0.4 h1:LQi2iOm0/fGgu80AioIJ/1j9w9Oh+9DZ39J4VAGzHQM=
358-
github.com/mattn/go-zglob v0.0.4/go.mod h1:MxxjyoXXnMxfIpxTK2GAkw1w8glPsQILx3N5wrKakiY=
357+
github.com/mattn/go-zglob v0.0.6 h1:mP8RnmCgho4oaUYDIDn6GNxYk+qJGUs8fJLn+twYj2A=
358+
github.com/mattn/go-zglob v0.0.6/go.mod h1:MxxjyoXXnMxfIpxTK2GAkw1w8glPsQILx3N5wrKakiY=
359359
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
360360
github.com/mholt/archiver v3.1.1+incompatible h1:1dCVxuqs0dJseYEhi5pl7MYPH9zDa1wBi7mF09cbNkU=
361361
github.com/mholt/archiver v3.1.1+incompatible/go.mod h1:Dh2dOXnSdiLxRiPoVfIr/fI1TwETms9B8CTWfeh7ROU=

vendor/github.com/mattn/go-zglob/README.md

Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-zglob/zglob.go

Lines changed: 61 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ github.com/mattn/go-colorable
466466
# github.com/mattn/go-isatty v0.0.20
467467
## explicit; go 1.15
468468
github.com/mattn/go-isatty
469-
# github.com/mattn/go-zglob v0.0.4
469+
# github.com/mattn/go-zglob v0.0.6
470470
## explicit; go 1.12
471471
github.com/mattn/go-zglob
472472
github.com/mattn/go-zglob/fastwalk

0 commit comments

Comments
 (0)