mirror of
https://gitlab.durp.info/durfy/modules/durpify.git
synced 2026-05-08 08:21:26 -05:00
update
This commit is contained in:
parent
35fa88b45b
commit
9f6d8ac621
13 changed files with 3 additions and 4 deletions
25
middleware/go.mod
Normal file
25
middleware/go.mod
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
module gitlab.com/developerdurp/durpify/middleware
|
||||
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/MicahParks/keyfunc v1.9.0
|
||||
github.com/charmbracelet/log v0.4.0
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0
|
||||
gitlab.com/developerdurp/logger v1.0.0
|
||||
gitlab.com/developerdurp/stdmodels v1.0.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/charmbracelet/lipgloss v0.10.0 // 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.18 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||
github.com/muesli/reflow v0.3.0 // indirect
|
||||
github.com/muesli/termenv v0.15.2 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue