bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/compose-spec/compose-go/v2/consts | |
github.com/compose-spec/compose-go/v2/dotenv | Package dotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv) |
github.com/compose-spec/compose-go/v2/errdefs | |
github.com/compose-spec/compose-go/v2/graph | |
github.com/compose-spec/compose-go/v2/interpolation | |
github.com/compose-spec/compose-go/v2/override | |
github.com/compose-spec/compose-go/v2/paths | |
github.com/compose-spec/compose-go/v2/schema | |
github.com/compose-spec/compose-go/v2/template | |
github.com/compose-spec/compose-go/v2/transform | |
github.com/compose-spec/compose-go/v2/tree | |
github.com/compose-spec/compose-go/v2/types | |
github.com/compose-spec/compose-go/v2/validation | |
github.com/go-viper/mapstructure/v2 | Package mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
gopkg.in/yaml.v3 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
slices | Package slices defines various functions useful with slices of any type. |
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. |