flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/mesos/mesos-go/api/v0/auth | |
github.com/mesos/mesos-go/api/v0/auth/sasl | |
github.com/mesos/mesos-go/api/v0/auth/sasl/mech | |
github.com/mesos/mesos-go/api/v0/mesosproto | Package mesosproto is a generated protocol buffer package. |
github.com/mesos/mesos-go/api/v0/mesosutil | |
github.com/mesos/mesos-go/api/v0/scheduler | Package scheduler includes the interfaces for the mesos scheduler and the mesos executor driver. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |