fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/emicklei/go-restful | Package restful , a lean package for creating REST-style WebServices without magic. |
github.com/emicklei/go-restful/swagger | |
github.com/go-openapi/loads | Package loads provides document loading methods for swagger (OAI) specifications. |
github.com/go-openapi/spec | |
github.com/go-openapi/strfmt | Package strfmt contains custom string formats |
github.com/go-openapi/validate | Package validate provides methods to validate a swagger specification, as well as tools to validate data against their schema. |
k8s.io/kubernetes/pkg/util/json | |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |