Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/shibumi/go-pathspec

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.
5 versions
Latest release: over 2 years ago
456 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/shibumi/go-pathspec

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/shibumi%2Fgo-pathspec

Dependent Repos 1,122

ossf/scorecard-action
Official GitHub Action for OpenSSF Scorecard.
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 6.39 MB - Last synced: 5 days ago - Pushed: 5 days ago

zeromike/syft Fork of anchore/syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 10.4 MB - Last synced: 12 months ago - Pushed: almost 2 years ago

krasish/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.
  • v1.2.0 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v1.2.0 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v1.2.0 go.sum

Size: 15.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

paketo-buildpacks/go
A Cloud Native Buildpack for Go
  • v1.3.0 go.sum

Size: 82.6 MB - Last synced: 1 day ago - Pushed: 1 day ago

paketo-buildpacks/dotnet-core
A Cloud Native Buildpack for .NET Core
  • v1.3.0 go.sum

Size: 134 MB - Last synced: 1 day ago - Pushed: 1 day ago

sigstore/rekor-monitor
Log monitor for Rekor to verify immutability and monitor entries
  • v1.3.0 go.sum
  • v1.3.0 go.mod

Size: 1.28 MB - Last synced: 3 days ago - Pushed: 4 days ago

priyawadhwa/rekor Fork of sigstore/rekor
Signature Transparency Log
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 12.7 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

secteria/grype Fork of anchore/grype
A vulnerability scanner for container images and filesystems
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 2.45 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

PhoenixRedflash/hub Fork of artifacthub/hub
Find, install and publish Kubernetes packages
  • v1.3.0 go.sum

Size: 80.9 MB - Last synced: 5 days ago - Pushed: 5 days ago

joejulian/release Fork of kubernetes/release
Release infrastructure for Kubernetes and related components
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 14.2 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

sozercan/release Fork of kubernetes/release
Release infrastructure for Kubernetes and related components
  • v1.2.0 go.mod
  • v1.2.0 go.sum

Size: 13.8 MB - Last synced: 17 days ago - Pushed: about 1 year ago

argoproj-labs/argocd-interlace
Enabling Software Supply Chain Security Capabilities in ArgoCD
  • v1.2.0 go.sum
  • v1.3.0 go.sum

Size: 10.2 MB - Last synced: 3 months ago - Pushed: over 1 year ago

tehlingchu/kubesec Fork of controlplaneio/kubesec
Security risk analysis for Kubernetes resources
  • v1.2.0 go.mod
  • v1.2.0 go.sum

Size: 51.9 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

aiflash/kubesec Fork of controlplaneio/kubesec
Security risk analysis for Kubernetes resources
  • v1.2.0 go.mod
  • v1.2.0 go.sum

Size: 52.4 MB - Last synced: 6 days ago - Pushed: 6 days ago

rikatz/release Fork of kubernetes/release
Release infrastructure for Kubernetes and related components
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 15.7 MB - Last synced: 17 days ago - Pushed: about 1 year ago

AndiDog/skaffold Fork of GoogleContainerTools/skaffold
Easy and Repeatable Kubernetes Development
  • v1.2.0 go.sum

Size: 90 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

ossf/scorecard-webapp
Website and API for OpenSSF Scorecard
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 20.4 MB - Last synced: about 9 hours ago - Pushed: 1 day ago

nais/salsa 📦
SLSA level 3 action
  • v1.3.0 go.mod
  • v1.3.0 go.sum
  • v1.3.0 pkg/build/golang/testdata/golang/go.sum

Size: 2.88 MB - Last synced: 8 days ago - Pushed: 9 days ago

paketo-buildpacks/php
A Cloud Native Buildpack for PHP
  • v1.3.0 go.sum

Size: 1.01 MB - Last synced: 21 days ago - Pushed: 22 days ago

paketo-buildpacks/web-servers
A Cloud Native Buildpack for Web Servers
  • v1.3.0 go.sum

Size: 1.14 MB - Last synced: 1 day ago - Pushed: 1 day ago

paketo-buildpacks/nodejs
A Cloud Native Buildpack for Node.JS
  • v1.3.0 go.sum

Size: 1.31 MB - Last synced: 1 day ago - Pushed: 1 day ago

