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
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 GitHubgithub.phpd.cn/crowdsecurity/crowdsec v1.6.2
163 versions - Latest release: 12 months agogithub.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
github.com/chithien0909/clickhouse v0.7.0
1 version - Latest release: about 1 year agogithub.hscsec.cn/cbeneke/hcloud-fip-controller v0.5.0
21 versions - Latest release: about 1 year agogithub.com/cbeneke/hcloud-fip-controller v0.5.0
Kubernetes controller to (re-)assign floating IPs on hetzner cloud instances21 versions - Latest release: about 1 year ago - 112 stars on GitHub
github.com/nijave/terraform-provider-cortextool v0.1.6
10 versions - Latest release: about 1 year ago - 1 stars on GitHubgithub.com/fer9808/yofio-go-test v1.0.0
1 version - Latest release: about 1 year ago - 0 stars on GitHubcloud.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
github.com/tetrateio/coraza-proxy-wasm v0.5.0
*READ ONLY* proxy-wasm filter based on Coraza WAF8 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 library8 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 capabilities1 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 GitHubgithub.com/nvdg2/coraza-daddy v0.0.0-20231210123858-dedf557cc65b
OWASP Coraza middleware for Caddy. It provides Web Application Firewall capabilities5 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-spy1 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 proxy9 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/corazawaf/libcoraza v0.0.0-20231109133443-d6ebdaaa1905
OWASP Coraza C connector1 version - Latest release: over 1 year ago - 8 stars on GitHub
github.com/corazawaf/coraza-geoip v0.0.0-20231109100542-e25adf8b7fdc
2 versions - Latest release: over 1 year ago - 2 dependent packages - 1 stars on GitHubgithub.com/aporeto-inc/tracer v1.6.8
Tracer is a tool to aggregate metrics and traces from a monitoring stack18 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 GitHubgithub.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
github.com/Bouby308/coraza-caddy/v3 v3.0.0-20231003130318-705705c2c0b6
2 versions - Latest release: over 1 year agogithub.com/Bouby308/coraza-caddy/v2 v2.0.0-20231003125615-4f29e76649ba
2 versions - Latest release: over 1 year agogithub.com/sueplex/coraza/v3 v3.0.4
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library9 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/Raiane-Dev/traefik_plugin_waf v1.3.0
Package plugindemo a demo plugin.2 versions - Latest release: over 1 year ago
github.com/raiane-dev/traefik_plugin_waf v1.3.0
2 versions - Latest release: over 1 year agogithub.com/lixf311/coraza/v3 v3.0.8
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library6 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/matthew1001/loki v1.1.0
1 version - Latest release: over 1 year agogithub.com/spq/pkappa2 v0.0.0-20230828210705-8f2371f3b1f6
Network traffic analysis tool for Attack & Defense CTF's12 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 library2 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 library1 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 GitHubgithub.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
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
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
github.com/alis-exchange/go-alis-build v0.4.0
20 versions - Latest release: almost 2 years agogithub.com/appsentinels/coraza v1.0.0
OWASP Coraza WAF fork1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/elysium-build/coraza-caddy/v2 v2.0.0-rc.3
OWASP Coraza middleware for Caddy. It provides Web Application Firewall capabilities4 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/wukongcloud/coraza-caddy/v2 v2.0.0-rc.3
3 versions - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/nguyentin2068/waf v1.3.6
26 versions - Latest release: almost 2 years ago - 1 dependent repositories - 0 stars on GitHubgithub.com/corazawaf/coraza-spoa v0.0.0-20230731081604-6a0d9a3ba673
EXPERIMENTAL: A wrapper around the OWASP Coraza WAF for HAProxy's SPOE filters14 versions - Latest release: almost 2 years ago - 24 stars on GitHub
github.com/jptosso/coraza-cexport v0.0.0-20230728061217-994164a69585
OWASP Coraza C connector1 version - Latest release: almost 2 years ago - 5 stars on GitHub
github.com/monogon-dev/vortex v0.0.0-20230714145814-3a5d7636ff3b
WIP: LogQL to Clickhouse Adaptor1 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 GitHubgithub.com/corazawaf/coraza-playground v0.0.0-20230705123821-8120cea582b9
Playground for coraza engine1 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 library8 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 library8 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/Shopify/bigtable-emulator v0.0.0-20230627144955-bab7496c3e4d
1 version - Latest release: almost 2 years ago - 41 stars on GitHubgithub.com/corazawaf/coraza-proxy-wasm v0.1.1
proxy-wasm filter based on Coraza WAF18 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 library1 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 emails3 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 library2 versions - Latest release: about 2 years ago - 0 stars on GitHub
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
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
github.com/ipfs-shipyard/thunderdome/dealgood v0.0.0-20221011132240-990136192584
3 versions - Latest release: over 2 years ago - 8 stars on GitHubgithub.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
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
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
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
github.com/fmoor/loki/v2 v2.5.2
2 versions - Latest release: about 3 years agogithub.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
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
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
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
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
github.com/AtzeDeVries/gcp-exec-creds v0.0.0-20220105125308-6f9dd2360dca
Kubernetes client-go credential helper for Google Cloud1 version - Latest release: over 3 years ago - 0 stars on GitHub
github.com/treno-io/google-cloud-go/bigtable v1.11.0 removed
14 versions - Latest release: over 3 years agogithub.com/CyCoreSystems/asterisk-k8s-demo v0.0.0-20210504165735-baa98ef2aad6
Demo of scalable Asterisk on Kubernetes1 version - Latest release: about 4 years ago - 136 stars on GitHub
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
github.com/Optable/google-cloud-go/bigtable v1.7.0-rc1 removed
1 version - Latest release: over 4 years agogithub.com/StephanieSunshine/go-ipfs-spider-plugin v0.0.0-20201027093208-8b82b58c87d3
1 version - Latest release: over 4 years ago - 0 stars on GitHubgithub.com/optable/google-cloud-go/bigtable v1.6.0
1 version - Latest release: over 4 years agogithub.com/viant/bqtail v1.1.1
BigQuery Google Storage Based Data Loader5 versions - Latest release: over 5 years ago - 47 stars on GitHub
github.com/qmstr/qmstr v0.5.1
QMSTR compliance tool1 version - Latest release: over 5 years ago - 30 stars on GitHub
github.com/endocode/qmstr v0.5.1
QMSTR compliance tool1 version - Latest release: over 5 years ago - 0 stars on GitHub
github.com/QMSTR/qmstr v0.5.1
QMSTR compliance tool1 version - Latest release: over 5 years ago - 30 stars on GitHub
github.com/prablr79/csi-unity v1.0.0
CSI Driver for Dell EMC Unity1 version - Latest release: over 5 years ago - 1 stars on GitHub
github.com/vtolstov/micro-template-grpc v0.0.0-20191113235329-fdbc51eda1a0
1 version - Latest release: over 5 years agogithub.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
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
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
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
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
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
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
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
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
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
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
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
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
Check this option to include packages that no longer depend on this package in their latest version but previously did.