containerd/vendor/github.com/containerd/btrfs
Kazuyoshi Kato 040babe003 Vendor dependencies with module graph pruning
The empty-mod hack no longer works with Go 1.18.

This commit fixes #6586.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
2022-03-18 16:49:09 +00:00
..
.gitignore go.mod: github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676 2021-03-16 15:33:23 +01:00
btrfs.c update containerd/btrfs af5082808c833de0e79c1e72eea9fea239364877 2019-04-05 14:55:16 +02:00
btrfs.go Update btrfs vendor for chkptr fix for Go >= 1.14 2020-11-11 14:13:26 -05:00
btrfs.h update containerd/btrfs af5082808c833de0e79c1e72eea9fea239364877 2019-04-05 14:55:16 +02:00
doc.go vendor: bump containerd/btrfs to 153935315f4ab9be5bf03650a1341454b05efa5d 2020-01-17 10:57:48 +08:00
helpers.go vendor: bump containerd/btrfs to 153935315f4ab9be5bf03650a1341454b05efa5d 2020-01-17 10:57:48 +08:00
info.go vendor: bump containerd/btrfs to 153935315f4ab9be5bf03650a1341454b05efa5d 2020-01-17 10:57:48 +08:00
ioctl.go vendor: bump containerd/btrfs to 153935315f4ab9be5bf03650a1341454b05efa5d 2020-01-17 10:57:48 +08:00
LICENSE vendor: move to use containerd/btrfs 2017-05-03 18:53:57 -07:00
Makefile Go mod vendor 2020-12-01 01:41:25 +08:00
README.md go.mod: github.com/containerd/btrfs v0.0.0-20210316141732-918d888fb676 2021-03-16 15:33:23 +01:00

go-btrfs

PkgGoDev Build Status Go Report Card

Native Go bindings for btrfs.

Status

These are in the early stages. We will try to maintain stability, but please vendor if you are relying on these directly.

Contribute

This package may not cover all the use cases for btrfs. If something you need is missing, please don't hesitate to submit a PR.

Note that due to struct alignment issues, this isn't yet fully native. Preferably, this could be resolved, so contributions in this direction are greatly appreciated.

Applying License Header to New Files

If you submit a contribution that adds a new file, please add the license header. You can do so manually or use the ltag tool:

$ go get github.com/kunalkushwaha/ltag
$ ltag -t ./license-templates

The above will add the appropriate licenses to Go files. New templates will need to be added if other kinds of files are added. Please consult the documentation at https://github.com/kunalkushwaha/ltag

Project details

btrfs is a containerd sub-project, licensed under the Apache 2.0 license. As a containerd sub-project, you will find the:

information in our containerd/project repository.