laurentsimon/slsa-github-generator-go Fork of slsa-framework/slsa-github-generator-go
  • v1.3.0 builders/go/go.mod
  • v1.3.0 builders/go/go.sum

Size: 572 KB - Last synced: 19 days ago - Pushed: over 1 year ago

grafeas/grafeas
Artifact Metadata API
  • v1.3.0 go.mod
  • v1.2.0 go.sum
  • v1.3.0 go.sum

Size: 14.1 MB - Last synced: 15 days ago - Pushed: 15 days ago

chitrangpatel/chains Fork of tektoncd/chains
Supply Chain Security in Tekton Pipelines
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 56.7 MB - Last synced: 5 months ago - Pushed: 5 months ago

mpherman2/test-infra Fork of kubernetes/test-infra
Test infrastructure for the Kubernetes project.
  • v1.2.0 hack/tools/go.sum

Size: 205 MB - Last synced: 11 months ago - Pushed: 11 months ago

sipsma/dagger Fork of dagger/dagger
A portable devkit for CI/CD pipelines
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 62.7 MB - Last synced: about 10 hours ago - Pushed: 1 day ago

nativeit-dev/docker-ci
Workflow for publishing Docker images
  • v1.3.0 tools/cosign/go.mod
  • v1.3.0 tools/cosign/go.sum

Size: 9.15 MB - Last synced: 21 days ago - Pushed: about 1 year ago

dekkagaijin/cosign Fork of sigstore/cosign
Container Signing
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 18.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

vaikas/cosign Fork of sigstore/cosign
Container Signing
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 21.5 MB - Last synced: 7 months ago - Pushed: 7 months ago

janmedrek/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.
  • v1.2.0 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v1.2.0 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v1.2.0 go.sum

Size: 34.4 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

sabre1041/cosign Fork of sigstore/cosign
Container Signing
  • v1.3.0 go.sum

Size: 16.8 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

slumbering/dagger Fork of dagger/dagger
A portable devkit for CI/CD pipelines
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 62.4 MB - Last synced: 11 days ago - Pushed: 12 days ago

sigstore/rekor
Software Supply Chain Transparency Log
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 15.2 MB - Last synced: 21 days ago - Pushed: 22 days ago

werdes72/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.
  • v1.2.0 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v1.2.0 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v1.2.0 go.sum

Size: 28.6 MB - Last synced: 9 months ago - Pushed: 9 months ago

OlugbengaJJ/scorecard Fork of ossf/scorecard
Security Scorecards - Security health metrics for Open Source
  • v1.2.0 tools/go.sum
  • v1.3.0 tools/go.sum

Size: 36.2 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

qinghai5060/cosign Fork of sigstore/cosign
Container Signing
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 18.7 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

Bughalla/defenseunicorns_zarf Fork of defenseunicorns/zarf
DevSecOps for Air Gap & Limited-Connection Systems. https://zarf.dev/
  • v1.3.0 go.mod
  • v1.3.0 go.sum

Size: 31 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

scottslowe/cluster-api-provider-aws Fork of kubernetes-sigs/cluster-api-provider-aws
  • v1.2.0 hack/tools/go.mod
  • v1.2.0 hack/tools/go.sum

Size: 73.4 MB - Last synced: 17 days ago - Pushed: about 1 year ago

quantumpacket/scorecard Fork of ossf/scorecard
OSS Security Scorecards
  • v1.2.0 tools/go.sum
  • v1.3.0 tools/go.sum

Size: 36 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

buildsec/frsca
  • v1.2.0 go.sum

Size: 4.03 MB - Last synced: about 6 hours ago - Pushed: 4 days ago

ristomcgehee/scorecard Fork of ossf/scorecard
Security Scorecards - Security health metrics for Open Source
  • v1.2.0 tools/go.sum

Size: 36 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

naveensrinivasan/chains Fork of tektoncd/chains
Supply Chain Security in Tekton Pipelines
  • v1.2.0 go.sum

Size: 27.7 MB - Last synced: 3 days ago - Pushed: over 1 year ago

paketo-buildpacks/ruby
  • v1.3.0 go.sum

Size: 1.61 MB - Last synced: about 13 hours ago - Pushed: 1 day ago

