diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-10 14:54:11 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-10 14:54:11 -0600 |
| commit | 9a865953c4a95137faa336ca1d228d3ab2bc305f (patch) | |
| tree | b8aa151300e51a0be43d5719e1dee0b2b9a9fbfb /go.mod | |
| parent | ef02c044c73c31e92ff044fe61ad58e7e767402c (diff) | |
test: add e2e spec for OIDC login
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |
