Skip to content

Commit 63d8f26

Browse files
committed
update server
1 parent c31507c commit 63d8f26

File tree

2 files changed

+233
-56
lines changed

2 files changed

+233
-56
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ require (
77
github.com/gliderlabs/ssh v0.3.3
88
github.com/oidc-mytoken/api v0.5.1
99
github.com/oidc-mytoken/lib v0.3.3
10-
github.com/oidc-mytoken/server v0.4.0
10+
github.com/oidc-mytoken/server v0.4.1
1111
github.com/olekukonko/tablewriter v0.0.5
1212
github.com/pkg/errors v0.9.1
1313
github.com/sirupsen/logrus v1.8.1
1414
github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
15-
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
1615
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
17-
google.golang.org/protobuf v1.27.1 // indirect
1816
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
1917
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2018
)

0 commit comments

Comments
 (0)