Imports of package config

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/mwitkow/go-conntrack
golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.