@@ -15,7 +15,6 @@ require (
15
15
github.com/russross/blackfriday/v2 v2.1.0
16
16
github.com/spf13/cobra v1.9.1
17
17
github.com/spf13/viper v1.20.1
18
- golang.org/x/net v0.42.0
19
18
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
20
19
gorm.io/driver/mysql v1.5.5
21
20
gorm.io/driver/postgres v1.5.7
@@ -40,7 +39,7 @@ require (
40
39
github.com/go-git/go-billy/v5 v5.6.2 // indirect
41
40
github.com/go-sql-driver/mysql v1.7.1 // indirect
42
41
github.com/go-stack/stack v1.8.0 // indirect
43
- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
42
+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
44
43
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
45
44
github.com/google/uuid v1.6.0 // indirect
46
45
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -77,6 +76,7 @@ require (
77
76
go.uber.org/atomic v1.9.0 // indirect
78
77
go.uber.org/multierr v1.9.0 // indirect
79
78
golang.org/x/crypto v0.40.0 // indirect
79
+ golang.org/x/net v0.42.0 // indirect
80
80
golang.org/x/sync v0.16.0 // indirect
81
81
golang.org/x/sys v0.34.0 // indirect
82
82
golang.org/x/term v0.33.0 // indirect
0 commit comments