Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
46925b9c
Commit
46925b9c
authored
Jun 19, 2021
by
Sietse Ringers
Browse files
feat: switch back to upstream versions of cobra, viper, pflag
parent
7690e57b
Changes
28
Show whitespace changes
Inline
Side-by-side
irma/cmd/scheme.go
View file @
46925b9c
package
cmd
import
"github.com/s
ietseringers
/cobra"
import
"github.com/s
pf13
/cobra"
// schemeCmd represents the scheme command
var
schemeCmd
=
&
cobra
.
Command
{
...
...
irma/cmd/server-check.go
View file @
46925b9c
...
...
@@ -5,7 +5,7 @@ import (
"github.com/go-errors/errors"
"github.com/privacybydesign/irmago/server/requestorserver"
"github.com/s
ietseringers
/cobra"
"github.com/s
pf13
/cobra"
)
var
serverCheckCmd
=
&
cobra
.
Command
{
...
...
irma/cmd/server-run.go
View file @
46925b9c
package
cmd
import
"github.com/s
ietseringers
/cobra"
import
"github.com/s
pf13
/cobra"
var
serverRunCmd
=
&
cobra
.
Command
{
Use
:
"run"
,
...
...
irma/cmd/server.go
View file @
46925b9c
...
...
@@ -9,8 +9,8 @@ import (
irma
"github.com/privacybydesign/irmago"
"github.com/privacybydesign/irmago/server"
"github.com/privacybydesign/irmago/server/requestorserver"
"github.com/s
ietseringers
/cobra"
"github.com/s
ietseringers
/viper"
"github.com/s
pf13
/cobra"
"github.com/s
pf13
/viper"
)
var
(
...
...
irma/cmd/session.go
View file @
46925b9c
...
...
@@ -13,8 +13,8 @@ import (
irma
"github.com/privacybydesign/irmago"
"github.com/privacybydesign/irmago/server"
"github.com/privacybydesign/irmago/server/irmaserver"
"github.com/sietseringers/cobra"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
prefixed
"github.com/x-cray/logrus-prefixed-formatter"
)
...
...
irma/cmd/sign.go
View file @
46925b9c
...
...
@@ -16,7 +16,7 @@ import (
"github.com/privacybydesign/gabi/signed"
irma
"github.com/privacybydesign/irmago"
"github.com/privacybydesign/irmago/internal/common"
"github.com/s
ietseringers
/cobra"
"github.com/s
pf13
/cobra"
)
// signCmd represents the sign command
...
...
irma/cmd/update.go
View file @
46925b9c
...
...
@@ -7,7 +7,7 @@ import (
"github.com/go-errors/errors"
irma
"github.com/privacybydesign/irmago"
"github.com/privacybydesign/irmago/internal/common"
"github.com/s
ietseringers
/cobra"
"github.com/s
pf13
/cobra"
)
var
updateCmd
=
&
cobra
.
Command
{
...
...
irma/cmd/verify.go
View file @
46925b9c
...
...
@@ -8,7 +8,7 @@ import (
"github.com/go-errors/errors"
irma
"github.com/privacybydesign/irmago"
"github.com/privacybydesign/irmago/internal/common"
"github.com/s
ietseringers
/cobra"
"github.com/s
pf13
/cobra"
)
// verifyCmd represents the verify command
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment