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 26
26
- name : Setup go
27
27
uses : actions/setup-go@v2
28
28
with :
29
- go-version : 1.15.15
29
+ go-version : 1.16.8
30
30
- name : Build binary
31
31
run : make
32
32
- name : Compress binary
Original file line number Diff line number Diff line change 1
1
module github.com/twz123/oidc-token-ferry
2
2
3
- go 1.14
3
+ go 1.16
4
4
5
5
require (
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
8
7
github.com/jessevdk/go-flags v1.5.0
9
8
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
15
11
)
You can’t perform that action at this time.
0 commit comments