Imports of package moby_buildkit_v1_sourcepolicy

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/moby/buildkit/util/gogo/protoPackage proto is a transition package for methods from gogo that are used within buildkit and don't have an existing method in the standard protobuf library.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/planetscale/vtprotobuf/protohelpersPackage protohelpers provides helper functions for encoding and decoding protobuf messages.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
google.golang.org/protobuf/runtime/protoimplPackage protoimpl contains the default implementation for messages generated by protoc-gen-go.
ioPackage io provides basic interfaces to I/O primitives.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unsafePackage unsafe contains operations that step around the type safety of Go programs.