encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
encoding/xml | Package xml implements a simple XML 1.0 parser that understands XML name spaces. |
errors | Package errors implements functions to manipulate errors. |
github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
gopkg.in/go-playground/validator.v8 | |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/http | Package http provides HTTP client and server implementations. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |