-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also bump dependencies, so that compilation works again.
- Loading branch information
Showing
4 changed files
with
151 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
module github.com/twz123/oidc-token-ferry | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/coreos/go-oidc v2.2.1+incompatible | ||
github.com/imdario/mergo v0.3.9 // indirect | ||
github.com/coreos/go-oidc/v3 v3.1.0 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
google.golang.org/appengine v1.6.6 // indirect | ||
gopkg.in/square/go-jose.v2 v2.5.1 // indirect | ||
k8s.io/client-go v0.21.0 | ||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f | ||
k8s.io/client-go v0.22.1 | ||
) |
Oops, something went wrong.