An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.1% on proxy.golang.org
Top 0.3% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 8.8% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : rsc.io/binaryregexp

Package regexp implements regular expression search. The syntax of the regular expressions accepted is the same general syntax used by Perl, Python, and other languages. More precisely, it is the syntax accepted by RE2 and described at https://golang.org/s/re2syntax, except for \C. For an overview of the syntax, run The regexp implementation provided by this package is guaranteed to run in time linear in the size of the input. (This is a property not guaranteed by most open source implementations of regular expressions.) For more information about this property, see or any book about automata theory. All characters are UTF-8-encoded code points. There are 16 methods of Regexp that match a regular expression and identify the matched text. Their names are matched by this regular expression: If 'All' is present, the routine matches successive non-overlapping matches of the entire expression. Empty matches abutting a preceding match are ignored. The return value is a slice containing the successive return values of the corresponding non-'All' routine. These routines take an extra integer argument, n. If n >= 0, the function returns at most n matches/submatches; otherwise, it returns all of them. If 'String' is present, the argument is a string; otherwise it is a slice of bytes; return values are adjusted as appropriate. If 'Submatch' is present, the return value is a slice identifying the successive submatches of the expression. Submatches are matches of parenthesized subexpressions (also known as capturing groups) within the regular expression, numbered from left to right in order of opening parenthesis. Submatch 0 is the match of the entire expression, submatch 1 the match of the first parenthesized subexpression, and so on. If 'Index' is present, matches and submatches are identified by byte index pairs within the input string: result[2*n:2*n+1] identifies the indexes of the nth submatch. The pair for n==0 identifies the match of the entire expression. If 'Index' is not present, the match is identified by the text of the match/submatch. If an index is negative or text is nil, it means that subexpression did not match any string in the input. For 'String' versions an empty string means either no match or an empty match. There is also a subset of the methods that can be applied to text read from a ByteReader: This set may grow. Note that regular expression matches may need to examine text beyond the text returned by a match, so the methods that match text from a ByteReader may read arbitrarily far into the input before returning. (There are a few other methods that do not match this pattern.)

Registry - Homepage - Documentation - JSON
purl: pkg:golang/rsc.io/binaryregexp
License: BSD-3-Clause
Latest release: about 6 years ago
First release: about 6 years ago
Namespace: rsc.io
Dependent packages: 199
Dependent repositories: 102,090
Stars: 46 on GitHub
Forks: 4 on GitHub
Docker dependents: 125
Docker downloads: 1,944,482,578
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago

