File tree Expand file tree Collapse file tree 4 files changed +151
-184
lines changed
Expand file tree Collapse file tree 4 files changed +151
-184
lines changed Original file line number Diff line number Diff line change 2626 - name : Setup go
2727 uses : actions/setup-go@v2
2828 with :
29- go-version : 1.15.15
29+ go-version : 1.16.8
3030 - name : Build binary
3131 run : make
3232 - name : Compress binary
Original file line number Diff line number Diff line change 11module github.com/twz123/oidc-token-ferry
22
3- go 1.14
3+ go 1.16
44
55require (
6- github.com/coreos/go-oidc v2.2.1+incompatible
7- github.com/imdario/mergo v0.3.9 // indirect
6+ github.com/coreos/go-oidc/v3 v3.1.0
87 github.com/jessevdk/go-flags v1.5.0
98 github.com/pkg/errors v0.9.1
10- github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
11- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
12- google.golang.org/appengine v1.6.6 // indirect
13- gopkg.in/square/go-jose.v2 v2.5.1 // indirect
14- k8s.io/client-go v0.21.0
9+ golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
10+ k8s.io/client-go v0.22.1
1511)
You can’t perform that action at this time.
0 commit comments