From 687f88819a71dd20bbf809d856f8b888cc45bde8 Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Wed, 27 Oct 2021 14:52:54 -0700 Subject: [PATCH] Use standard library namespacing. --- netdata_tsrelay.nim | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/netdata_tsrelay.nim b/netdata_tsrelay.nim index b4c7502..504c3ea 100644 --- a/netdata_tsrelay.nim +++ b/netdata_tsrelay.nim @@ -30,17 +30,17 @@ import db_postgres, - json, - nativesockets, - net, - parseopt, - posix, + std/json, + std/nativesockets, + std/net, + std/parseopt, + std/posix, std/exitprocs, - strutils, - strformat, - tables, - terminal, - times + std/strutils, + std/strformat, + std/tables, + std/terminal, + std/times const