forked from toolshed/abra
refactor: urfave v3
This commit is contained in:
1
vendor/github.com/containers/image/pkg/docker/config/config_unsupported.go
generated
vendored
1
vendor/github.com/containers/image/pkg/docker/config/config_unsupported.go
generated
vendored
@ -1,4 +1,3 @@
|
||||
//go:build !linux && (!386 || !amd64)
|
||||
// +build !linux
|
||||
// +build !386 !amd64
|
||||
|
||||
|
1
vendor/github.com/containers/image/pkg/keyctl/key.go
generated
vendored
1
vendor/github.com/containers/image/pkg/keyctl/key.go
generated
vendored
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package keyctl
|
||||
|
1
vendor/github.com/containers/image/pkg/keyctl/keyring.go
generated
vendored
1
vendor/github.com/containers/image/pkg/keyctl/keyring.go
generated
vendored
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
// Package keyctl is a Go interface to linux kernel keyrings (keyctl interface)
|
||||
|
1
vendor/github.com/containers/image/pkg/keyctl/perm.go
generated
vendored
1
vendor/github.com/containers/image/pkg/keyctl/perm.go
generated
vendored
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package keyctl
|
||||
|
1
vendor/github.com/containers/image/pkg/keyctl/sys_linux.go
generated
vendored
1
vendor/github.com/containers/image/pkg/keyctl/sys_linux.go
generated
vendored
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package keyctl
|
||||
|
Reference in New Issue
Block a user