Skip to content

Commit 28f2941

Browse files
authored
Merge pull request #169 from meshery/dependabot/go_modules/gorm.io/gorm-1.24.2
Bump gorm.io/gorm from 1.23.10 to 1.24.2
2 parents f728f95 + 0dd728c commit 28f2941

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/layer5io/meshkit v0.6.5
1515
github.com/myntra/pipeline v0.0.0-20180618182531-2babf4864ce8
1616
github.com/spf13/viper v1.14.0
17-
gorm.io/gorm v1.23.10
17+
gorm.io/gorm v1.24.2
1818
k8s.io/api v0.25.2
1919
k8s.io/apimachinery v0.25.2
2020
k8s.io/client-go v0.25.2
@@ -136,7 +136,7 @@ require (
136136
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
137137
github.com/xlab/treeprint v1.1.0 // indirect
138138
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
140140
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
141141
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
142142
golang.org/x/sync v0.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,8 +1519,8 @@ gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C
15191519
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
15201520
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
15211521
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=
15241524
gotest.tools v2.2.0+incompatible h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=
15251525
gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
15261526
gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk=

0 commit comments

Comments
 (0)