Top 6.6% on proxy.golang.org
github.com/aliyun-sls/opentelemetry-go-provider-sls v0.13.0
14 versions - Latest release: 12 months ago - 1 dependent package - 4 dependent repositories - 9 stars on GitHub
Top 7.7% on proxy.golang.org
github.phpd.cn/crowdsecurity/crowdsec v1.6.2
163 versions - Latest release: 12 months ago
Top 6.7% on proxy.golang.org
github.com/bitly/little_bigtable v0.1.1
little_bigtable launches the sqlite3 backed Bigtable emulator on the given address.
2 versions - Latest release: about 1 year ago - 17 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/chithien0909/clickhouse v0.7.0
1 version - Latest release: about 1 year ago
Top 9.2% on proxy.golang.org
github.hscsec.cn/cbeneke/hcloud-fip-controller v0.5.0
21 versions - Latest release: about 1 year ago
Top 8.2% on proxy.golang.org
github.com/cbeneke/hcloud-fip-controller v0.5.0
Kubernetes controller to (re-)assign floating IPs on hetzner cloud instances
21 versions - Latest release: about 1 year ago - 112 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/nijave/terraform-provider-cortextool v0.1.6
10 versions - Latest release: about 1 year ago - 1 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/fer9808/yofio-go-test v1.0.0
1 version - Latest release: about 1 year ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
cloud.google.com/go/cbt v0.0.0-20240122154015-b53b8f9a8f9b
The `cbt` CLI is a command-line interface that lets you interact with Cloud Bigtable. See the [cb...
23 versions - Latest release: over 1 year ago - 5 dependent packages - 5 dependent repositories - 12 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/tetrateio/coraza-proxy-wasm v0.5.0
*READ ONLY* proxy-wasm filter based on Coraza WAF
8 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/crowdsecurity/coraza/v3 v3.0.0-20240108124027-a62b8d8e5607
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
8 versions - Latest release: over 1 year ago - 4 dependent packages - 0 stars on GitHub
github.com/jefcrb/coraza-caddy-crs v0.0.0-20231217121920-34e1b379daf7
OWASP Coraza middleware for Caddy. It provides Web Application Firewall capabilities
1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/nvdg2/coraza-daddy-revenge v0.0.0-20231216180053-54dbd7302701
2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/nvdg2/coraza-daddy v0.0.0-20231210123858-dedf557cc65b
OWASP Coraza middleware for Caddy. It provides Web Application Firewall capabilities
5 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/jschwinger233/go-spy v0.0.0-20231210093840-1bd026ad4157
Golang version of py-spy
1 version - Latest release: over 1 year ago - 2 stars on GitHub
github.com/jcchavezs/coraza-httpbin v0.0.0-20231111155112-92ae621a2c8e
httpbin server with coraza as reverse proxy
9 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/corazawaf/libcoraza v0.0.0-20231109133443-d6ebdaaa1905
OWASP Coraza C connector
1 version - Latest release: over 1 year ago - 8 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/corazawaf/coraza-geoip v0.0.0-20231109100542-e25adf8b7fdc
2 versions - Latest release: over 1 year ago - 2 dependent packages - 1 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/aporeto-inc/tracer v1.6.8
Tracer is a tool to aggregate metrics and traces from a monitoring stack
18 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/woehrl01/coraza-geoip v0.0.0-20231013163509-ac171898a7c5 removed
5 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/mihailkirov/GoReSym v0.0.0-20231005125326-9dfbc216b6eb
Copyright (C) 2022 Mandiant, Inc. All Rights Reserved.
3 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.4% on proxy.golang.org
github.com/Bouby308/coraza-caddy/v3 v3.0.0-20231003130318-705705c2c0b6
2 versions - Latest release: over 1 year ago
Top 9.4% on proxy.golang.org
github.com/Bouby308/coraza-caddy/v2 v2.0.0-20231003125615-4f29e76649ba
2 versions - Latest release: over 1 year ago
github.com/sueplex/coraza/v3 v3.0.4
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
9 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.4% on proxy.golang.org
github.com/Raiane-Dev/traefik_plugin_waf v1.3.0
Package plugindemo a demo plugin.
2 versions - Latest release: over 1 year ago
Top 9.4% on proxy.golang.org
github.com/raiane-dev/traefik_plugin_waf v1.3.0
2 versions - Latest release: over 1 year ago
github.com/lixf311/coraza/v3 v3.0.8
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
6 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/matthew1001/loki v1.1.0
1 version - Latest release: over 1 year ago
Top 6.4% on proxy.golang.org
github.com/spq/pkappa2 v0.0.0-20230828210705-8f2371f3b1f6
Network traffic analysis tool for Attack & Defense CTF's
12 versions - Latest release: over 1 year ago - 25 stars on GitHub
github.com/Eyup-Devop/coraza/v3 v3.0.3
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
2 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/eyup-devop/coraza/v3 v3.0.3
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/vermaShivansh/coraza-ratelimit-plugin v0.0.0-20230820153025-80f148e3058b
1 version - Latest release: almost 2 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/janelia-flyem/dvid v1.0.0
DVID is a ***D**istributed, **V**ersioned, **I**mage-oriented **D**ataservice* written to support...
46 versions - Latest release: almost 2 years ago - 191 stars on GitHub
Top 9.2% on proxy.golang.org
github.mirror.nvdadr.com/janelia-flyem/dvid v1.0.0
DVID is a *distributed, versioned, image-oriented datastore* written in Go that supports differen...
46 versions - Latest release: almost 2 years ago
Top 8.5% on proxy.golang.org
go.alis.build v0.4.0
Package main is a collection of lightweight packages used by builders on the Alis Build platform.
20 versions - Latest release: almost 2 years ago - 5 stars on GitHub
Top 8.5% on proxy.golang.org
github.com/alis-exchange/go-alis-build v0.4.0
20 versions - Latest release: almost 2 years ago
github.com/appsentinels/coraza v1.0.0
OWASP Coraza WAF fork
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/elysium-build/coraza-caddy/v2 v2.0.0-rc.3
OWASP Coraza middleware for Caddy. It provides Web Application Firewall capabilities
4 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/wukongcloud/coraza-caddy/v2 v2.0.0-rc.3
3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/nguyentin2068/waf v1.3.6
26 versions - Latest release: almost 2 years ago - 1 dependent repositories - 0 stars on GitHub
Top 6.3% on proxy.golang.org
github.com/corazawaf/coraza-spoa v0.0.0-20230731081604-6a0d9a3ba673
EXPERIMENTAL: A wrapper around the OWASP Coraza WAF for HAProxy's SPOE filters
14 versions - Latest release: almost 2 years ago - 24 stars on GitHub
github.com/jptosso/coraza-cexport v0.0.0-20230728061217-994164a69585
OWASP Coraza C connector
1 version - Latest release: almost 2 years ago - 5 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/monogon-dev/vortex v0.0.0-20230714145814-3a5d7636ff3b
WIP: LogQL to Clickhouse Adaptor
1 version - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/nguyentin2068/validateapi v1.1.2
6 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/corazawaf/coraza-playground v0.0.0-20230705123821-8120cea582b9
Playground for coraza engine
1 version - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/1ulang/coraza/v3 v3.0.7
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
8 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/1uLang/coraza/v3 v3.0.7
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
8 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 8.1% on proxy.golang.org
github.com/Shopify/bigtable-emulator v0.0.0-20230627144955-bab7496c3e4d
1 version - Latest release: almost 2 years ago - 41 stars on GitHub
Top 6.1% on proxy.golang.org
github.com/corazawaf/coraza-proxy-wasm v0.1.1
proxy-wasm filter based on Coraza WAF
18 versions - Latest release: almost 2 years ago - 49 stars on GitHub
github.com/gleam-G/loki/v2 v2.0.0
Like Prometheus, but for logs.
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/gleam-g/loki/v2 v2.0.0
Like Prometheus, but for logs.
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/bingfengfeifei/coraza/v3 v3.0.0
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/webtor-io/abuse-store v0.0.0-20230514145349-23cc55871d7e
Stores abuses and sends emails
3 versions - Latest release: about 2 years ago - 3 dependent packages - 3 dependent repositories - 0 stars on GitHub
github.com/buixor/coraza/v3 v3.0.1
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
2 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/sancyx/loki v1.6.2-thp
Like Prometheus, but for logs.
2 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/adamroyjones/google-cloud-go/bigtable v1.18.1
Package bigtable is an API to Google Cloud Bigtable. See https://cloud.google.com/bigtable/docs/...
23 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/ipfs-shipyard/thunderdome/dealgood v0.0.0-20221011132240-990136192584
3 versions - Latest release: over 2 years ago - 8 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/abelanger5/loki v0.0.0-20221006024931-e951c9a4d9e6
Like Prometheus, but for logs.
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/yankunsam/loki/v2 v2.6.2
Like Prometheus, but for logs.
13 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 4.6% on proxy.golang.org
github.com/google/log4jscanner v0.5.0
The log4jscanner tool scans a set of directories for log4j vulnerable JARs.
5 versions - Latest release: about 3 years ago - 1 dependent repositories - 1,578 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mar4uk/loki/v2 v2.5.1
Like Prometheus, but for logs.
11 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/fmoor/loki/v2 v2.5.2
2 versions - Latest release: about 3 years ago
github.com/muhammadn/loki v1.9.0
Like Prometheus, but for logs.
22 versions - Latest release: about 3 years ago - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pao214/loki/v3 v3.0.1
Like Prometheus, but for logs.
2 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/pao214/loki/v2 v2.4.3
Like Prometheus, but for logs.
10 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/frelon/loki/v2 v2.4.3
Like Prometheus, but for logs.
10 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 7.0% on proxy.golang.org
github.com/nikaiw/log4jscanner v0.5.0
The log4jscanner tool scans a set of directories for log4j vulnerable JARs.
6 versions - Latest release: over 3 years ago - 1 dependent package - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/AtzeDeVries/gcp-exec-creds v0.0.0-20220105125308-6f9dd2360dca
Kubernetes client-go credential helper for Google Cloud
1 version - Latest release: over 3 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/treno-io/google-cloud-go/bigtable v1.11.0 removed
14 versions - Latest release: over 3 years ago
Top 5.2% on proxy.golang.org
github.com/CyCoreSystems/asterisk-k8s-demo v0.0.0-20210504165735-baa98ef2aad6
Demo of scalable Asterisk on Kubernetes
1 version - Latest release: about 4 years ago - 136 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/philpearl/google-cloud-go/bigtable v1.8.0
Package bigtable is an API to Google Cloud Bigtable. See https://cloud.google.com/bigtable/docs/...
10 versions - Latest release: over 4 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/Optable/google-cloud-go/bigtable v1.7.0-rc1 removed
1 version - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/StephanieSunshine/go-ipfs-spider-plugin v0.0.0-20201027093208-8b82b58c87d3
1 version - Latest release: over 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/optable/google-cloud-go/bigtable v1.6.0
1 version - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/viant/bqtail v1.1.1
BigQuery Google Storage Based Data Loader
5 versions - Latest release: over 5 years ago - 47 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/qmstr/qmstr v0.5.1
QMSTR compliance tool
1 version - Latest release: over 5 years ago - 30 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/endocode/qmstr v0.5.1
QMSTR compliance tool
1 version - Latest release: over 5 years ago - 0 stars on GitHub
Top 6.8% on proxy.golang.org
github.com/QMSTR/qmstr v0.5.1
QMSTR compliance tool
1 version - Latest release: over 5 years ago - 30 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/prablr79/csi-unity v1.0.0
CSI Driver for Dell EMC Unity
1 version - Latest release: over 5 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/vtolstov/micro-template-grpc v0.0.0-20191113235329-fdbc51eda1a0
1 version - Latest release: over 5 years ago
Top 8.2% on proxy.golang.org
github.com/smyte/google-cloud-go/bigtable v1.0.0
Package bigtable is an API to Google Cloud Bigtable. See https://cloud.google.com/bigtable/docs/...
1 version - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/athera-io/google-cloud-go v0.44.3
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
54 versions - Latest release: almost 6 years ago
Top 8.2% on proxy.golang.org
github.com/uschen/google-cloud-go/bigtable v1.0.0
Package bigtable is an API to Google Cloud Bigtable. See https://cloud.google.com/bigtable/docs/...
1 version - Latest release: almost 6 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/ishanamgai/cloud-api v0.43.0
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
50 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/hongalex/google-cloud-go v0.43.0
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
50 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/janeguevarra/google-cloud-api v0.43.0
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
50 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ordermygear/google-cloud-go v0.42.0
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
49 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/OrderMyGear/google-cloud-go v0.42.0
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
49 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/sheshagiri/google-cloud-go v0.41.0
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
48 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Sheshagiri/google-cloud-go v0.41.0
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
48 versions - Latest release: almost 6 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/lucidhq/civil v0.40.0
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
47 versions - Latest release: almost 6 years ago - 1 dependent package
Top 8.2% on proxy.golang.org
github.com/bashtian/google-cloud-go v0.39.3
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
50 versions - Latest release: almost 6 years ago
Top 8.2% on proxy.golang.org
github.com/lucas-cordeiro/google-cloud-go v0.39.3
Package cloud is the root of the packages used to access Google Cloud Services. See https://godoc...
49 versions - Latest release: almost 6 years ago
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.