Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/mholt/archiver/v3

Package archiver facilitates convenient, cross-platform, high-level archival and compression operations for a variety of formats and compression algorithms. This package and its dependencies are written in pure Go (not cgo) and have no external dependencies, so they should run on all major platforms. (It also comes with a command for CLI use in the cmd/arc folder.) Each supported format or algorithm has a unique type definition that implements the interfaces corresponding to the tasks they perform. For example, the Tar type implements Reader, Writer, Archiver, Unarchiver, Walker, and several other interfaces. The most common functions are implemented at the package level for convenience: Archive, Unarchive, Walk, Extract, CompressFile, and DecompressFile. With these, the format type is chosen implicitly, and a sane default configuration is used. To customize a format's configuration, create an instance of its struct with its fields set to the desired values. You can also use and customize the handy Default* (replace the wildcard with the format's type name) for a quick, one-off instance of the format's type. To obtain a new instance of a format's struct with the default config, use the provided New*() functions. This is not required, however. An empty struct of any type, for example &Zip{} is perfectly valid, so you may create the structs manually, too. The examples on this page show how either may be done. See the examples in this package for an idea of how to wield this package for common tasks. Most of the examples which are specific to a certain format type, for example Zip, can be applied to other types that implement the same interfaces. For example, using Zip is very similar to using Tar or TarGz (etc), and using Gz is very similar to using Sz or Xz (etc). When creating archives or compressing files using a specific instance of the format's type, the name of the output file MUST match that of the format, to prevent confusion later on. If you absolutely need a different file extension, you may rename the file afterward. Values in this package are NOT safe for concurrent use. There is no performance benefit of reusing them, and since they may contain important state (especially while walking, reading, or writing), it is NOT recommended to reuse values from this package or change their configuration after they are in use.
11 versions
Latest release: over 2 years ago
1,162 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/mholt/archiver/v3

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/mholt%2Farchiver

Dependent Repos 2,881

ossf/scorecard-action
Official GitHub Action for OpenSSF Scorecard.
  • v3.5.0 go.sum

Size: 6.44 MB - Last synced: 3 days ago - Pushed: 4 days ago

zeromike/syft Fork of anchore/syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
  • v3.5.1 go.mod
  • v3.5.1 go.sum

Size: 10.4 MB - Last synced: 12 months ago - Pushed: almost 2 years ago

krasish/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.
  • v3.3.0 development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v3.3.0 development/kyma-ci-force-bot/ciforcebot/go.sum
  • v3.3.0 go.sum

Size: 15.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

accuknox/tools
Collection of command line tools to deploy policy engines, policy discovery engines and associated components.
  • v3.5.1-0.20211001174206-d35d4ce7c5b2 container-snapshot/go.sum

Size: 40.1 MB - Last synced: 10 months ago - Pushed: 10 months ago

paketo-buildpacks/go
A Cloud Native Buildpack for Go
  • v3.5.0 go.sum
  • v3.5.1 go.sum

Size: 82.6 MB - Last synced: 10 days ago - Pushed: 10 days ago

slachiewicz/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 466 MB - Last synced: 9 days ago - Pushed: 10 days ago

paketo-buildpacks/dotnet-core
A Cloud Native Buildpack for .NET Core
  • v3.5.0 go.sum
  • v3.5.1 go.sum

Size: 134 MB - Last synced: 10 days ago - Pushed: 10 days ago

sknot-rh/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 442 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

tts-tblock/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 449 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

priyawadhwa/rekor Fork of sigstore/rekor
Signature Transparency Log
  • v3.5.0 go.sum

Size: 12.7 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

askossivi/istio Fork of istio/istio
Connect, secure, control, and observe services.
  • v3.5.0 go.mod
  • v3.5.0 go.sum

Size: 184 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

secteria/grype Fork of anchore/grype
A vulnerability scanner for container images and filesystems
  • v3.5.1 go.mod
  • v3.5.1 go.sum

Size: 2.45 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

platform9/nodelet
  • v3.5.0 nodeletctl/go.sum

Size: 76.4 MB - Last synced: 3 months ago - Pushed: 3 months ago

lightninglabs/lndclient
Golang client library for lnd
  • v3.5.0 go.mod
  • v3.5.0 go.sum

Size: 1.41 MB - Last synced: 5 days ago - Pushed: 6 days ago

drosoCode/filebrowser Fork of filebrowser/filebrowser
📂 Web File Browser
  • v3.5.1 go.mod
  • v3.5.1 go.sum

Size: 19.3 MB - Last synced: 25 days ago - Pushed: about 1 year ago

joejulian/release Fork of kubernetes/release
Release infrastructure for Kubernetes and related components
  • v3.5.0 go.sum

Size: 14.2 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

sanekkurt/telegraf Fork of influxdata/telegraf
The plugin-driven server agent for collecting & reporting metrics.
  • v3.5.0 go.sum

