Author: LakeFox
Email: [email protected]
Date: Sun, 20 Apr 2025 21:12:40 -0600
test/c49c91f08e0175c574cb0d141813b19c529acc06/go.mod.html
Re made the entire thing
Commits
Diff



	go.mod
	
	



	
go.mod
Author: LakeFox
Date: Thu, 20 Feb 2025 16:49:25 -0700
c49c91f08e0175c574cb0d141813b19c529acc06
Init
		
		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
)