github.com/moby/sys/sequential
go
pkg:golang/github.com/moby/sys/sequential
50 Dependabot PRs
5 days ago
28 repositories
1 repository
Recent PRs
Bump the go-modules group across 1 directory with 28 updates
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #829
Bump the go group across 1 directory with 34 updates
sondavidb/soci-snapshotter #37
Bump the all-deps group across 5 directories with 167 updates
hyperledger/fabric-private-chaincode #827
Bump the all-deps group across 5 directories with 167 updates
hyperledger/fabric-private-chaincode #825
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #819
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #818
Bump the all-deps group across 5 directories with 168 updates
hyperledger/fabric-private-chaincode #809
Bump the all-deps group across 4 directories with 128 updates
mbrandenburger/fabric-private-chaincode #42
Bump the all-deps group across 4 directories with 127 updates
mbrandenburger/fabric-private-chaincode #41
Bump the all-deps group across 4 directories with 126 updates
mbrandenburger/fabric-private-chaincode #40
chore(deps): bump the go-modules group with 69 updates
Bump the go-modules group across 1 directory with 55 updates
paketo-buildpacks/php-dist #914
Bump the go-modules group across 1 directory with 79 updates
initializ-buildpacks/conda-env-update #37
Bump the go-modules group across 1 directory with 56 updates
paketo-buildpacks/dotnet-core-aspnet-runtime #513
Bump the go-modules group across 1 directory with 70 updates
paketo-buildpacks/cpython #893
Bump the go-modules group across 1 directory with 55 updates
Bump the go-modules group across 1 directory with 56 updates
paketo-buildpacks/go-build #808
Bump the go-modules group across 1 directory with 56 updates
paketo-buildpacks/go-dist #1019
Bump the go-modules group across 1 directory with 54 updates
paketo-buildpacks/bundler #947
Bump the go-modules group across 1 directory with 54 updates
Bump the go-modules group across 1 directory with 54 updates
paketo-buildpacks/go-mod-vendor #850
Bump the go-modules group across 1 directory with 66 updates
paketo-buildpacks/poetry-install #436
Bump the go-modules group across 1 directory with 33 updates
paketo-buildpacks/php-fpm #415
Bump the go-modules group across 1 directory with 33 updates
paketo-buildpacks/poetry-run #407
Bump the go-modules group across 1 directory with 61 updates
paketo-buildpacks/pipenv-install #499
Bump the go-modules group across 1 directory with 59 updates
Bump the go-modules group across 1 directory with 44 updates
Bump the go-modules group across 1 directory with 44 updates
paketo-buildpacks/dotnet-core-sdk #889
Bump the go-modules group across 1 directory with 43 updates
Bump the go-modules group across 1 directory with 59 updates
Bump the go-modules group across 1 directory with 44 updates
paketo-buildpacks/dotnet-execute #761
Bump the go-modules group across 1 directory with 56 updates
paketo-buildpacks/pip-install #480
Bump the go-modules group across 1 directory with 53 updates
Bump the go-modules group across 1 directory with 56 updates
paketo-buildpacks/miniconda #626
Bump the go-modules group across 1 directory with 51 updates
paketo-buildpacks/conda-env-update #454
Package Details
| Name: | github.com/moby/sys/sequential |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/moby/sys/sequential |
| JSON API: | View JSON |
Package Information
Package sequential provides a set of functions for managing sequential files on Windows. The origin of these functions are the golang OS and windows packages, slightly modified to only cope with files, not directories due to the specific use case. The alteration is to allow a file on Windows to be opened with FILE_FLAG_SEQUENTIAL_SCAN (particular for docker load), to avoid eating the standby list, particularly when accessing large files such as layer.tar. For non-Windows platforms, the package provides wrappers for the equivalents in the os packages. They are passthrough on Unix platforms, and only relevant on Windows.
| Repository: | https://github.com/moby/sys |
| Homepage: | https://github.com/moby/sys |
| Latest Release: |
v0.6.0
almost 2 years ago |
| Dependent Repos: | 1,113 |
| Dependent Packages: | 1,281 |
| Ranking: | Top 0.2332% by dependent repos Top 0.2136% by dependent pkgs |