go mod tidy

This commit is contained in:
David Sharnoff 2023-03-01 12:39:12 -08:00 committed by Tim Möhlmann
parent ad76a7cb07
commit 2d4ce6fde3
2 changed files with 0 additions and 13 deletions

1
go.mod
View file

@ -3,7 +3,6 @@ module github.com/zitadel/oidc/v2
go 1.16
require (
github.com/dmarkham/enumer v1.5.7 // indirect
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/go-github/v31 v31.0.0