Top 0.3% dependent packages on proxy.golang.org
Top 0.4% dependent repos on proxy.golang.org
Top 5.6% forks on proxy.golang.org
Top 0.8% docker downloads on proxy.golang.org
proxy.golang.org : github.com/zach-klippenstein/goregen
Package regen is a library for generating random strings from regular expressions. The generated strings will match the expressions they were generated from. Similar to Ruby's randexp library. E.g. will return a lowercase alphanumeric string between 1 and 64 characters long. Expressions are parsed using the Go standard library's parser: http://golang.org/pkg/regexp/syntax/. "." will generate any character, not necessarily a printable one. "x{0,}", "x*", and "x+" will generate a random number of x's up to an arbitrary limit. If you care about the maximum number, specify it explicitly in the expression, e.g. "x{0,256}". Flags can be passed to the parser by setting them in the GeneratorArgs struct. Newline flags are respected, and newlines won't be generated unless the appropriate flags for matching them are set. E.g. Generate(".|[^a]") will never generate newlines. To generate newlines, create a generator and pass the flag syntax.MatchNL. The Perl character class flag is supported, and required if the pattern contains them. Unicode groups are not supported at this time. Support may be added in the future. A generator can safely be used from multiple goroutines without locking. A large bottleneck with running generators concurrently is actually the entropy source. Sources returned from rand.NewSource() are slow to seed, and not safe for concurrent use. Instead, the source passed in GeneratorArgs is used to seed an XorShift64 source (algorithm from the paper at http://vigna.di.unimi.it/ftp/papers/xorshift.pdf). This source only uses a single variable internally, and is much faster to seed than the default source. One source is created per call to NewGenerator. If no source is passed in, the default source is used to seed. The source is not locked and does not use atomic operations, so there is a chance that multiple goroutines using the same source may get the same output. While obviously not cryptographically secure, I think the simplicity and performance benefit outweighs the risk of collisions. If you really care about preventing this, the solution is simple: don't call a single Generator from multiple goroutines. Benchmarks are included for creating and running generators for limited-length, complex regexes, and simple, highly-repetitive regexes. The complex benchmarks generate fake HTTP messages with the following regex: The repetitive benchmarks use the regex See regen_benchmarks_test.go for more information. On my mid-2014 MacBook Pro (2.6GHz Intel Core i5, 8GB 1600MHz DDR3), the results of running the benchmarks with minimal load are:
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/zach-klippenstein/goregen
License: Apache-2.0
Latest release: almost 10 years ago
First release: almost 10 years ago
Namespace: github.com/zach-klippenstein
Dependent packages: 222
Dependent repositories: 253
Stars: 82 on GitHub
Forks: 14 on GitHub
Docker dependents: 17
Docker downloads: 230,537
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/zach-klippenstein
Last synced: 3 months ago
github.com/airycanon/kyverno v0.0.1
Kubernetes Native Policy Management1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.phpd.cn/kyverno/chainsaw v0.2.4
56 versions - Latest release: over 1 year agogithub.com/anza-labs/lke-operator v0.1.4
6 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/kyverno/kyverno-json v0.0.3
Kyverno for any JSON!9 versions - Latest release: over 1 year ago - 1 dependent package - 86 stars on GitHub
github.com/kak-tus/pickme v0.2.6
Telegram bot: handy shopping list or TODO list (rewritten on Go)13 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/nirmata/kyverno-notation-verifier v1.0.1
Setup and verification library for Kyverno extension service for Notation and OCI Providers60 versions - Latest release: almost 2 years ago - 2 dependent packages - 1 dependent repositories - 0 stars on GitHub
github.com/kyverno/playground/backend v0.0.0-20240123101803-1d9fa415f973
Powers the Kyverno playground17 versions - Latest release: almost 2 years ago - 33 stars on GitHub
github.skymusic.top/kyverno/kyverno v1.11.4
208 versions - Latest release: almost 2 years agogithub.com/nirmata/kyverno v1.11.4
Kubernetes Native Policy Management307 versions - Latest release: almost 2 years ago - 1 dependent package - 1 dependent repositories - 16 stars on GitHub
github.imxd.top/kyverno/kyverno v1.11.4
208 versions - Latest release: almost 2 years agogitlab.eclipse.org/eclipse/xfsc/tsa/login v0.0.2
Login is experimental service to test some flows with policies and passwordless login.3 versions - Latest release: almost 2 years ago - 0 stars on gitlab.eclipse.org
gitlab.eclipse.org/eclipse/xfsc/tsa/infohub v1.3.1
4 versions - Latest release: almost 2 years agogithub.com/t-hale/stox v0.0.0-20231217034330-2f497781ac7f
github repo for the stox server and cli3 versions - Latest release: almost 2 years ago - 0 stars on GitHub
gitlab.eclipse.org/eclipse/xfsc/tsa/task v1.1.0
2 versions - Latest release: almost 2 years agogithub.com/fieldkit/cloud/server v0.0.0-20231215020625-b9360c4dc879
cloud implementation for the fk platform. server and web architecture, etc...20 versions - Latest release: almost 2 years ago - 1 dependent package - 1 dependent repositories - 5 stars on GitHub
github.com/nirmata/kyverno-notation-aws v0.0.0-20231127051009-1a0f80628ae3
Kyverno extension service for Notation and the AWS signer10 versions - Latest release: about 2 years ago - 14 stars on GitHub
github.com/derbexuk/wurzel/combiner v0.0.0-20231117100432-33d13157ef26
2 versions - Latest release: about 2 years ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHubgithub.com/nirmata/kyverno-notation-venafi v0.0.0-20231025052438-81ffc119408e
Kyverno extension service for Notation and the notation-venafi-csp5 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/IBM/ibm-iam-operator v0.0.0-20231019123741-0533826a29b1
Operator used to install the common iam service15 versions - Latest release: about 2 years ago - 13 stars on GitHub
github.com/isaacgr/nmos-node-generator v0.0.0-20231009210918-783103e8e900
A tool to generate fake NMOS nodes for general or scale testing of an AMWA IS-04 registry. Writte...1 version - Latest release: about 2 years ago - 1 stars on GitHub
github.com/suifengpiao14/datacenter v0.0.25
25 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/suifengpiao14/dataexchanger v0.0.25
25 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/team-azb/knowtfolio/server v0.0.0-20230821114935-bb8bade5723e
Own Your Knowledge. Create Your Knowtfolio.7 versions - Latest release: over 2 years ago - 1 dependent package - 3 stars on GitHub
github.com/nagayamaryoga/goa-lint-plugin v0.1.0
Goa lint plugin/CLI for Goa v31 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/NagayamaRyoga/goa-lint-plugin v0.1.0
Goa lint plugin/CLI for Goa v31 version - Latest release: over 2 years ago - 1 dependent repositories - 0 stars on GitHub
github.com/suhasgummanirmata/kyverno v1.10.1
Kubernetes Native Policy Management195 versions - Latest release: over 2 years ago - 0 stars on GitHub
gitlab.com/gaia-x/data-infrastructure-federation-services/tsa/login v0.0.0-20230705114317-af5cf1380aed
Login is experimental service to test some flows with policies and passwordless login.1 version - Latest release: over 2 years ago - 0 stars on GitLab.com
github.com/maxmcd/goa/v3 v3.12.1
Design-based APIs and microservices in Go74 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/ooni/2023-05-richer-input v0.3.0
3 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/jakenobles/ratio-spoof v0.0.0-20230620181724-18b5a3213147
A bittorrent ratio spoof tool1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.hscsec.cn/belgaied2/harvester-cli v0.2.1
12 versions - Latest release: over 2 years agogithub.com/belgaied2/harvester-cli v0.2.1
Harvester CLI is a project that aims to provide an opinionated CLI tool to easily manage VMs on H...15 versions - Latest release: over 2 years ago - 35 stars on GitHub
github.com/bhatti/api-mock-service v0.0.0-20230420190504-079c80040690
Mocking Distributed Micro services and Contract/Fuzz testing with Record/Play, Templates, OpenAPI...1 version - Latest release: over 2 years ago - 2 stars on GitHub
github.com/inst-api/poster v0.0.0-20230327092716-aa22353c23c1
Async post photos, videos to instagram. Written in pure go1 version - Latest release: over 2 years ago - 1 stars on GitHub
github.com/inst-api/parser v0.0.0-20230327090442-f05c6286ee36
Async parse of comments, likes, users in Instagram. Written in pure go1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/neha-viswanathan/item v0.0.0-20230325034857-2233d5f20db1
1 version - Latest release: over 2 years agogithub.com/neha-viswanathan/character v0.0.0-20230325034824-443b7585df6b
1 version - Latest release: over 2 years agogithub.com/vienng/randx v1.1.0
2 versions - Latest release: over 2 years ago - 7 stars on GitHubgithub.com/sevein/goademo v0.0.0-20230310082729-164b53697813
1 version - Latest release: almost 3 years agogithub.com/keboola/temp-webhooks-api v0.0.0-20230309171531-484544936168
Hackathon Webhooks API Experiment2 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/pylons-tech/pylons v1.1.4
32 versions - Latest release: almost 3 years ago - 26 stars on GitHubgithub.com/Pylons-tech/pylons v1.1.4
31 versions - Latest release: almost 3 years ago - 3 dependent packages - 1 dependent repositories - 26 stars on GitHubgithub.com/hirosassa/goaplugin v0.0.0-20230215002156-491f336cc54a
Zerodriver plugin for Goa2 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/hiromaily/go-goa v0.0.0-20230211014522-db3cac9fe7ef
goa framework example3 versions - Latest release: almost 3 years ago - 8 stars on GitHub
github.com/shopify/kyverno v1.9.0
Kubernetes Native Policy Management164 versions - Latest release: almost 3 years ago - 1 stars on GitHub
github.com/Shopify/kyverno v1.9.0
Kubernetes Native Policy Management164 versions - Latest release: almost 3 years ago - 1 stars on GitHub
github.com/suifengpiao14/markdown2json v0.0.0-20230129064123-919445ea2eec
convert markdown to json2 versions - Latest release: almost 3 years ago - 0 stars on GitHub
gitlab.com/gaia-x/data-infrastructure-federation-services/tsa/infohub v1.2.2
Information Hub provides an API for query, import and export of Trust Services data.7 versions - Latest release: almost 3 years ago - 0 stars on GitLab.com
code.vereign.com/gaiax/tsa/infohub v1.2.2
2 versions - Latest release: almost 3 years agogithub.com/MChorfa/otm-converter v0.0.1-alpha
--- # POC DO NOT USE ---1 version - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/mchorfa/otm-converter v0.0.1-alpha
--- # POC DO NOT USE ---1 version - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/ooni/psiphon/tunnel-core v0.0.0-20230105123940-fe12a24c96ee
Vendor psiphon and dependencies2 versions - Latest release: almost 3 years ago - 1 dependent package - 2 dependent repositories - 1 stars on GitHub
github.com/mukswilly/udpgw v0.0.0-20221229081411-176d2f926235
2 versions - Latest release: almost 3 years ago - 3 stars on GitHubgitlab.com/gaia-x/data-infrastructure-federation-services/tsa/policy v1.0.2
Policy service exposes policy evaluation endpoints via HTTP API.4 versions - Latest release: almost 3 years ago - 0 stars on gitlab.com
gitlab.com/gaia-x/data-infrastructure-federation-services/tsa/task v1.0.1-rc
Task service for executing tasks from policies.1 version - Latest release: about 3 years ago - 0 stars on gitlab.com
gitlab.com/gaia-x/data-infrastructure-federation-services/tsa/cache v1.0.1-rc
1 version - Latest release: about 3 years ago - 0 stars on gitlab.comgitlab.com/gaia-x/data-infrastructure-federation-services/tsa/signer v1.0.7
1 version - Latest release: about 3 years agogithub.com/is-hoku/goa-sample/webapi v0.0.0-20221122192619-bc2202d07934
Goa v3 sample API2 versions - Latest release: about 3 years ago - 0 stars on GitHub
github.com/vivino/rankdb v1.0.10
Rank server / database for providing and managing ranked lists close to real time.11 versions - Latest release: about 3 years ago - 59 stars on GitHub
github.com/Vivino/rankdb v1.0.10
Rank server / database for providing and managing ranked lists close to real time.11 versions - Latest release: about 3 years ago - 55 stars on GitHub
github.com/cpatsonakis/goa-calc-example v0.0.0-20221107141447-d10273cd0c1e
First time learning experience using the Goa framework for designing and developing a simple calc...1 version - Latest release: about 3 years ago - 1 stars on GitHub
github.com/ryanpfalz/go-openapi v0.0.0-20221107000317-527e48b83c7f
1 version - Latest release: about 3 years ago - 0 stars on GitHubgithub.com/suifengpiao14/gqt/v2 v2.0.2
Go(lang) SQL Templates3 versions - Latest release: about 3 years ago - 3 dependent packages - 2 dependent repositories - 0 stars on GitHub
github.com/rnsloan/pii-logger v1.1.0
For testing Personally Identifiable Information redacting in logs2 versions - Latest release: about 3 years ago - 0 stars on GitHub
github.com/realshuting/kyverno v1.8.1
Kubernetes Native Policy Management149 versions - Latest release: about 3 years ago - 1 stars on GitHub
github.com/suifengpiao14/templatemap v1.1.12
use template func set/get value to/from map14 versions - Latest release: about 3 years ago - 4 dependent packages - 2 dependent repositories - 0 stars on GitHub
github.com/eddycharly/kyverno v1.8.0
Kubernetes Native Policy Management142 versions - Latest release: about 3 years ago - 0 stars on GitHub
github.com/sgerogia/hello-goa v0.0.0-20221004171328-df448e952d86
A repository demonstrating the capabilities of goa.design1 version - Latest release: about 3 years ago - 0 stars on GitHub
github.com/capybara-alt/datagen v0.0.0-20220928134518-ed1cf908c8f0
Auto generate test data2 versions - Latest release: about 3 years ago - 0 stars on GitHub
github.com/pritamsoni-hsr/pocketbase-codegen v0.0.0-20220917214332-eaca8ca81f89
1 version - Latest release: about 3 years agogithub.com/opdev/backup-handler v0.0.0-20220914130927-3febccf69fb0
Backup Handler is a container intended to handle backup tasks on behalf of the pachyderm operator.1 version - Latest release: about 3 years ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
github.com/danapsimer/dvc-points-calculator v0.0.0-20220817224836-63c63b1ab868
1 version - Latest release: over 3 years agogithub.com/is-hoku/goa-template/webapi v0.0.0-20220806023153-8f4f3b7029be
1 version - Latest release: over 3 years agogithub.com/aliirns/cosmos-transaction-go v0.0.0-20220805064541-ce06159c4eeb
making signed transactions to cosmos based blokchain Pylons , using GRPC2 versions - Latest release: over 3 years ago - 1 stars on GitHub
github.com/nao1215/goavl v0.4.1 💰
goavl is linter of goa version 1 (URL: https://github.com/shogo82148/goa-v1). The purpose of deve...17 versions - Latest release: over 3 years ago - 1 stars on GitHub
github.com/emerishq/sdk-service-meta v0.0.0-20220719084420-de9afa28d8f8
Design definitions for SDK services used in Emeris1 version - Latest release: over 3 years ago - 4 dependent packages - 1 dependent repositories - 0 stars on GitHub
github.com/akasinan/game-library v0.0.0-20220707162704-d855fe6b924a
1 version - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/shugo256/golang-with-solidity-poc v0.0.0-20220621103859-59f6f2fa7769
1 version - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/najeira/goa/v3 v3.7.6
19 versions - Latest release: over 3 years agogithub.com/vulogov/monitoringbund v0.0.0-20220602055100-7f366ee9398d
Set of tools for monitoring environment at scale10 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/vulogov/nrbund v0.0.0-20220531020841-886cbf064f7f
New Relic execution platform1 version - Latest release: over 3 years ago - 0 stars on GitHub
github.com/JCCE-nudt/PCM v0.0.0-20220510100143-531f83b8d24d
1 version - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/zhouqunjie-cs/PCM v0.0.0-20220505013425-c951e55c5fdf
2 versions - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/davidsbond/homelab v0.0.0-20220428125617-bb60f613cc1f
Monorepo for my personal homelab1 version - Latest release: over 3 years ago - 138 stars on GitHub
github.com/suifengpiao14/pool v0.0.0-20220416081819-e8f58ffae939
db,curl pool woking with gqt,gqtcurl1 version - Latest release: over 3 years ago - 0 stars on GitHub
github.com/allinbits/sdk-service-meta v0.0.0-20220225122854-eb00092170cc
Design definitions for SDK services used in Emeris1 version - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/penwern/enduro v0.35.0 removed
86 versions - Latest release: almost 4 years agogithub.com/camlyall/enduro v0.35.0
86 versions - Latest release: almost 4 years agogithub.com/eikmadsen/rankdb v1.0.8
Rank server / database for providing and managing ranked lists close to real time.9 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/lawrencejones/goa-example v0.0.0-20220122174749-2d6afdb2af9f
Example code to accompany https://blog.lawrencejones.dev/goa1 version - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/MichaelUrman/goa/v3 v3.5.4
Design-based APIs and microservices in Go33 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/michaelurman/goa/v3 v3.5.4
Design-based APIs and microservices in Go33 versions - Latest release: almost 4 years ago - 0 stars on GitHub
github.com/turanukimaru/goastart v0.0.0-20211228053956-e54a448e3088
1 version - Latest release: almost 4 years ago - 0 stars on GitHubgithub.com/furusax0621/goa-sample v0.0.0-20211227145008-0007223412bf
1 version - Latest release: almost 4 years ago - 0 stars on GitHubgithub.com/ernesto-jimenez/goa/v3 v3.5.3 💰
Design-based APIs and microservices in Go32 versions - Latest release: about 4 years ago - 0 stars on GitHub
github.com/LianjiaTech/d18n v0.1.2
d18n is a data desensitization tool for RDBMS.3 versions - Latest release: about 4 years ago - 122 stars on GitHub
github.com/lianjiatech/d18n v0.1.2
d18n is a data desensitization tool for RDBMS.3 versions - Latest release: about 4 years ago - 122 stars on GitHub
github.com/lawrencejones/goa/v3 v3.4.3
Design-based APIs and microservices in Go28 versions - Latest release: over 4 years ago - 0 stars on GitHub
github.com/levkoburburas/goa/v3 v3.3.1
Design-based APIs and microservices in Go24 versions - Latest release: over 4 years ago - 0 stars on GitHub
github.com/jinhong-/goa/v3 v3.3.1 removed
24 versions - Latest release: over 4 years agoCheck this option to include packages that no longer depend on this package in their latest version but previously did.