refactor: remove templ dependency from go.mod

This commit is contained in:
2026-05-01 15:48:07 +02:00
committed by Mikkel Elvers
parent af88f8c62c
commit b8cba4e150
2 changed files with 2 additions and 12 deletions

5
go.mod
View File

@@ -4,19 +4,18 @@ go 1.25.0
require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/a-h/templ v0.3.1001
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.40
github.com/refraction-networking/utls v1.8.2
golang.org/x/crypto v0.50.0
golang.org/x/net v0.53.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/refraction-networking/utls v1.8.2 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
)