goimports
This commit is contained in:
parent
f15355c19e
commit
50e4b5ed93
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue