Skip to content

Commit cb7c567

Browse files
committed
0.4.2
1 parent 63d8f26 commit cb7c567

File tree

4 files changed

+60
-60
lines changed

4 files changed

+60
-60
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ module github.com/oidc-mytoken/client
33
go 1.16
44

55
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
1111
github.com/olekukonko/tablewriter v0.0.5
1212
github.com/pkg/errors v0.9.1
13-
github.com/sirupsen/logrus v1.8.1
13+
github.com/sirupsen/logrus v1.9.0
1414
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
1616
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
1818
)
1919

2020
replace github.com/urfave/cli/v2 => github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704

0 commit comments

Comments
 (0)