pax_global_header00006660000000000000000000000064145510677220014523gustar00rootroot0000000000000052 comment=e5dcdd9e5e5efab8e08315a5a1eff244527c718a golang-github-shibumi-go-pathspec-1.3.0/000077500000000000000000000000001455106772200201215ustar00rootroot00000000000000golang-github-shibumi-go-pathspec-1.3.0/.github/000077500000000000000000000000001455106772200214615ustar00rootroot00000000000000golang-github-shibumi-go-pathspec-1.3.0/.github/workflows/000077500000000000000000000000001455106772200235165ustar00rootroot00000000000000golang-github-shibumi-go-pathspec-1.3.0/.github/workflows/test.yml000066400000000000000000000015571455106772200252300ustar00rootroot00000000000000on: [push, pull_request] name: test jobs: test: strategy: matrix: go-version: [1.15.x, 1.16.x, 1.17.x] os: [ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Install Go uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }} - name: Checkout code uses: actions/checkout@v2 - name: Format Unix if: runner.os == 'Linux' run: test -z $(go fmt ./...) - name: Test run: go test -covermode atomic -coverprofile='profile.cov' ./... - name: Send coverage if: runner.os == 'Linux' env: COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | GO111MODULE=off go get github.com/mattn/goveralls $(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=githubgolang-github-shibumi-go-pathspec-1.3.0/.gitignore000066400000000000000000000004311455106772200221070ustar00rootroot00000000000000# Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a *.so # Folders _obj _test # Architecture specific extensions/prefixes *.[568vq] [568vq].out *.cgo1.go *.cgo2.c _cgo_defun.c _cgo_gotypes.go _cgo_export.* _testmain.go *.exe *.test # ignore .idea .idea golang-github-shibumi-go-pathspec-1.3.0/GO-LICENSE000066400000000000000000000027071455106772200214370ustar00rootroot00000000000000Copyright (c) 2012 The Go Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. golang-github-shibumi-go-pathspec-1.3.0/LICENSE000066400000000000000000000260741455106772200211370ustar00rootroot00000000000000Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright {yyyy} {name of copyright owner} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. golang-github-shibumi-go-pathspec-1.3.0/README.md000066400000000000000000000031031455106772200213750ustar00rootroot00000000000000# go-pathspec [![build](https://github.com/shibumi/go-pathspec/workflows/build/badge.svg)](https://github.com/shibumi/go-pathspec/actions?query=workflow%3Abuild) [![Coverage Status](https://coveralls.io/repos/github/shibumi/go-pathspec/badge.svg)](https://coveralls.io/github/shibumi/go-pathspec) [![PkgGoDev](https://pkg.go.dev/badge/github.com/shibumi/go-pathspec)](https://pkg.go.dev/github.com/shibumi/go-pathspec) go-pathspec implements gitignore-style pattern matching for paths. ## Alternatives There are a few alternatives, that try to be gitignore compatible or even state gitignore compatibility: ### https://github.com/go-git/go-git go-git states it would be gitignore compatible, but actually they are missing a few special cases. This issue describes one of the not working patterns: https://github.com/go-git/go-git/issues/108 What does not work is global filename pattern matching. Consider the following `.gitignore` file: ```gitignore # gitignore test file parse.go ``` Then `parse.go` should match on all filenames called `parse.go`. You can test this via this shell script: ```shell mkdir -p /tmp/test/internal/util touch /tmp/test/internal/util/parse.go cd /tmp/test/ git init echo "parse.go" > .gitignore ``` With git `parse.go` will be excluded. The go-git implementation behaves different. ### https://github.com/monochromegane/go-gitignore monochromegane's go-gitignore does not support the use of `**`-operators. This is not consistent to real gitignore behavior, too. ## Authors Sander van Harmelen () Christian Rebischke () golang-github-shibumi-go-pathspec-1.3.0/gitignore.go000066400000000000000000000226111455106772200224410ustar00rootroot00000000000000// // Copyright 2014, Sander van Harmelen // Copyright 2020, Christian Rebischke // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // Package pathspec implements git compatible gitignore pattern matching. // See the description below, if you are unfamiliar with it: // // A blank line matches no files, so it can serve as a separator for readability. // // A line starting with # serves as a comment. Put a backslash ("\") in front of // the first hash for patterns that begin with a hash. // // An optional prefix "!" which negates the pattern; any matching file excluded // by a previous pattern will become included again. If a negated pattern matches, // this will override lower precedence patterns sources. Put a backslash ("\") in // front of the first "!" for patterns that begin with a literal "!", for example, // "\!important!.txt". // // If the pattern ends with a slash, it is removed for the purpose of the following // description, but it would only find a match with a directory. In other words, // foo/ will match a directory foo and paths underneath it, but will not match a // regular file or a symbolic link foo (this is consistent with the way how pathspec // works in general in Git). // // If the pattern does not contain a slash /, Git treats it as a shell glob pattern // and checks for a match against the pathname relative to the location of the // .gitignore file (relative to the toplevel of the work tree if not from a // .gitignore file). // // Otherwise, Git treats the pattern as a shell glob suitable for consumption by // fnmatch(3) with the FNM_PATHNAME flag: wildcards in the pattern will not match // a / in the pathname. For example, "Documentation/*.html" matches // "Documentation/git.html" but not "Documentation/ppc/ppc.html" or/ // "tools/perf/Documentation/perf.html". // // A leading slash matches the beginning of the pathname. For example, "/*.c" // matches "cat-file.c" but not "mozilla-sha1/sha1.c". // // Two consecutive asterisks ("**") in patterns matched against full pathname // may have special meaning: // // A leading "**" followed by a slash means match in all directories. For example, // "**/foo" matches file or directory "foo" anywhere, the same as pattern "foo". // "**/foo/bar" matches file or directory "bar" anywhere that is directly under // directory "foo". // // A trailing "/" matches everything inside. For example, "abc/" matches all files // inside directory "abc", relative to the location of the .gitignore file, with // infinite depth. // // A slash followed by two consecutive asterisks then a slash matches zero or more // directories. For example, "a/**/b" matches "a/b", "a/x/b", "a/x/y/b" and so on. // // Other consecutive asterisks are considered invalid. package pathspec import ( "bufio" "bytes" "io" "path/filepath" "regexp" "strings" ) type gitIgnorePattern struct { Regex string Include bool } // GitIgnore uses a string slice of patterns for matching on a filepath string. // On match it returns true, otherwise false. On error it passes the error through. func GitIgnore(patterns []string, name string) (ignore bool, err error) { for _, pattern := range patterns { p := parsePattern(pattern) // Convert Windows paths to Unix paths name = filepath.ToSlash(name) match, err := regexp.MatchString(p.Regex, name) if err != nil { return ignore, err } if match { if p.Include { return false, nil } ignore = true } } return ignore, nil } // ReadGitIgnore implements the io.Reader interface for reading a gitignore file // line by line. It behaves exactly like the GitIgnore function. The only difference // is that GitIgnore works on a string slice. // // ReadGitIgnore returns a boolean value if we match or not and an error. func ReadGitIgnore(content io.Reader, name string) (ignore bool, err error) { scanner := bufio.NewScanner(content) for scanner.Scan() { pattern := strings.TrimSpace(scanner.Text()) if len(pattern) == 0 || pattern[0] == '#' { continue } p := parsePattern(pattern) // Convert Windows paths to Unix paths name = filepath.ToSlash(name) match, err := regexp.MatchString(p.Regex, name) if err != nil { return ignore, err } if match { if p.Include { return false, scanner.Err() } ignore = true } } return ignore, scanner.Err() } func parsePattern(pattern string) *gitIgnorePattern { p := &gitIgnorePattern{} // An optional prefix "!" which negates the pattern; any matching file // excluded by a previous pattern will become included again. if strings.HasPrefix(pattern, "!") { pattern = pattern[1:] p.Include = true } else { p.Include = false } // Remove leading back-slash escape for escaped hash ('#') or // exclamation mark ('!'). if strings.HasPrefix(pattern, "\\") { pattern = pattern[1:] } // Split pattern into segments. patternSegs := strings.Split(pattern, "/") // A pattern beginning with a slash ('/') will only match paths // directly on the root directory instead of any descendant paths. // So remove empty first segment to make pattern absoluut to root. // A pattern without a beginning slash ('/') will match any // descendant path. This is equivilent to "**/{pattern}". So // prepend with double-asterisks to make pattern relative to // root. if patternSegs[0] == "" { patternSegs = patternSegs[1:] } else if patternSegs[0] != "**" { patternSegs = append([]string{"**"}, patternSegs...) } // A pattern ending with a slash ('/') will match all descendant // paths of if it is a directory but not if it is a regular file. // This is equivalent to "{pattern}/**". So, set last segment to // double asterisks to include all descendants. if patternSegs[len(patternSegs)-1] == "" { patternSegs[len(patternSegs)-1] = "**" } // Build regular expression from pattern. var expr bytes.Buffer expr.WriteString("^") needSlash := false for i, seg := range patternSegs { switch seg { case "**": switch { case i == 0 && i == len(patternSegs)-1: // A pattern consisting solely of double-asterisks ('**') // will match every path. expr.WriteString(".+") case i == 0: // A normalized pattern beginning with double-asterisks // ('**') will match any leading path segments. expr.WriteString("(?:.+/)?") needSlash = false case i == len(patternSegs)-1: // A normalized pattern ending with double-asterisks ('**') // will match any trailing path segments. expr.WriteString("/.+") default: // A pattern with inner double-asterisks ('**') will match // multiple (or zero) inner path segments. expr.WriteString("(?:/.+)?") needSlash = true } case "*": // Match single path segment. if needSlash { expr.WriteString("/") } expr.WriteString("[^/]+") needSlash = true default: // Match segment glob pattern. if needSlash { expr.WriteString("/") } expr.WriteString(translateGlob(seg)) needSlash = true } } expr.WriteString("$") p.Regex = expr.String() return p } // NOTE: This is derived from `fnmatch.translate()` and is similar to // the POSIX function `fnmatch()` with the `FNM_PATHNAME` flag set. func translateGlob(glob string) string { var regex bytes.Buffer escape := false for i := 0; i < len(glob); i++ { char := glob[i] // Escape the character. switch { case escape: escape = false regex.WriteString(regexp.QuoteMeta(string(char))) case char == '\\': // Escape character, escape next character. escape = true case char == '*': // Multi-character wildcard. Match any string (except slashes), // including an empty string. regex.WriteString("[^/]*") case char == '?': // Single-character wildcard. Match any single character (except // a slash). regex.WriteString("[^/]") case char == '[': regex.WriteString(translateBracketExpression(&i, glob)) default: // Regular character, escape it for regex. regex.WriteString(regexp.QuoteMeta(string(char))) } } return regex.String() } // Bracket expression wildcard. Except for the beginning // exclamation mark, the whole bracket expression can be used // directly as regex but we have to find where the expression // ends. // - "[][!]" matches ']', '[' and '!'. // - "[]-]" matches ']' and '-'. // - "[!]a-]" matches any character except ']', 'a' and '-'. func translateBracketExpression(i *int, glob string) string { regex := string(glob[*i]) *i++ j := *i // Pass bracket expression negation. if j < len(glob) && glob[j] == '!' { j++ } // Pass first closing bracket if it is at the beginning of the // expression. if j < len(glob) && glob[j] == ']' { j++ } // Find closing bracket. Stop once we reach the end or find it. for j < len(glob) && glob[j] != ']' { j++ } if j < len(glob) { if glob[*i] == '!' { regex = regex + "^" *i++ } regex = regexp.QuoteMeta(glob[*i:j]) *i = j } else { // Failed to find closing bracket, treat opening bracket as a // bracket literal instead of as an expression. regex = regexp.QuoteMeta(string(glob[*i])) } return "[" + regex + "]" } golang-github-shibumi-go-pathspec-1.3.0/gitignore_test.go000066400000000000000000000052661455106772200235070ustar00rootroot00000000000000// // Copyright 2014, Sander van Harmelen // Copyright 2020, Christian Rebischke // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // package pathspec import ( "bytes" "strings" "testing" ) func TestGitIgnore(t *testing.T) { toInclude := []string{"!.#test", "~foo", "foo/foo.txt", "bar/foobar.txt", "foo/bar.txt", "/bar/foo"} toIgnore := []string{".#test", "foo/#test#", "foo/bar/.foo.txt.swp", "foo/foobar/foobar.txt", "foo.txt", "test/foo.test", "test/foo/bar.test", "foo/bar", "foo/1/2/bar", "foo/foobar/abcd.txt", "foo/shibumi/test.txt"} content := []string{".#*", "\\#*#", ".*.sw[a-z]", "**/foobar/foobar.txt", "/foo.txt", "test/", "foo/**/bar", "/b[^a]r/foo", "abcd.txt", "shibumi/"} for _, f := range toInclude { match, err := GitIgnore(content, f) if err != nil { t.Fatalf("Received an unexpected error: %s", err) } if match { t.Errorf("GitIgnore('%s', %s) returned '%v', want 'false'", content, f, match) } } for _, f := range toIgnore { match, err := GitIgnore(content, f) if err != nil { t.Fatalf("Received an unexpected error: %s", err) } if !match { t.Errorf("GitIgnore('%s', %s) returned '%v', want 'true'", content, f, match) } } } func TestReadGitIgnore(t *testing.T) { toInclude := []string{"!.#test", "~foo", "foo/foo.txt", "bar/foobar.txt", "foo/bar.txt", "/bar/foo"} toIgnore := []string{".#test", "foo/#test#", "foo/bar/.foo.txt.swp", "foo/foobar/foobar.txt", "foo.txt", "test/foo.test", "test/foo/bar.test", "foo/bar", "foo/1/2/bar"} content := []byte(".#*\n\\#*#\n.*.sw[a-z]\n**/foobar/foobar.txt\n/foo.txt\ntest/\nfoo/**/bar\n/b[^a]r/foo") for _, f := range toInclude { match, err := ReadGitIgnore(bytes.NewReader(content), f) if err != nil { t.Fatalf("Received an unexpected error: %s", err) } if match { t.Errorf("GitIgnore('%s', %s) returned '%v', want 'false'", strings.Replace(string(content), "\n", ", ", -1), f, match) } } for _, f := range toIgnore { match, err := ReadGitIgnore(bytes.NewReader(content), f) if err != nil { t.Fatalf("Received an unexpected error: %s", err) } if !match { t.Errorf("GitIgnore('%s', %s) returned '%v', want 'true'", strings.Replace(string(content), "\n", ", ", -1), f, match) } } } golang-github-shibumi-go-pathspec-1.3.0/go.mod000066400000000000000000000000571455106772200212310ustar00rootroot00000000000000module github.com/shibumi/go-pathspec go 1.17