Size: 43.5 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

schnjaso2/istio Fork of istio/istio
Connect, secure, control, and observe services.
  • v3.3.0 go.mod
  • v3.3.0 go.sum

Size: 171 MB - Last synced: about 2 months ago - Pushed: about 2 months ago

sozercan/release Fork of kubernetes/release
Release infrastructure for Kubernetes and related components
  • v3.5.0 go.sum

Size: 13.8 MB - Last synced: 26 days ago - Pushed: about 1 year ago

slinkydeveloper/eventing-kafka-broker Fork of knative-sandbox/eventing-kafka-broker
Experimental Kafka Broker implementation
  • v3.3.0 go.sum

Size: 17.4 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

argoproj-labs/argocd-interlace
Enabling Software Supply Chain Security Capabilities in ArgoCD
  • v3.5.0 go.sum

Size: 10.2 MB - Last synced: 3 months ago - Pushed: over 1 year ago

PushkarJ/enhancements Fork of kubernetes/enhancements
Enhancements tracking repo for Kubernetes
  • v3.3.0 go.sum

Size: 25.7 MB - Last synced: 9 months ago - Pushed: over 1 year ago

ndrpnt/terraform-provider-mattermost
Terraform Mattermost provider
  • v3.5.0 go.sum

Size: 828 KB - Last synced: about 2 months ago - Pushed: about 1 year ago

coopstah13/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 446 MB - Last synced: 9 months ago - Pushed: about 1 year ago

sverdlov93/jfrog-client-go Fork of jfrog/jfrog-client-go
All go clients for JFrog products
  • v3.5.1-0.20210618180617-81fac4ba96e4 go.mod
  • v3.5.1-0.20210618180617-81fac4ba96e4 go.sum

Size: 33.2 MB - Last synced: 5 days ago - Pushed: 5 days ago

joshiste/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 449 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

thefreakingmind/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 445 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

geoand/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 447 MB - Last synced: 8 months ago - Pushed: about 1 year ago

cognitedata/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 444 MB - Last synced: 29 days ago - Pushed: 6 months ago

kameshsampath/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift 3
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 444 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

wwjiang007/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift 3
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 462 MB - Last synced: about 1 month ago - Pushed: 7 months ago

walnut-tom/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-triggers/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 450 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

Dohbedoh/kubernetes-client Fork of fabric8io/kubernetes-client
Java client for Kubernetes & OpenShift
  • v3.3.0 extensions/camel-k/generator-v1/go.sum
  • v3.3.0 extensions/camel-k/generator-v1alpha1/go.sum
  • v3.3.0 extensions/knative/generator/go.sum
  • v3.3.0 extensions/tekton/generator-v1beta1/go.sum

Size: 456 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

mattermost/rtcd
  • v3.5.1 go.sum

Size: 8.09 MB - Last synced: 3 days ago - Pushed: 4 days ago

brightframe/external-dns Fork of kubernetes-sigs/external-dns
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
  • v3.3.0 go.sum

Size: 58.1 MB - Last synced: 21 days ago - Pushed: 21 days ago

chrishenzie/enhancements Fork of kubernetes/enhancements
Enhancements tracking repo for Kubernetes
  • v3.3.0 go.sum

Size: 29.1 MB - Last synced: 13 days ago - Pushed: 6 months ago

ykzts/youtube-telegraf-plugin
Gather account information from YouTube channels.
  • v3.5.0 go.sum

Size: 677 KB - Last synced: 12 days ago - Pushed: 4 months ago

delving/hub3
RDF discovery and publication platform
  • v3.3.0 go.sum

Size: 37.1 MB - Last synced: 3 days ago - Pushed: 3 days ago

mattermost-community/mattermost-plugin-jitsi
Jitsi plugin for Mattermost :electric_plug:
  • v3.3.0 go.mod
  • v3.3.0 go.sum

Size: 18.7 MB - Last synced: 17 days ago - Pushed: 25 days ago

kubermatic/telemetry-client
Telemetry-Client is an observability tool that can be used to track Kubermatic Kubernetes Platform and Kubernetes cluster usage.
  • v3.3.0 go.sum

Size: 280 KB - Last synced: 5 days ago - Pushed: 5 days ago

parampavar/cds Fork of ovh/cds
Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform
  • v3.5.1-0.20210618180617-81fac4ba96e4 contrib/grpcplugins/action/plugin-archive/go.mod
  • v3.5.1-0.20210618180617-81fac4ba96e4 contrib/grpcplugins/action/plugin-archive/go.sum
  • v3.5.1-0.20210618180617-81fac4ba96e4 contrib/grpcplugins/action/plugin-artifactory-release-bundle-create/go.mod

Size: 214 MB - Last synced: 2 days ago - Pushed: 2 days ago