Imports of package middleware

PathSynopsis
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/labstack/echoPackage echo implements high performance, minimalist Go web framework.
github.com/labstack/gommon/color
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.