This commit is contained in:
jdl
2026-06-14 19:43:23 +02:00
parent eee49991b0
commit f301bec9ef
8 changed files with 320 additions and 1 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.crumpington.com/lib/webutil
go 1.25.1
require golang.org/x/crypto v0.53.0
require (
golang.org/x/net v0.55.0 // indirect
golang.org/x/text v0.38.0 // indirect
)