File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/layer5io/meshkit v0.6.5
15
15
github.com/myntra/pipeline v0.0.0-20180618182531-2babf4864ce8
16
16
github.com/spf13/viper v1.14.0
17
- gorm.io/gorm v1.23.10
17
+ gorm.io/gorm v1.24.2
18
18
k8s.io/api v0.25.2
19
19
k8s.io/apimachinery v0.25.2
20
20
k8s.io/client-go v0.25.2
@@ -136,7 +136,7 @@ require (
136
136
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
137
137
github.com/xlab/treeprint v1.1.0 // indirect
138
138
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
139
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
139
+ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
140
140
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
141
141
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
142
142
golang.org/x/sync v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -1519,8 +1519,8 @@ gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C
1519
1519
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
1520
1520
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
1521
1521
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
1522
- gorm.io/gorm v1.23.10 h1:4Ne9ZbzID9GUxRkllxN4WjJKpsHx8YbKvekVdgyWh24 =
1523
- gorm.io/gorm v1.23.10 /go.mod h1:DVrVomtaYTbqs7gB/x2uVvqnXzv0nqjB396B8cG4dBA =
1522
+ gorm.io/gorm v1.24.2 h1:9wR6CFD+G8nOusLdvkZelOEhpJVwwHzpQOUM+REd6U0 =
1523
+ gorm.io/gorm v1.24.2 /go.mod h1:DVrVomtaYTbqs7gB/x2uVvqnXzv0nqjB396B8cG4dBA =
1524
1524
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo =
1525
1525
gotest.tools v2.2.0+incompatible /go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw =
1526
1526
gotest.tools/v3 v3.0.2 /go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk =
You can’t perform that action at this time.
0 commit comments