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

Top 2.1% on proxy.golang.org
Top 0.3% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 5.2% forks on proxy.golang.org
Top 0.4% docker downloads on proxy.golang.org

proxy.golang.org : github.com/pborman/getopt

Package getopt (v1) provides traditional getopt processing for implementing commands that use traditional command lines. The standard Go flag package cannot be used to write a program that parses flags the way ls or ssh does, for example. A new version of this package (v2) (whose package name is also getopt) is available as: Getopt supports functionality found in both the standard BSD getopt as well as (one of the many versions of) the GNU getopt_long. Being a Go package, this package makes common usage easy, but still enables more controlled usage if needed. Typical usage: If you don't want the program to exit on error, use getopt.Getopt: Support is provided for both short (-f) and long (--flag) options. A single option may have both a short and a long name. Each option may be a flag or a value. A value takes an argument. Declaring no long names causes this package to process arguments like the traditional BSD getopt. Short flags may be combined into a single parameter. For example, "-a -b -c" may also be expressed "-abc". Long flags must stand on their own "--alpha --beta" Values require an argument. For short options the argument may either be immediately following the short name or as the next argument. Only one short value may be combined with short flags in a single argument; the short value must be after all short flags. For example, if f is a flag and v is a value, then: For the long value option val: Values with an optional value only set the value if the value is part of the same argument. In any event, the option count is increased and the option is marked as seen. There is no convience function defined for making the value optional. The SetOptional method must be called on the actual Option. Parsing continues until the first non-option or "--" is encountered. The short name "-" can be used, but it either is specified as "-" or as part of a group of options, for example "-f-". If there are no long options specified then "--f" could also be used. If "-" is not declared as an option then the single "-" will also terminate the option processing but unlike "--", the "-" will be part of the remaining arguments. Normally the parsing is performed by calling the Parse function. If it is important to see the order of the options then the Getopt function should be used. The standard Parse function does the equivalent of: When calling Getopt it is the responsibility of the caller to print any errors. Normally the default option set, CommandLine, is used. Other option sets may be created with New. After parsing, the sets Args will contain the non-option arguments. If an error is encountered then Args will begin with argument that caused the error. It is valid to call a set's Parse a second time to amend the current set of flags or values. As an example: If called with set to { "prog", "-a", "cmd", "-b", "arg" } then both and and b would be set, cmd would be set to "cmd", and opts.Args() would return { "arg" }. Unless an option type explicitly prohibits it, an option may appear more than once in the arguments. The last value provided to the option is the value. For each option type there are an unfortunately large number of ways, 8, to initialize the option. This number is derived from three attributes: The first two variations provide 4 signature: Foo can actually be expressed in terms of FooLong: Normally Foo is used, unless long options are needed. Setting short to 0 creates only a long option. The difference bentween Foo and FooVar is that you pass a pointer, p, to the location of the value to FooVar. The default value is simply *p. The initial value of *p is the defaut value of the option. Foo is actually a wrapper around FooVar: The third variation provides a top-level function and a method on a Set: The top-level function is simply: To simplfy documentation, typically only the main top-level function is fully documented. The others will have documentation when there is something special about them. All non-flag options are created with a "valuehelp" as the last parameter. Valuehelp should be 0, 1, or 2 strings. The first string, if provided, is the usage message for the option. If the second string, if provided, is the name to use for the value when displaying the usage. If not provided the term "value" is assumed. The usage message for the option created with is is

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/pborman/getopt
Keywords: getopt , go
License: BSD-3-Clause
Latest release: about 5 years ago
First release: about 5 years ago
Namespace: github.com/pborman
Dependent packages: 261
Dependent repositories: 2,649
Stars: 113 on GitHub
Forks: 17 on GitHub
Docker dependents: 25
Docker downloads: 18,513,040
See more repository details: repos.ecosyste.ms
Last synced: 23 days ago

