diff options
| author | mo khan <mo@mokhan.ca> | 2022-04-06 14:13:00 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-04-06 14:13:00 -0600 |
| commit | 1c6107462a31f7dd776cc6e4b4e7d427f4fddf5b (patch) | |
| tree | 4122da9c103910c35eab602271d4de75fe250fa3 /src/oidc/go.mod | |
| parent | b30c73fda4849ede583d8cbf7bd56799c4f3cb55 (diff) | |
response to authorization code request
Diffstat (limited to 'src/oidc/go.mod')
| -rw-r--r-- | src/oidc/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/oidc/go.mod b/src/oidc/go.mod new file mode 100644 index 0000000..6d19d06 --- /dev/null +++ b/src/oidc/go.mod @@ -0,0 +1,3 @@ +module github.com/hashicorp/xlgmokha/src/oidc + +go 1.18 |
