From 399a3ef4329ce3d22fcd39402faeefbae18bb58b Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 9 Aug 2025 18:10:00 +0100 Subject: Implement OIDC role-based authorisation --- go.mod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'go.mod') 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 -- cgit v1.2.3-70-g09d2