Use standard library namespacing.

This commit is contained in:
Mahlon E. Smith 2021-10-27 14:52:54 -07:00
parent 66d00693c0
commit 687f88819a

View file

@ -30,17 +30,17 @@
import import
db_postgres, db_postgres,
json, std/json,
nativesockets, std/nativesockets,
net, std/net,
parseopt, std/parseopt,
posix, std/posix,
std/exitprocs, std/exitprocs,
strutils, std/strutils,
strformat, std/strformat,
tables, std/tables,
terminal, std/terminal,
times std/times
const const