platforms: Run goimports for FreeBSD

Signed-off-by: Samuel Karp <me@samuelkarp.com>
This commit is contained in:
Samuel Karp 2022-06-08 23:06:28 -07:00
parent 42e019e634
commit 95f1d79718
No known key found for this signature in database
GPG Key ID: AAA3FE8A831FC087

View File

@ -17,8 +17,9 @@
package platforms
import (
specs "github.com/opencontainers/image-spec/specs-go/v1"
"runtime"
specs "github.com/opencontainers/image-spec/specs-go/v1"
)
// DefaultSpec returns the current platform's default platform specification.