@@ -14,9 +14,9 @@ require (
14
14
github.com/logrusorgru/aurora v2.0.3+incompatible
15
15
github.com/magefile/mage v1.15.0
16
16
github.com/spf13/cobra v1.8.0
17
- github.com/spf13/viper v1.17.0
17
+ github.com/spf13/viper v1.18.1
18
18
github.com/stretchr/testify v1.8.4
19
- golang.org/x/oauth2 v0.14 .0
19
+ golang.org/x/oauth2 v0.15 .0
20
20
)
21
21
22
22
require (
@@ -30,7 +30,7 @@ require (
30
30
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31
31
github.com/emirpasic/gods v1.18.1 // indirect
32
32
github.com/fatih/color v1.14.1 // indirect
33
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
33
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
34
34
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
35
35
github.com/go-git/go-billy/v5 v5.5.0 // indirect
36
36
github.com/go-openapi/errors v0.19.2 // indirect
@@ -52,24 +52,24 @@ require (
52
52
github.com/pjbgf/sha1cd v0.3.0 // indirect
53
53
github.com/pkg/errors v0.9.1 // indirect
54
54
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
55
- github.com/sagikazarmark/locafero v0.3 .0 // indirect
55
+ github.com/sagikazarmark/locafero v0.4 .0 // indirect
56
56
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
57
57
github.com/sergi/go-diff v1.1.0 // indirect
58
58
github.com/skeema/knownhosts v1.2.0 // indirect
59
59
github.com/sourcegraph/conc v0.3.0 // indirect
60
- github.com/spf13/afero v1.10 .0 // indirect
61
- github.com/spf13/cast v1.5.1 // indirect
60
+ github.com/spf13/afero v1.11 .0 // indirect
61
+ github.com/spf13/cast v1.6.0 // indirect
62
62
github.com/spf13/pflag v1.0.5 // indirect
63
63
github.com/subosito/gotenv v1.6.0 // indirect
64
64
github.com/xanzy/ssh-agent v0.3.3 // indirect
65
65
go.mongodb.org/mongo-driver v1.0.3 // indirect
66
66
go.uber.org/atomic v1.9.0 // indirect
67
67
go.uber.org/multierr v1.9.0 // indirect
68
- golang.org/x/crypto v0.15 .0 // indirect
68
+ golang.org/x/crypto v0.16 .0 // indirect
69
69
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
70
70
golang.org/x/mod v0.12.0 // indirect
71
- golang.org/x/net v0.18 .0 // indirect
72
- golang.org/x/sys v0.14 .0 // indirect
71
+ golang.org/x/net v0.19 .0 // indirect
72
+ golang.org/x/sys v0.15 .0 // indirect
73
73
golang.org/x/text v0.14.0 // indirect
74
74
golang.org/x/tools v0.13.0 // indirect
75
75
google.golang.org/appengine v1.6.7 // indirect
0 commit comments