aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-08-09 18:10:00 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-08-09 18:10:00 +0100
commit399a3ef4329ce3d22fcd39402faeefbae18bb58b (patch)
tree09f27f512644dac3d6bb3d49066097fcb01ab8bc /go.mod
parentf38b2c15ae796ade9f9779974dc5c237597b0829 (diff)
Implement OIDC role-based authorisation
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f0ce0f7..7768f8a 100644
--- a/go.mod
+++ b/go.mod
@@ -55,6 +55,9 @@ require (
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
+ github.com/tidwall/gjson v1.18.0 // indirect
+ github.com/tidwall/match v1.1.1 // indirect
+ github.com/tidwall/pretty v1.2.1 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect