proxy.golang.org : github.com/extism/cli/extism-dev : v0.0.0-20231107185946-eaa47a34dea8
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-20230217124315-7d5c6f04bbb8
- github.com/cloudflare/circl v1.3.3
- github.com/ebitengine/purego v0.4.0
- github.com/extism/cli v0.3.3-0.20231107022715-032ab667acc2
- github.com/extism/go-sdk v1.0.0-rc1.0.20231030184411-8391ea75674e
- 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.7.0
- github.com/spf13/pflag v1.0.5
- github.com/tetratelabs/wazero v1.3.0
- golang.org/x/crypto v0.12.0
- golang.org/x/sys v0.12.0