We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31507c commit 63d8f26Copy full SHA for 63d8f26
go.mod
@@ -7,14 +7,12 @@ require (
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.0
+ github.com/oidc-mytoken/server v0.4.1
11
github.com/olekukonko/tablewriter v0.0.5
12
github.com/pkg/errors v0.9.1
13
github.com/sirupsen/logrus v1.8.1
14
github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
15
- golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
16
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
17
- google.golang.org/protobuf v1.27.1 // indirect
18
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
19
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
20
)
0 commit comments