package providers import ( _ "atom/providers/config" _ "atom/providers/database" _ "atom/providers/faker" _ "atom/providers/http" _ "atom/providers/jwt" _ "atom/providers/log" _ "atom/providers/micro" _ "atom/providers/single_flight" )