encoding/csv | Package csv reads and writes comma-separated values (CSV) files. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/moby/buildkit/frontend/dockerfile/command | Package command contains the set of Dockerfile commands. |
github.com/moby/buildkit/frontend/dockerfile/linter | |
github.com/moby/buildkit/frontend/dockerfile/parser | The parser package implements a parser that transforms a raw byte-stream into a low-level Abstract Syntax Tree. |
github.com/moby/buildkit/util/suggest | |
github.com/moby/docker-image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |