to go mod

This commit is contained in:
Bel LaPointe
2023-04-10 10:28:55 -06:00
parent 0fb275cce8
commit 1f1efc2133
21 changed files with 86 additions and 99 deletions

View File

@@ -4,11 +4,11 @@ import (
"bytes"
"encoding/gob"
"fmt"
"local/firestormy/config"
"local/firestormy/config/ns"
"local/firestormy/logger"
"local/logb"
"local/storage"
"gogs.inhome.blapointe.com/local/firestormy/config"
"gogs.inhome.blapointe.com/local/firestormy/config/ns"
"gogs.inhome.blapointe.com/local/firestormy/logger"
"gogs.inhome.blapointe.com/local/logb"
"gogs.inhome.blapointe.com/local/storage"
"os/exec"
"strings"
"time"