This commit is contained in:
DeveloperDurp 2026-03-18 05:33:42 -05:00
parent c59d09e4c9
commit 0284512e36
10 changed files with 274 additions and 301 deletions

30
go.mod Normal file
View file

@ -0,0 +1,30 @@
module gitlab.com/durfy/durpify
go 1.25
require (
github.com/MicahParks/keyfunc v1.9.0
github.com/a-h/templ v0.3.960
github.com/charmbracelet/log v0.4.2
github.com/golang-jwt/jwt/v4 v4.5.2
gitlab.com/durfy/durpify/handlers v0.0.0-20250708105701-c59d09e4c9da
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
github.com/charmbracelet/lipgloss v1.1.0 // indirect
github.com/charmbracelet/x/ansi v0.8.0 // indirect
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
github.com/charmbracelet/x/term v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/muesli/termenv v0.16.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/sys v0.34.0 // indirect
)