summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-10 14:54:11 -0600
committermo khan <mo@mokhan.ca>2025-03-10 14:54:11 -0600
commit9a865953c4a95137faa336ca1d228d3ab2bc305f (patch)
treeb8aa151300e51a0be43d5719e1dee0b2b9a9fbfb /go.mod
parentef02c044c73c31e92ff044fe61ad58e7e767402c (diff)
test: add e2e spec for OIDC login
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f87c0ec8..1d8ab7ab 100644
--- a/go.mod
+++ b/go.mod
@@ -19,10 +19,12 @@ require (
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
+ github.com/google/jsonapi v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)