mirror of
https://github.com/containers/skopeo.git
synced 2025-08-29 11:32:45 +00:00
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.37.0...v1.38.0) --- updated-dependencies: - dependency-name: github.com/containers/storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
163 B
Go
9 lines
163 B
Go
package winapi
|
|
|
|
const PROCESS_ALL_ACCESS uint32 = 2097151
|
|
|
|
const (
|
|
PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE = 0x20016
|
|
PROC_THREAD_ATTRIBUTE_JOB_LIST = 0x2000D
|
|
)
|