first commit

This commit is contained in:
Blake Ridgway
2026-04-11 14:01:09 -05:00
commit 6915cab5f3
22 changed files with 1842 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module ridgwaysystems.org/paste
go 1.22
require (
github.com/alecthomas/chroma/v2 v2.14.0
golang.org/x/crypto v0.23.0
)
require github.com/dlclark/regexp2 v1.11.0 // indirect