bytes | Package bytes implements functions for the manipulation of byte slices. |
cuelang.org/go/cue | Package cue is the main API for CUE evaluation. |
cuelang.org/go/cue/cuecontext | |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
golang.org/x/mod/module | Package module defines the module.Version type along with support code. |
golang.org/x/mod/semver | Package semver implements comparison of semantic version strings. |
golang.org/x/mod/zip | Package zip provides functions for creating and extracting module zip files. |
golang.org/x/tools/txtar | Package txtar implements a trivial text-based file archive format. |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
net/http/httptest | Package httptest provides utilities for HTTP testing. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |