summaryrefslogtreecommitdiff
path: root/src/oidc/go.mod
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2022-04-14 12:48:31 -0600
committermo khan <mo@mokhan.ca>2022-04-14 12:48:31 -0600
commitf142f0181277c8bfd513ce7e86429478f2b7b8e8 (patch)
tree96b78f0936a7b5d6e9961bedbb4fcac2d8926c5d /src/oidc/go.mod
parent1fa09e4216e9e317d8718dfa028ea028e67b1aee (diff)
use hashicorp uuid
Diffstat (limited to 'src/oidc/go.mod')
-rw-r--r--src/oidc/go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/oidc/go.mod b/src/oidc/go.mod
index 9a421fc..532ffb2 100644
--- a/src/oidc/go.mod
+++ b/src/oidc/go.mod
@@ -2,10 +2,9 @@ module github.com/hashicorp/xlgmokha/src/oidc
go 1.18
-require github.com/google/uuid v1.3.0
-
require (
github.com/golang-jwt/jwt v3.2.2+incompatible
+ github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c
github.com/lestrrat-go/jwx/v2 v2.0.0-beta1
)