proxy.golang.org : github.com/extism/cli/extism-dev : v0.0.0-20240122190333-f34e4beac66d
Package gitignore can be used to parse .gitignore-style files into lists of globs that can be used to test against paths or selectively walk a file tree. Gobwas's glob package is used for matching because it is faster than using regexp, which is overkill, and supports globstars (**), unlike filepath.Match.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/extism/cli/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
- github.com/cloudflare/circl v1.3.7
- github.com/ebitengine/purego v0.5.1
- github.com/extism/cli v0.3.9-0.20240104230820-0c17418a0a80
- github.com/extism/go-sdk v1.0.3
- github.com/gobwas/glob v0.2.3
- github.com/google/go-github/v55 v55.0.0
- github.com/google/go-querystring v1.1.0
- github.com/inconshreveable/mousetrap v1.1.0
- github.com/spf13/cobra v1.8.0
- github.com/spf13/pflag v1.0.5
- github.com/tetratelabs/wazero v1.6.0
- golang.org/x/crypto v0.17.0
- golang.org/x/sys v0.16.0