mirror of
https://github.com/containers/skopeo.git
synced 2025-09-25 12:16:17 +00:00
Bump github.com/containers/common from 0.38.0 to 0.38.1
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.38.0 to 0.38.1. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.38.0...v0.38.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
1
vendor/github.com/containers/storage/pkg/chrootarchive/archive_unix.go
generated
vendored
1
vendor/github.com/containers/storage/pkg/chrootarchive/archive_unix.go
generated
vendored
@@ -4,7 +4,6 @@ package chrootarchive
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"flag"
|
||||
"fmt"
|
||||
"io"
|
||||
|
1
vendor/github.com/containers/storage/pkg/chrootarchive/diff_unix.go
generated
vendored
1
vendor/github.com/containers/storage/pkg/chrootarchive/diff_unix.go
generated
vendored
@@ -4,7 +4,6 @@ package chrootarchive
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"flag"
|
||||
"fmt"
|
||||
"io"
|
||||
|
5
vendor/github.com/containers/storage/pkg/chrootarchive/jsoniter.go
generated
vendored
Normal file
5
vendor/github.com/containers/storage/pkg/chrootarchive/jsoniter.go
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package chrootarchive
|
||||
|
||||
import jsoniter "github.com/json-iterator/go"
|
||||
|
||||
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|
Reference in New Issue
Block a user