diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-08-09 18:10:00 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-08-09 18:10:00 +0100 |
| commit | 399a3ef4329ce3d22fcd39402faeefbae18bb58b (patch) | |
| tree | 09f27f512644dac3d6bb3d49066097fcb01ab8bc /go.mod | |
| parent | f38b2c15ae796ade9f9779974dc5c237597b0829 (diff) | |
Implement OIDC role-based authorisation
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