paketo-buildpacks/rackup
A Cloud Native Buildpack that provides start command for rack-compliant applications
  • v1.3.0 go.sum

Size: 2.13 MB - Last synced: about 21 hours ago - Pushed: 2 days ago

paketo-buildpacks/php-dist
  • v1.3.0 go.sum

Size: 5.23 MB - Last synced: 13 days ago - Pushed: 13 days ago

paketo-community/go-generate
Buildpack that runs go generate
  • v1.3.0 go.sum

Size: 7.45 MB - Last synced: about 8 hours ago - Pushed: about 12 hours ago

paketo-buildpacks/php-redis-session-handler
PHP Redis Session Handler Buildpack
  • v1.3.0 go.sum

Size: 1.77 MB - Last synced: about 10 hours ago - Pushed: about 11 hours ago

paketo-buildpacks/npm-install
A Cloud Native Buildpack for npm
  • v1.3.0 go.sum

Size: 24.9 MB - Last synced: about 8 hours ago - Pushed: about 11 hours ago

paketo-buildpacks/php-httpd
PHP HTTPD Buildpack to set up HTTPD and serve PHP applications
  • v1.3.0 go.sum

Size: 1.25 MB - Last synced: about 7 hours ago - Pushed: about 12 hours ago

paketo-buildpacks/node-run-script
Paketo Node Run Script Cloud Native Buildpack
  • v1.3.0 go.sum

Size: 1.28 MB - Last synced: about 11 hours ago - Pushed: about 11 hours ago

paketo-buildpacks/node-start
  • v1.3.0 go.sum

Size: 1.01 MB - Last synced: about 10 hours ago - Pushed: about 11 hours ago

paketo-buildpacks/go-dist
A Cloud Native Buildpack for Go
  • v1.3.0 go.sum

Size: 4.49 MB - Last synced: about 10 hours ago - Pushed: about 11 hours ago

paketo-buildpacks/mri
  • v1.3.0 go.sum

Size: 5.28 MB - Last synced: about 7 hours ago - Pushed: about 12 hours ago

paketo-community/staticfile 📦
A Cloud Native Buildpack to provide default server configurations
  • v1.3.0 go.sum

Size: 608 KB - Last synced: 17 days ago - Pushed: almost 2 years ago

paketo-buildpacks/go-mod-vendor
A Cloud Native Buildpack for Go Modules
  • v1.3.0 go.sum

Size: 4.81 MB - Last synced: about 19 hours ago - Pushed: 1 day ago

paketo-buildpacks/bundle-install
A Cloud Native Buildpack to install gems from a Gemfile
  • v1.3.0 go.sum

Size: 5.54 MB - Last synced: about 21 hours ago - Pushed: 2 days ago

paketo-buildpacks/miniconda
  • v1.3.0 go.sum

Size: 255 MB - Last synced: 13 days ago - Pushed: 13 days ago

paketo-buildpacks/bundler
  • v1.3.0 go.sum

Size: 4.58 MB - Last synced: about 7 hours ago - Pushed: about 12 hours ago

paketo-buildpacks/python-start
  • v1.3.0 go.sum

Size: 620 KB - Last synced: about 8 hours ago - Pushed: about 12 hours ago

paketo-buildpacks/composer-install
  • v1.3.0 go.sum

Size: 1.71 MB - Last synced: 13 days ago - Pushed: 13 days ago

paketo-buildpacks/dep 📦
A Cloud Native Buildpack for Go Dep
  • v1.3.0 go.sum

Size: 8.02 MB - Last synced: 10 months ago - Pushed: over 1 year ago

paketo-buildpacks/yarn
  • v1.3.0 go.sum

Size: 1.07 MB - Last synced: 13 days ago - Pushed: 13 days ago

paketo-buildpacks/poetry-run
  • v1.3.0 go.sum

Size: 861 KB - Last synced: about 10 hours ago - Pushed: about 12 hours ago

paketo-buildpacks/php-nginx
PHP Nginx Cloud Native Buildpack
  • v1.3.0 go.sum

Size: 873 KB - Last synced: about 8 hours ago - Pushed: about 12 hours ago

paketo-buildpacks/npm-start
  • v1.3.0 go.sum

Size: 1000 KB - Last synced: about 11 hours ago - Pushed: about 12 hours ago