Skip to content

Commit e86c3b5

Browse files
truschLucasRoesler
authored andcommitted
fix: update cobra to get rid of old jwt lib (#67)
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
1 parent 22c74ba commit e86c3b5

File tree

2 files changed

+475
-103
lines changed

2 files changed

+475
-103
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.16
55
require (
66
github.com/getkin/kin-openapi v0.14.0
77
github.com/mitchellh/go-homedir v1.1.0
8-
github.com/mitchellh/mapstructure v1.4.1 // indirect
98
github.com/pkg/errors v0.8.1
109
github.com/rs/zerolog v1.20.0
11-
github.com/sirupsen/logrus v1.8.1 // indirect
12-
github.com/spf13/cobra v1.1.1
10+
github.com/sirupsen/logrus v1.8.1
11+
github.com/spf13/cobra v1.2.1
1312
github.com/spf13/pflag v1.0.5
14-
github.com/spf13/viper v1.7.1
15-
github.com/stretchr/testify v1.5.1
16-
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
17-
gopkg.in/yaml.v2 v2.3.0
13+
github.com/spf13/viper v1.9.0
14+
github.com/stretchr/testify v1.7.0
15+
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
16+
golang.org/x/text v0.3.7 // indirect
17+
gopkg.in/yaml.v2 v2.4.0
1818
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
1919
)

0 commit comments

Comments
 (0)