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

Top 1.1% on proxy.golang.org
Top 0.2% dependent packages on proxy.golang.org
Top 0.2% dependent repos on proxy.golang.org
Top 1.9% forks on proxy.golang.org
Top 0.8% docker downloads on proxy.golang.org

proxy.golang.org : github.com/jteeuwen/go-bindata

bindata converts any file into managable Go source code. Useful for embedding binary data into a go program. The file data is optionally gzip compressed before being converted to a raw byte slice. The following paragraphs cover some of the customization options which can be specified in the Config struct, which must be passed into the Translate() call. When used with the `Debug` option, the generated code does not actually include the asset data. Instead, it generates function stubs which load the data from the original file on disk. The asset API remains identical between debug and release builds, so your code will not have to change. This is useful during development when you expect the assets to change often. The host application using these assets uses the same API in both cases and will not have to care where the actual data comes from. An example is a Go webserver with some embedded, static web content like HTML, JS and CSS files. While developing it, you do not want to rebuild the whole server and restart it every time you make a change to a bit of javascript. You just want to build and launch the server once. Then just press refresh in the browser to see those changes. Embedding the assets with the `debug` flag allows you to do just that. When you are finished developing and ready for deployment, just re-invoke `go-bindata` without the `-debug` flag. It will now embed the latest version of the assets. The `NoMemCopy` option will alter the way the output file is generated. It will employ a hack that allows us to read the file data directly from the compiled program's `.rodata` section. This ensures that when we call call our generated function, we omit unnecessary memcopies. The downside of this, is that it requires dependencies on the `reflect` and `unsafe` packages. These may be restricted on platforms like AppEngine and thus prevent you from using this mode. Another disadvantage is that the byte slice we create, is strictly read-only. For most use-cases this is not a problem, but if you ever try to alter the returned byte slice, a runtime panic is thrown. Use this mode only on target platforms where memory constraints are an issue. The default behaviour is to use the old code generation method. This prevents the two previously mentioned issues, but will employ at least one extra memcopy and thus increase memory requirements. For instance, consider the following two examples: This would be the default mode, using an extra memcopy but gives a safe implementation without dependencies on `reflect` and `unsafe`: Here is the same functionality, but uses the `.rodata` hack. The byte slice returned from this example can not be written to without generating a runtime error. The NoCompress option indicates that the supplied assets are *not* GZIP compressed before being turned into Go code. The data should still be accessed through a function call, so nothing changes in the API. This feature is useful if you do not care for compression, or the supplied resource is already compressed. Doing it again would not add any value and may even increase the size of the data. The default behaviour of the program is to use compression. The keys used in the `_bindata` map are the same as the input file name passed to `go-bindata`. This includes the path. In most cases, this is not desireable, as it puts potentially sensitive information in your code base. For this purpose, the tool supplies another command line flag `-prefix`. This accepts a portion of a path name, which should be stripped off from the map keys and function names. For example, running without the `-prefix` flag, we get: Running with the `-prefix` flag, we get: With the optional Tags field, you can specify any go build tags that must be fulfilled for the output file to be included in a build. This is useful when including binary data in multiple formats, where the desired format is specified at build time with the appropriate tags. The tags are appended to a `// +build` line in the beginning of the output file and must follow the build tags syntax specified by the go tool.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/jteeuwen/go-bindata
License: CC0-1.0
Latest release: over 10 years ago
First release: almost 12 years ago
Namespace: github.com/jteeuwen
Dependent packages: 593
Dependent repositories: 1,320
Stars: 661 on GitHub
Forks: 217 on GitHub
Docker dependents: 6
Docker downloads: 27,880
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

