Add missing import of "strings" package

This commit is contained in:
ufm 2022-07-03 18:19:12 +03:00
parent 68fbfc6f4b
commit 114ef7d2fd

View file

@ -14,6 +14,7 @@ import (
"net" "net"
"net/url" "net/url"
"time" "time"
"strings"
iwe "github.com/Arceliar/ironwood/encrypted" iwe "github.com/Arceliar/ironwood/encrypted"
iwt "github.com/Arceliar/ironwood/types" iwt "github.com/Arceliar/ironwood/types"