silo-pkg

module
v3.13.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2026 License: AGPL-3.0

README

silo-pkg

Pigsty's maintained fork of minio/pkg, the collection of common packages used in MinIO projects. It exists so the community MinIO fork has somewhere to take fixes that upstream, now driven by a closed product, will not carry.

Using it

Import it directly. This repository declares module github.com/pgsty/silo-pkg/v3, so a consumer requires it by name and needs no replace directive:

require github.com/pgsty/silo-pkg/v3 v3.13.2
import "github.com/pgsty/silo-pkg/v3/policy"

The /v3 suffix is required — it is the module's major version, not a directory.

Through v3.12.2 the module kept upstream's github.com/minio/pkg/v3 path and was selected with a replace directive. That worked, but Go does not inherit replace directives from dependency modules, so every consumer had to repeat the redirect, and the require line had to name an upstream version this fork's source no longer matched. v3.13.0 and later own the path instead. Consumers still on the old arrangement keep building against the versions they already pinned; to move, drop the replace, require this path, and rewrite the imports.

The repository was renamed from pgsty/minio-pkg on 2026-08-02. GitHub redirects the old path, but pin the new one.

Versioning

Tags follow upstream's numbering so it is obvious which release a version is based on. They do not promise identical contents: this fork skips upstream work that only serves the closed product, and carries fixes upstream has not taken. Read the tag annotation before upgrading — some releases have to be taken together with a matching MinIO server change, and say so.

Contributing

Submit issues and pull requests to pgsty/silo-pkg. Code contributions use AGPL-3.0-or-later, the same license as this package. Contributors retain their copyright; no CLA or separate Apache-2.0 license grant is required. Sign commits with git commit -s; see CONTRIBUTING.md.

License

Use of this package is governed by the GNU AGPL v3.0 or later license in the LICENSE file.

Directories

Path Synopsis
Package console implements console printing helpers
Package console implements console printing helpers
Package ldap defines the LDAP configuration object and methods used by the MinIO server.
Package ldap defines the LDAP configuration object and methods used by the MinIO server.
Package licverifier implements a simple library to verify MinIO Subnet license keys.
Package licverifier implements a simple library to verify MinIO Subnet license keys.
Package mimedb is a database of file extension to mime content-type.
Package mimedb is a database of file extension to mime content-type.
util command
sync
sys
cgroup
Package cgroup implements parsing for all the cgroup categories and functionality in a simple way.
Package cgroup implements parsing for all the cgroup categories and functionality in a simple way.
Package trie implements a simple trie tree for minio server/tools borrows idea from - https://godoc.org/golang.org/x/text/internal/triegen.
Package trie implements a simple trie tree for minio server/tools borrows idea from - https://godoc.org/golang.org/x/text/internal/triegen.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL