File tree 4 files changed +60
-60
lines changed
4 files changed +60
-60
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ module github.com/oidc-mytoken/client
3
3
go 1.16
4
4
5
5
require (
6
- github.com/Songmu/prompter v0.5.0
7
- github.com/gliderlabs/ssh v0.3.3
8
- github.com/oidc-mytoken/api v0.5.1
9
- github.com/oidc-mytoken/lib v0.3.3
10
- github.com/oidc-mytoken/server v0.4.1
6
+ github.com/Songmu/prompter v0.5.1
7
+ github.com/gliderlabs/ssh v0.3.4
8
+ github.com/oidc-mytoken/api v0.7.0
9
+ github.com/oidc-mytoken/lib v0.4.0
10
+ github.com/oidc-mytoken/server v0.5.0
11
11
github.com/olekukonko/tablewriter v0.0.5
12
12
github.com/pkg/errors v0.9.1
13
- github.com/sirupsen/logrus v1.8.1
13
+ github.com/sirupsen/logrus v1.9.0
14
14
github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
15
- golang.org/x/term v0.0.0-20210503060354-a79de5458b56
15
+ golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
16
16
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
17
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
17
+ gopkg.in/yaml.v3 v3.0.1
18
18
)
19
19
20
20
replace github.com/urfave/cli/v2 => github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704
You can’t perform that action at this time.
0 commit comments