Author: LakeFox
Email: [email protected]
Date: Tue, 15 Apr 2025 15:21:35 -0600
go.mod
Changes
Commits
Diff
module logc

go 1.21.5

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
)

require (
	github.com/dlclark/regexp2 v1.11.4 // indirect
	golang.org/x/sys v0.27.0 // indirect
)