mirror of
https://gitlab.durp.info/durfy/apps/durpweb.git
synced 2026-05-07 07:50:31 -05:00
update
This commit is contained in:
parent
035a813154
commit
67b4818274
10 changed files with 181 additions and 33 deletions
7
go.mod
7
go.mod
|
|
@ -1,3 +1,10 @@
|
|||
module gitlab.com/developerdurp/durpweb
|
||||
|
||||
go 1.22.0
|
||||
|
||||
require (
|
||||
github.com/MicahParks/keyfunc v1.9.0 // indirect
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
||||
gitlab.com/developerdurp/logger v1.0.0 // indirect
|
||||
gitlab.com/developerdurp/middleware v0.0.0-20240504132822-e2b82ba68384 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue