goimports

This commit is contained in:
AJ ONeal 2020-07-21 02:00:32 -06:00
parent f15355c19e
commit 50e4b5ed93
2 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ import (
"os"
"strconv"
"git.rootprojects.org/root/telebit/mgmt/authstore"
telebit "git.rootprojects.org/root/telebit"
"git.rootprojects.org/root/telebit/mgmt/authstore"
"github.com/denisbrodbeck/machineid"
_ "github.com/joho/godotenv/autoload"

View File

@ -11,9 +11,9 @@ import (
"strings"
"time"
telebit "git.rootprojects.org/root/telebit"
"git.rootprojects.org/root/telebit/mgmt"
"git.rootprojects.org/root/telebit/mgmt/authstore"
telebit "git.rootprojects.org/root/telebit"
"github.com/denisbrodbeck/machineid"
"github.com/gorilla/websocket"