mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-19 19:17:01 -07:00
Updated dependencies
This commit is contained in:
parent
8147ceb6fb
commit
9c61332b74
2 changed files with 6 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -3,6 +3,8 @@ module davidallendj/opaal
|
|||
go 1.22.0
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi v1.5.5
|
||||
github.com/go-chi/chi/v5 v5.0.12
|
||||
github.com/golang-jwt/jwt v3.2.2+incompatible
|
||||
github.com/lestrrat-go/jwx v1.2.28
|
||||
github.com/spf13/cobra v1.8.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue