tidy go.mod / remove unused import

This commit is contained in:
SowinskiBraeden committed 2023-06-15 12:16:09 -07:00
1 parent a655b619e4
commit 56b7365b09
2 files changed
+1 -2

No files matched your search

+1 -1
View File
@@ -2,4 +2,4 @@ module github.com/SowinskiBraeden/mongodb-backup-script
go 1.20
require github.com/joho/godotenv v1.5.1 // indirect
require github.com/joho/godotenv v1.5.1
-1
View File
@@ -7,7 +7,6 @@ import (
"log"
"path/filepath"
"time"
"runtime"
"github.com/joho/godotenv"
"strings"