summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-14 14:25:48 -0600
committermo khan <mo@mokhan.ca>2025-04-14 14:25:48 -0600
commiteb04ea074b64c9e36d0d81e0a0a23832362e97fb (patch)
tree675e366a4ee95a2d4053ac5cf1492570b3279cb4 /go.mod
parent88f2dd1cab10f4869077506be01d7680647fb2b2 (diff)
feat: start to build a session controller to interact with an oidc provider
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 650396b..5773311 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.36.0
github.com/xlgmokha/x v0.0.0-20250412211812-8dcb68809180
+ golang.org/x/oauth2 v0.29.0
gotest.tools/v3 v3.5.1
)