Enable btrfs/fuse-overlayfs/stargz snapshotter plugins

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2025-01-18 00:05:29 +00:00
parent 07701fd755
commit 63272c3b7a
2097 changed files with 543055 additions and 3912 deletions

11
vendor/github.com/hashicorp/go-retryablehttp/Makefile generated vendored Normal file
View File

@@ -0,0 +1,11 @@
default: test
test:
go vet ./...
go test -v -race ./...
updatedeps:
go get -f -t -u ./...
go get -f -u ./...
.PHONY: default test updatedeps