@@ -3,21 +3,20 @@ module github.com/cloudentity/oauth2c
33go 1.24.0
44
55require (
6+ dario.cat/mergo v1.0.2
67 github.com/cli/browser v1.3.1-0.20231006085632-b393df5d7bfa
78 github.com/go-jose/go-jose/v3 v3.0.4
89 github.com/go-playground/locales v0.14.1
910 github.com/go-playground/universal-translator v0.18.1
10- github.com/go-playground/validator/v10 v10.28.0
11- github.com/golang-jwt/jwt/v4 v4.5.2
11+ github.com/go-playground/validator/v10 v10.30.1
1212 github.com/google/uuid v1.6.0
1313 github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
1414 github.com/hashicorp/go-multierror v1.1.1
15- github.com/imdario/mergo v0.3.16
1615 github.com/itchyny/gojq v0.12.10
1716 github.com/lithammer/shortuuid/v4 v4.2.0
1817 github.com/pkg/errors v0.9.1
1918 github.com/pterm/pterm v0.12.82
20- github.com/spf13/cobra v1.10.1
19+ github.com/spf13/cobra v1.10.2
2120 github.com/stretchr/testify v1.8.4
2221 github.com/tidwall/pretty v1.2.1
2322)
@@ -27,10 +26,10 @@ require (
2726 atomicgo.dev/keyboard v0.2.9 // indirect
2827 atomicgo.dev/schedule v0.1.0 // indirect
2928 github.com/clipperhouse/stringish v0.1.1 // indirect
30- github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
29+ github.com/clipperhouse/uax29/v2 v2.3.1 // indirect
3130 github.com/containerd/console v1.0.5 // indirect
3231 github.com/davecgh/go-spew v1.1.1 // indirect
33- github.com/gabriel-vasile/mimetype v1.4.11 // indirect
32+ github.com/gabriel-vasile/mimetype v1.4.12 // indirect
3433 github.com/gookit/color v1.6.0 // indirect
3534 github.com/hashicorp/errwrap v1.1.0 // indirect
3635 github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -41,9 +40,9 @@ require (
4140 github.com/pmezard/go-difflib v1.0.0 // indirect
4241 github.com/spf13/pflag v1.0.10 // indirect
4342 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
44- golang.org/x/crypto v0.45 .0 // indirect
45- golang.org/x/sys v0.38 .0 // indirect
46- golang.org/x/term v0.37 .0 // indirect
47- golang.org/x/text v0.31 .0 // indirect
43+ golang.org/x/crypto v0.47 .0 // indirect
44+ golang.org/x/sys v0.40 .0 // indirect
45+ golang.org/x/term v0.39 .0 // indirect
46+ golang.org/x/text v0.33 .0 // indirect
4847 gopkg.in/yaml.v3 v3.0.1 // indirect
4948)
0 commit comments