mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #43806 from thaJeztah/22.06_backport_fix_import
[22.06 backport] pkg/parsers/operatingsystem: fix stray import
This commit is contained in:
commit
e0ba440909
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
package operatingsystem // import "github.com/docker/docker/pkg/parsers/operatingsystem"
|
package operatingsystem // import "github.com/docker/docker/pkg/parsers/operatingsystem"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
|
||||||
"errors"
|
"errors"
|
||||||
|
|
||||||
"golang.org/x/sys/unix"
|
"golang.org/x/sys/unix"
|
||||||
|
|
Loading…
Reference in a new issue