Top 6.7% on proxy.golang.org
github.com/ChenSee/go-admin v1.2.27 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
3 versions - Latest release: 11 months ago - 0 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/chensee/go-admin v1.2.27 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
3 versions - Latest release: 11 months ago - 0 stars on GitHub
github.com/2pgcn/go-admin v0.1.7 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
7 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 8.9% on proxy.golang.org
github.com/plumk97/go-admin v0.0.5
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
5 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/kotovmak/go-admin v1.1.1
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
12 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/dikiharyadi19/go-admin v1.2.25
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
85 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/hixnav/hixnav-web v1.5.1
海芯导航(hixnav)前端代码
10 versions - Latest release: about 1 year ago - 1 dependent package - 1 dependent repositories - 2 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/wikia/kratos v1.1.0 💰
Next-gen identity server (think Auth0, Okta, Firebase) with ORY-hardened authentication, MFA, FID...
76 versions - Latest release: about 1 year ago - 2 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/Wikia/kratos v1.1.0 💰
Next-gen identity server (think Auth0, Okta, Firebase) with ORY-hardened authentication, MFA, FID...
76 versions - Latest release: about 1 year ago - 2 stars on GitHub
Top 8.3% on proxy.golang.org
github.com/openshift/oauth-apiserver v0.0.0-20240112221538-9d90b159dfaa
Resource API endpoints and WebhookTokenAuthenticator endpoints for the openshift/oauth-server
6 versions - Latest release: over 1 year ago - 5 dependent repositories - 2 stars on GitHub
Top 4.4% on proxy.golang.org
github.com/qor/qor-example v0.0.0-20240110093351-28949eb5ea34
An example application showcasing the QOR SDK
2 versions - Latest release: over 1 year ago - 1 dependent repositories - 1,240 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/mateuszjenek/ddd-cli v0.0.0-20231214091234-5a707ed033a9
Copyright © 2023 Mateusz Jenek <[email protected]> Permission is hereby granted, free of c...
2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/ketan-10/training/xo v0.0.0-20231210160855-72c7c2fd3690
2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/kamruljpi/go-admin v0.0.0-20231206164338-f7ebfac65020
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
4 versions - Latest release: over 1 year ago - 1 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/BGrewell/go-iperf v0.0.0-20231130220520-9a30093ddea1
A Go based wrapper around iperf3
2 versions - Latest release: over 1 year ago - 11 stars on GitHub
github.com/ketan-10/classroom/xo v0.0.0-20231118221228-17a22581d220
4 versions - Latest release: over 1 year ago - 1 dependent repositories - 0 stars on GitHub
github.com/responsibility-act/go-admin v0.0.3
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
2 versions - Latest release: over 1 year ago - 1 dependent repositories - 3 stars on GitHub
Top 4.8% on proxy.golang.org
github.com/salesforce/sloop v0.0.0-20231025182715-81473b2971c7
Kubernetes History Visualization
13 versions - Latest release: over 1 year ago - 1,262 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/romutchio/go-admin v1.2.24-alpha.1
2 versions - Latest release: over 1 year ago
Top 8.2% on proxy.golang.org
github.com/openshift/ibm-roks-toolkit v0.0.0-20231013164347-ba4a9ad7e3d4
Tooling and controllers to enable hosted control plane OpenShift clusters running on IBM Cloud.
10 versions - Latest release: over 1 year ago - 20 stars on GitHub
github.com/purposeinplay/go-admin v0.0.0-20231001163543-fdaec87eed10 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
6 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/fighthorse/sampleBookReader v1.0.1
简单的书籍阅读系统 以gin + h5 + bootstrap 框架搭建 简单易用为主 不考虑vue等复杂前端框架 回归原始
4 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/fighthorse/samplebookreader v1.0.1
简单的书籍阅读系统 以gin + h5 + bootstrap 框架搭建 简单易用为主 不考虑vue等复杂前端框架 回归原始
4 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Sharuru/MailHog v1.1.8
Web and API based SMTP testing
12 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/sharuru/mailhog v1.1.8
Web and API based SMTP testing
12 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/dayvonjersen/linguist v0.0.0-20230828081901-c82f0abfd1c3
Detect programming language of source files. Go port of GitHub Linguist: https://github.com/githu...
3 versions - Latest release: over 1 year ago - 64 stars on GitHub
github.com/backyio/go-admin v0.0.0-20230825060003-337f3ca7d267
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
3 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/foundvanting/go-admin v1.3.0 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/foundVanting/go-admin v1.3.0 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/alesjr/go-admin/go-admin v0.0.0-20230814151459-5ccdf1e744c7
fork of the project with my modifications
1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/lifelong-study/go-admin v1.2.25
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
85 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/Lifelong-Study/go-admin v1.2.25
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
85 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/repo-v/adm v1.0.2
🛠️ Standard Tooling for GoAdmin Development
2 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 3.0% on proxy.golang.org
myitcv.io v0.0.0-20230623101255-e8a4520f015e
Mono-repo for all myitcv.io/... Go code
2 versions - Latest release: almost 2 years ago - 20 dependent packages - 20 dependent repositories - 100 stars on GitHub
github.com/joan-s-molas/rexray v0.11.5
REX-Ray is a container storage orchestration engine that enables persistence for cloud-native wor...
100 versions - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/LandRover/yahoo-finance-mock v0.0.0-20230611061111-26c14794fb86
finance-mock is a mock HTTP server that generates API responses similar to actual remote sources....
1 version - Latest release: almost 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/onsdigital/dp-frontend-renderer v1.58.0
56 versions - Latest release: almost 2 years ago - 2 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/ONSdigital/dp-frontend-renderer v1.58.0
56 versions - Latest release: almost 2 years ago - 2 stars on GitHub
github.com/ketan-10/xo-patcher/xo v0.0.0-20230528093803-997e531f6b74
10 versions - Latest release: almost 2 years ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
github.com/amirsalarsafaei/go-admin v0.0.2
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
2 versions - Latest release: almost 2 years ago - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/tinhtran24/xo v0.0.0-20230331024616-daac1d800ccf
1 version - Latest release: about 2 years ago
Top 4.7% on proxy.golang.org
github.com/apache/openwhisk-cli v0.0.0-20230216141022-b1ca4bccc2c2
Apache OpenWhisk Command Line Interface (CLI)
3 versions - Latest release: about 2 years ago - 1 dependent repositories - 98 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/aguswmika/go-admin v1.0.3
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
4 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/iflyime/transfer.sh-web v0.0.0-20230129015518-c75fb4b77d07
2 versions - Latest release: over 2 years ago
Top 5.1% on proxy.golang.org
github.com/abs-lang/abs v0.0.0-20230117060431-2577f206043c
Home of the ABS programming language: the joy of shell scripting.
2 versions - Latest release: over 2 years ago - 475 stars on GitHub
Top 5.1% on proxy.golang.org
github.com/Netflix/titus-executor v0.0.0-20230110215807-c3677c5692f5
Titus Executor is the container runtime/executor implementation for Titus
5 versions - Latest release: over 2 years ago - 232 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/ezbuy/ezorm v1.0.1
schema first orm for Go
3 versions - Latest release: over 2 years ago - 46 stars on GitHub
Top 9.8% on proxy.golang.org
gitee.com/mirrors/ezorm v1.0.1
3 versions - Latest release: over 2 years ago
Top 8.2% on proxy.golang.org
github.com/piotrmsc/kratos v0.11.0 💰
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FID...
65 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/hezhizheng/repo-image-hosting v0.1.2
github | coding | gitee 图床 ,使用golang(Gin)实现
12 versions - Latest release: over 2 years ago - 66 stars on GitHub
github.com/mergetb/go-iperf v0.0.0-20221116034024-42a03507bbf3
A Go based wrapper around iperf3
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/yzimhao/bookvoo v0.0.0-20221108071021-0a93553ce217
交易所
2 versions - Latest release: over 2 years ago - 8 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/svyatoch/himera v0.0.0-20221022205731-a03bff3d8264
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 5.2% on proxy.golang.org
github.com/play-with-go/play-with-go v0.0.21
Hands-on, interactive tutorials for programming in Go.
21 versions - Latest release: over 2 years ago - 256 stars on GitHub
Top 5.0% on proxy.golang.org
github.com/openshift/openshift-tests v0.0.0-20220921083135-e27bbb957ad6
e2e tests for the extended openshift 4.x ecosystem
1 version - Latest release: over 2 years ago - 1 dependent package - 3 dependent repositories - 21 stars on GitHub
Top 8.2% on proxy.golang.org
bitbucket.org/thaenke/go-admin v0.0.0-20220825125804-99b68d1b0289
1 version - Latest release: over 2 years ago
Top 8.7% on proxy.golang.org
github.com/CloudNua/go-api-2 v0.0.0-20220823160158-a716b36d48ff
1 version - Latest release: over 2 years ago
Top 8.6% on proxy.golang.org
github.com/ektamind/thank_ethereum v0.0.31
32 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/EktaMind/Thank_ethereum v0.0.31
Package ethereum defines interfaces for interacting with Ethereum.
32 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/kotleta/go-admin v0.0.0-20220805151501-fdb5249ad7d7 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/aquiseb/lychee v0.0.0-20220628074650-53466286bc21
Golang GraphQL CMS
1 version - Latest release: almost 3 years ago - 2 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/lyondhill/hello/sql v0.0.0-20220615200633-071d61ee6ee6
1 version - Latest release: almost 3 years ago - 1 stars on GitHub
github.com/c3sr/dlframework v1.4.21
Package dlframework is a reverse proxy. It translates gRPC into RESTful JSON APIs. Package dlfr...
61 versions - Latest release: almost 3 years ago - 14 dependent packages - 5 dependent repositories - 1 stars on GitHub
Top 7.2% on proxy.golang.org
github.com/rigetti/openapi-cli-generator v0.0.14
Generate a CLI from an OpenAPI 3 specification
14 versions - Latest release: almost 3 years ago - 3 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/kalzoo/openapi-cli-generator v0.0.14 removed
14 versions - Latest release: almost 3 years ago
Top 8.2% on proxy.golang.org
github.com/nipsufn/kratos v0.10.1
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FID...
65 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/5bug/ginhelper v0.0.0-20220521154540-e8da740e23d8
Code generated for package main by go-bindata DO NOT EDIT. (@generated) sources: pkg/conf/conf.go...
2 versions - Latest release: almost 3 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/CentrifugeInc/go-centrifuge v1.3.0
Package centrifuge is the root package for go-centrifuge. Currently its empty, but this file enab...
17 versions - Latest release: almost 3 years ago
Top 8.2% on proxy.golang.org
github.com/centrifuge/go-centrifuge v1.3.0
Package centrifuge is the root package for go-centrifuge. Currently its empty, but this file enab...
17 versions - Latest release: almost 3 years ago - 70 stars on GitHub
Top 5.4% on proxy.golang.org
github.com/centrifuge/pod v1.3.0
Go implementation of Centrifuge POD (Private Off-chain Data) node
17 versions - Latest release: almost 3 years ago - 70 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/centrifugeinc/go-centrifuge v1.3.0
Package centrifuge is the root package for go-centrifuge. Currently its empty, but this file enab...
17 versions - Latest release: almost 3 years ago
Top 9.0% on proxy.golang.org
github.com/roozbehsayadi/adm v1.2.29
🛠️ Standard Tooling for GoAdmin Development
6 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.9% on proxy.golang.org
github.com/mryachanin/cookbook v0.0.4
3 versions - Latest release: about 3 years ago
Top 8.2% on proxy.golang.org
github.com/jeffrom/job-manager v0.4.6
a job coordination server
36 versions - Latest release: about 3 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/woainizhongguo/pytorch-operator v1.0.7-rc.0
1 version - Latest release: about 3 years ago
Top 8.2% on proxy.golang.org
github.com/vincent87720/TRC v1.1.0
此程式提供給教資中心使用,程式包含教師資料下載、預警資料分割、製版數統計表合併、數位課綱資料合併以及尺規評量差分計算。
2 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/vincent87720/trc v1.1.0
此程式提供給教資中心使用,程式包含教師資料下載、預警資料分割、製版數統計表合併、數位課綱資料合併以及尺規評量差分計算。
2 versions - Latest release: about 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/guoliang1994/go-i18n v1.2.0
The simplest way that translate your Go program into multiple languages. Use interfaces to extend...
5 versions - Latest release: about 3 years ago - 4 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/kuchensheng/go-route v1.0.1
An API Gateway written in Go
2 versions - Latest release: about 3 years ago - 1 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/cryptopunkscc/astral-services v0.0.0-20220128170333-9f40aca76634
1 version - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/leekathy/go-iperf v0.0.0-20220127004151-d4bb7634600f
A Go based wrapper around iperf3
2 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/fboerman/kratos v0.8.3-alpha.1.pre.0
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FID...
60 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jonas-jonas/kratos v0.8.3-alpha.1.pre.0
60 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/kfirufk/word2number v1.2.3
Library to convert words (three hundred thousand) to numbers (300,000) in Go
3 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/gencebay/httplive v0.0.0-20220109113903-f2762318a428
HTTP Request & Response Service, Mock HTTP
1 version - Latest release: over 3 years ago - 1,127 stars on GitHub
github.com/go-phorce/dolly v0.9.0
a small platform on wheels used for holding heavy objects
12 versions - Latest release: over 3 years ago - 3 dependent packages - 2 dependent repositories - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/benehiko/kratos v0.8.2-alpha.1
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, MFA, FID...
64 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/Benehiko/kratos v0.8.2-alpha.1 removed
64 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/3100/go-sdk v1.2.8
19 versions - Latest release: over 3 years ago
github.com/datachainlab/go-sdk v1.2.8
Go-SDK & CLI tool to interact with the Harmony Blockchain
19 versions - Latest release: over 3 years ago - 1 dependent repositories - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/digroad/go-admin v1.3.0 💰
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
84 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
gitee.com/edmondfrank/go-license-detector/v4 v4.3.3
8 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/bexsoft/directpv v1.4.6
Container Storage Interface (CSI) driver for Direct Attached Storage (DAS)
33 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/minio/direct-csi-driver v1.4.6
Simple Kubernetes CSI driver for Direct Attached Storage :minidisc:
33 versions - Latest release: over 3 years ago - 365 stars on GitHub
Top 2.1% on proxy.golang.org
github.com/minio/directpv v1.4.6
Simple Kubernetes CSI driver for Direct Attached Storage :minidisc:
33 versions - Latest release: over 3 years ago - 10 dependent packages - 8 dependent repositories - 365 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/minio/jbod-csi-driver v1.4.6
33 versions - Latest release: over 3 years ago
Top 1.0% on proxy.golang.org
github.com/minio/direct-csi v1.4.6
35 versions - Latest release: over 3 years ago - 31 dependent packages - 9 dependent repositories
Top 8.2% on proxy.golang.org
github.com/hichentang/go-iperf v1.0.0
1 version - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/destill162/SSAdminGO v1.0.0
1 version - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/destill162/ssadmingo v1.0.0
1 version - Latest release: over 3 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.