Top 7.5% on proxy.golang.org
github.com/spideyz0r/k8s-knife v0.0.10
kube-knife is a tool to run commands on multiple pods concurrently using kubectl commands
1 version - Latest release: over 1 year ago - 1 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/jkt-signal/smimesign v0.20.1
An S/MIME signing utility for use with Git
1 version - Latest release: over 1 year ago - 0 stars on GitHub
Top 5.1% on proxy.golang.org
github.com/CrunchyData/pg_featureserv v1.3.1
Lightweight RESTful Geospatial Feature Server for PostGIS in Go
6 versions - Latest release: over 1 year ago - 356 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/cydarltd/smimesign v0.2.3
4 versions - Latest release: almost 2 years ago
Top 9.4% on proxy.golang.org
github.com/CydarLtd/smimesign v0.2.3
An S/MIME signing utility for use with Git
4 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/Azure/sonic-mgmt-common v0.0.0-20231222051115-fdff43c542e7
7 versions - Latest release: almost 2 years ago - 2 dependent packages - 10 dependent repositories
github.com/sengleung/goyang v1.4.5
Program yang parses YANG files, displays errors, and possibly writes something related to the inp...
25 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/Chroq/ulid/v2 v2.2.0
Universally Unique Lexicographically Sortable Identifier (ULID) in Go
7 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/chroq/ulid/v2 v2.2.0
Universally Unique Lexicographically Sortable Identifier (ULID) in Go
7 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/ftodeschini-bling/go-hdfs/v2 v2.3.1
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
8 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/supergoodsystems/pgmetrics v0.0.1
Collect and display information and stats from a running PostgreSQL server
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/r0nk/wlr v0.0.0-20231021225929-9b78ecc6d30b
Wordlist fuzz payload generator
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/ikenticus/blogcode/go/ocd/episodes v0.0.0-20231012231021-997e680c98b7
Code Repository referenced by Blog
1 version - Latest release: about 2 years ago - 8 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/git-duet/git-duet v0.0.0-20231007172241-df8e786cb4da 💰
Support for pairing with git
4 versions - Latest release: about 2 years ago - 392 stars on GitHub
go.breu.io/ulid v0.0.2
Universally Unique Lexicographically Sortable Identifier (ULID) in Go
2 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/openplaybooks/libcacao v0.0.0-20230819055755-eac9d765b0f8
Package libcacao implements an API for generating CACAO JSON based playbooks with the Go (Golang)...
4 versions - Latest release: about 2 years ago - 8 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/openconfig/catalog-server v0.0.0-20230809231721-3ffad7fc95dc
1 version - Latest release: about 2 years ago - 1 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/VaultID/smimesign v0.2.9
An S/MIME signing utility for use with Git
16 versions - Latest release: about 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/vaultid/smimesign v0.2.9
An S/MIME signing utility for use with Git
12 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/nuvolaris/task/cmd/taskmain/v3 v3.0.0-20230723174726-2fc97142fa6e 💰
A task runner / simpler Make alternative written in Go
14 versions - Latest release: about 2 years ago - 2 dependent packages - 1 dependent repositories - 0 stars on GitHub
github.com/anjor/go-fil-dataprep/cmd/data-prep v0.0.0-20230719152525-bf61394b8cd7
13 versions - Latest release: over 2 years ago - 1 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/colinmarc/hdfs/v2 v2.4.0
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
7 versions - Latest release: over 2 years ago - 219 dependent packages - 730 dependent repositories - 1,262 stars on GitHub
Top 4.6% on proxy.golang.org
gopkg.in/colinmarc/hdfs.v2 v2.4.0
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
7 versions - Latest release: over 2 years ago - 1,369 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pborman/pty v0.0.0-20230706154918-5d6d785d4e28
15 versions - Latest release: over 2 years ago - 2 stars on GitHub
github.com/andreasolla/hdfs/v2 v2.0.0-20230612090051-d3d274044d49
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
6 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/bclasse/goyang v0.0.0
YANG parser and compiler to produce Go language objects
1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/trustasia-com/smimesign v0.2.2
An S/MIME signing utility for use with Git
2 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/spideyz0r/ldapsearcher v0.1.6
A ldap search tool. Run pre-defined or custom queries
5 versions - Latest release: over 2 years ago - 1 stars on GitHub
github.com/anjor/anelace v0.0.0-20230330084912-e7a70b075964
4 versions - Latest release: over 2 years ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/vleijon/goyang v0.0.4
Program yang parses YANG files, displays errors, and possibly writes something related to the inp...
4 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/xtrimf/hdfs/v2 v2.3.0
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
5 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/lfxy/hdfs/v2 v2.3.3
A native go client for HDFS
13 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/pbenner/modhmm v0.0.0-20230126082402-cc17d4690f23
ModHMM Genome Segmentation Method
3 versions - Latest release: over 2 years ago - 4 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/asvinours/tgswitch v0.7.0
Manage terragrunt versions - the tgswitch command line tool lets you switch between different ver...
1 version - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/EliaBracciSumo/tgswitch v0.0.0-20221220212503-f6136cce3041
Manage terragrunt versions - the tgswitch command line tool lets you switch between different ver...
1 version - Latest release: almost 3 years ago - 0 stars on GitHub
Top 7.2% on proxy.golang.org
github.com/nb-cloud/hdfs v0.0.0-20221213095059-888832003d43 removed
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
1 version - Latest release: almost 3 years ago
Top 8.2% on proxy.golang.org
github.com/nikwo/smimesign-fork v0.2.1
Fork with fixed windows build failure
8 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/ribasushi/DAGger v0.0.0-20221124134124-e845e7c5cc92
2 versions - Latest release: almost 3 years ago - 1 stars on GitHub
Top 7.8% on proxy.golang.org
github.com/ibraimgm/enigma v0.0.0-20221114162736-c8b80be6e97f
A simple enigma machine in Go
2 versions - Latest release: almost 3 years ago - 4 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mizy/hdfs v0.0.0-20221114022328-58942730aec5
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
2 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/etwodev/aesencryptor v1.2.2
Simple AES CBC Encryption example
5 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/Etwodev/AESEncryptor v1.2.2
Simple AES CBC Encryption example
5 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/wlynch/kcna2022 v0.0.0-20221021215947-a4a479efcff2
1 version - Latest release: almost 3 years ago - 1 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/sloanasan/go-osint-rules v0.0.0-20220928163821-14136f85a314
Create and execute custom rules using OSINT data sources.
1 version - Latest release: about 3 years ago - 0 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/warrensbox/tgswitch v0.0.0-20220926014225-d7ef9003b7ce
Manage terragrunt versions - the tgswitch command line tool lets you switch between different ver...
2 versions - Latest release: about 3 years ago - 154 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/spencersutton/smimesign v0.2.1
An S/MIME signing utility for use with Git
8 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/troutsoftware/ulid/v2 v2.1.0
Universally Unique Lexicographically Sortable Identifier (ULID) in Go
1 version - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/TroutSoftware/ulid/v2 v2.1.0
Universally Unique Lexicographically Sortable Identifier (ULID) in Go
1 version - Latest release: about 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
gitlab.com/osint-identity/go-signal v0.0.0-20220811173011-e1c1db15f0d6
© 2022 OSINT Fingerprint Project Contributors
1 version - Latest release: about 3 years ago - 0 stars on
Top 9.0% on proxy.golang.org
github.com/SydoxX/libstix2 v0.6.7
Package libstix2 implements an API for generating STIX 2 JSON based messages with the Go (Golang)...
8 versions - Latest release: about 3 years ago - 0 stars on
Top 8.2% on proxy.golang.org
github.com/sydoxx/libstix2 v0.6.7
Package libstix2 implements an API for generating STIX 2 JSON based messages with the Go (Golang)...
8 versions - Latest release: about 3 years ago
Top 8.2% on proxy.golang.org
github.com/nextpart/libstix2 v0.6.7
Package libstix2 implements an API for generating STIX 2 JSON based messages with the Go (Golang)...
8 versions - Latest release: about 3 years ago - 1 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/rvaughn/libstix2 v0.6.7
Package libstix2 implements an API for generating STIX 2 JSON based messages with the Go (Golang)...
8 versions - Latest release: about 3 years ago
Top 9.0% on proxy.golang.org
github.com/sloanasan/go-signal v0.0.0-20220801193425-0316dc91c599
© 2022 OSINT Fingerprint Project Contributors
2 versions - Latest release: about 3 years ago - 0 stars on
Top 9.0% on proxy.golang.org
github.com/amuhametov/hdfs/v2 v2.3.4
A native go client for HDFS
10 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/psihachina/terraform-switcher v0.13.1275
A command line tool to switch between different versions of terraform (install with homebrew and...
7 versions - Latest release: over 3 years ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/sallyom/gitsign v0.1.1
Keyless Git signing using Sigstore
5 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/majinghe/gitsign v0.1.0
4 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/lukehinds/gitsign v0.0.2-alpha
Keyless Git signing using Sigstore
3 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 1.5% on proxy.golang.org
github.com/m3db/m3 v1.5.0
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compati...
89 versions - Latest release: over 3 years ago - 7 dependent packages - 10 dependent repositories - 4,372 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/gandhikrishna/m3 v1.5.0
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compati...
89 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 6.5% on proxy.golang.org
github.com/m3db/m3db v1.5.0
89 versions - Latest release: over 3 years ago - 2 dependent repositories
Top 9.2% on proxy.golang.org
github.com/Rosettea/hilbish v1.2.0
🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
22 versions - Latest release: over 3 years ago - 451 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/rosettea/hilbish v1.2.0
🌺 The flower shell. A comfy and nice little shell for Lua fans!
22 versions - Latest release: over 3 years ago - 360 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Rosettea/Hilbish v1.2.0
🌺 The flower shell. A comfy and nice little shell for Lua fans!
22 versions - Latest release: over 3 years ago - 360 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/hilbis/hilbish v1.2.0
22 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/Hilbis/Hilbish v1.2.0
🌺 The flower shell. A comfy and nice little shell for Lua fans!
22 versions - Latest release: over 3 years ago - 360 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/bmizerany/tailscale v1.22.2 removed
69 versions - Latest release: over 3 years ago
github.com/juanfont/tailscale v1.22.2
The easiest, most secure way to use WireGuard and 2FA.
69 versions - Latest release: over 3 years ago - 3 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/yangchuansheng/tailscale v1.22.2
69 versions - Latest release: over 3 years ago
Top 4.1% on proxy.golang.org
github.com/johannemitzcisco/goyang v0.1.0 removed
1 version - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/joneskoo/tailscale v1.22.0
The easiest, most secure way to use WireGuard and 2FA.
67 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/veritas501/tailscale v1.22.0
The easiest, most secure way to use WireGuard and 2FA.
67 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/karthick18/goyang v1.0.0
Program yang parses YANG files, displays errors, and possibly writes something related to the inp...
37 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/alexryndin/hdfs/v2 v2.3.0 removed
6 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/sangba/hdfs/v2 v2.3.0
A native go client for HDFS
6 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/phodina/tailscale v1.20.4
The easiest, most secure way to use WireGuard and 2FA.
66 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/logzio/m3 v1.4.2
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compati...
83 versions - Latest release: almost 4 years ago - 1 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/zmt/m3 v1.4.2
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compati...
88 versions - Latest release: almost 4 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/rohankumardubey/m3 v1.4.2
88 versions - Latest release: almost 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/mr-chelyshkin/hdfs/v2 v2.2.2
6 versions - Latest release: almost 4 years ago
Top 8.2% on proxy.golang.org
github.com/RegularITCat/libstix2 v0.6.5
Package libstix2 implements an API for generating STIX 2 JSON based messages with the Go (Golang)...
6 versions - Latest release: almost 4 years ago
Top 8.2% on proxy.golang.org
github.com/regularitcat/libstix2 v0.6.5
4 versions - Latest release: almost 4 years ago
Top 7.7% on proxy.golang.org
github.com/Cruzoft/nbminer-reporter v1.2.0
A simple app that reads NBMiner status REST API data and sends it to InfluxDB
7 versions - Latest release: almost 4 years ago - 3 stars on GitHub
Top 7.7% on proxy.golang.org
github.com/cruzoft/nbminer-reporter v1.2.0
A simple app that reads NBMiner status REST API data and sends it to InfluxDB
7 versions - Latest release: almost 4 years ago - 3 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/schultet/goa v0.0.0-20211123135406-b76af608109f
1 version - Latest release: almost 4 years ago
Top 8.2% on proxy.golang.org
github.com/tonya11en/m3 v1.4.1
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compati...
87 versions - Latest release: almost 4 years ago - 0 stars on GitHub
Top 5.3% on proxy.golang.org
github.com/efirs/hdfs/v2 v2.2.1
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
4 versions - Latest release: almost 4 years ago - 1 dependent package - 1 dependent repositories
Top 9.0% on proxy.golang.org
github.com/mainbong/hdfs/v2 v2.2.6
Package hdfs provides a native, idiomatic interface to HDFS. Where possible, it mimics the functi...
10 versions - Latest release: almost 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/laher/lunchbox v0.0.0-20211112085600-b8d31d5220a8
1 version - Latest release: almost 4 years ago
Top 9.6% on proxy.golang.org
github.com/torchedsammy/mori v0.3.0
🌲 Automatically put osu! related archives in their places.
3 versions - Latest release: almost 4 years ago - 9 stars on GitHub
Top 9.6% on proxy.golang.org
github.com/lulugyf/sshserv v0.0.0-20211028012444-024d10c9f72c
Full featured and highly configurable SFTP server. For more details about features, installation,...
1 version - Latest release: almost 4 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
git.neoxia.com/arnaud-dezandee/tailscale v1.16.1
57 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/moredure/hdfs2 v0.0.5
package hdfs2 provides a native, idiomatic interface to HDFS. Where possible, it mimics the funct...
5 versions - Latest release: about 4 years ago - 3 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/retargetly/ulid/v2 v2.0.4
Universally Unique Lexicographically Sortable Identifier (ULID) in Go
5 versions - Latest release: about 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/etecs-ru/pgmetrics v1.12.0
33 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/marcushill/m3 v1.3.0
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compati...
84 versions - Latest release: about 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/florentchauveau/smimesign v0.2.0
7 versions - Latest release: about 4 years ago
Top 8.2% on proxy.golang.org
github.com/tg123/smimesign v0.2.0
An S/MIME signing utility for use with Git
7 versions - Latest release: about 4 years ago - 0 stars on GitHub
Top 4.8% on proxy.golang.org
github.com/grafana/smimesign v0.2.0 removed
7 versions - Latest release: about 4 years ago - 5 dependent repositories
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.