bytes | Package bytes implements functions for the manipulation of byte slices. |
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/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
github.com/google/gnostic/compiler | Package compiler provides support functions to generated compiler code. |
github.com/google/gnostic/discovery | |
github.com/google/gnostic/jsonwriter | |
github.com/google/gnostic/openapiv2 | |
github.com/google/gnostic/openapiv3 | |
github.com/google/gnostic/plugins | |
github.com/google/gnostic/surface | |
gopkg.in/yaml.v3 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |