From 6fc5d1a97b9cb58d8b1e6bbd1e40a107f6ce204d Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Mon, 9 Mar 2020 23:35:01 +0100 Subject: [PATCH] Upgrade vendor github.com/Sabayon/pkgs-checker@v0.6.1 --- go.mod | 2 +- go.sum | 2 ++ vendor/github.com/Sabayon/pkgs-checker/pkg/gentoo/pkg.go | 2 +- vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c4880321..6bf1efdf 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.12 require ( github.com/DataDog/zstd v1.4.4 // indirect github.com/MottainaiCI/simplestreams-builder v0.0.0-20190710131531-efb382161f56 // indirect - github.com/Sabayon/pkgs-checker v0.5.1-0.20200221202320-073693f2c657 + github.com/Sabayon/pkgs-checker v0.6.1 github.com/asdine/storm v0.0.0-20190418133842-e0f77eada154 github.com/briandowns/spinner v1.7.0 github.com/cavaliercoder/grab v2.0.0+incompatible diff --git a/go.sum b/go.sum index ead5aa21..23438d5f 100644 --- a/go.sum +++ b/go.sum @@ -19,6 +19,8 @@ github.com/Sabayon/pkgs-checker v0.4.2-0.20200101193228-1d500105afb7/go.mod h1:G github.com/Sabayon/pkgs-checker v0.5.0 h1:VRyyAxo6ox41Dytyl+K+QC+Tps0IxvqYbidu+AH+HUQ= github.com/Sabayon/pkgs-checker v0.5.1-0.20200221202320-073693f2c657 h1:VK5S2Gh9kPUxX81zCFUgKVQn+hFy6VgyZMD3QLm76u8= github.com/Sabayon/pkgs-checker v0.5.1-0.20200221202320-073693f2c657/go.mod h1:GFGM6ZzSE5owdGgjLnulj0+Vt9UTd5LFGmB2AOVPYrE= +github.com/Sabayon/pkgs-checker v0.6.1 h1:7HIrrAQujfEQ0+vPjb1Px4AdUY7KWQPn8W0NjKMoGLI= +github.com/Sabayon/pkgs-checker v0.6.1/go.mod h1:GFGM6ZzSE5owdGgjLnulj0+Vt9UTd5LFGmB2AOVPYrE= github.com/Sereal/Sereal v0.0.0-20181211220259-509a78ddbda3 h1:Xu7z47ZiE/J+sKXHZMGxEor/oY2q6dq51fkO0JqdSwY= github.com/Sereal/Sereal v0.0.0-20181211220259-509a78ddbda3/go.mod h1:D0JMgToj/WdxCgd30Kc1UcA9E+WdZoJqeVOuYW7iTBM= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= diff --git a/vendor/github.com/Sabayon/pkgs-checker/pkg/gentoo/pkg.go b/vendor/github.com/Sabayon/pkgs-checker/pkg/gentoo/pkg.go index 06e2511e..3320fd88 100644 --- a/vendor/github.com/Sabayon/pkgs-checker/pkg/gentoo/pkg.go +++ b/vendor/github.com/Sabayon/pkgs-checker/pkg/gentoo/pkg.go @@ -56,7 +56,7 @@ const ( const ( RegexCatString = `(^[a-z]+[0-9]*[a-z]*[-][a-z]+[0-9]*[a-z]*|^virtual)` - RegexPkgNameString = `([a-z]+[0-9a-zA-Z\-[+]*]*[+]*)` + RegexPkgNameString = `([a-z]+[0-9a-zA-Z\-_[+]*]*[+]*)` ) type GentooPackage struct { diff --git a/vendor/modules.txt b/vendor/modules.txt index 7f5a7e5b..041d4e9e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -23,7 +23,7 @@ github.com/Microsoft/hcsshim/internal/longpath github.com/Microsoft/hcsshim/internal/safefile # github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 github.com/Nvveen/Gotty -# github.com/Sabayon/pkgs-checker v0.5.1-0.20200221202320-073693f2c657 +# github.com/Sabayon/pkgs-checker v0.6.1 github.com/Sabayon/pkgs-checker/pkg/gentoo # github.com/apex/log v1.1.1 github.com/apex/log