Author: LakeFox
Email: [email protected]
Date: Sun, 20 Apr 2025 21:12:40 -0600
go.mod
Re made the entire thing
Commits
Diff
diff --git a/go.mod b/go.mod
index 024cc79..c7ca3bf 100644
--- a/go.mod
+++ b/go.mod
@@ -5 +5,6 @@ go 1.21.5
-require github.com/emersion/go-imap v1.2.1
+require (
+	github.com/alecthomas/chroma/v2 v2.15.0
+	github.com/andybalholm/brotli v1.1.1
+	github.com/fsnotify/fsnotify v1.8.0
+	github.com/russross/blackfriday/v2 v2.1.0
+)
@@ -8,2 +13,2 @@ require (
-	github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
-	golang.org/x/text v0.3.7 // indirect
+	github.com/dlclark/regexp2 v1.11.4 // indirect
+	golang.org/x/sys v0.27.0 // indirect
module logc

go 1.21.5

require github.com/emersion/go-imap v1.2.1

require (
	github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
	golang.org/x/text v0.3.7 // indirect
)