From 9a865953c4a95137faa336ca1d228d3ab2bc305f Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 10 Mar 2025 14:54:11 -0600 Subject: test: add e2e spec for OIDC login --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 ) -- cgit v1.2.3