Skip to content

Commit ff19f80

Browse files
committed
upgrade golang version to 1.23
Signed-off-by: Nikhil Barge <[email protected]>
1 parent 0347967 commit ff19f80

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/vmware-tanzu/velero-plugin-for-vsphere
33
go 1.23
44

55
require (
6-
github.com/agiledragon/gomonkey v2.0.1+incompatible
6+
github.com/agiledragon/gomonkey v2.0.2+incompatible
77
github.com/aws/aws-sdk-go v1.44.207
88
github.com/evanphx/json-patch v5.6.0+incompatible
99
github.com/google/uuid v1.3.0
@@ -12,7 +12,7 @@ require (
1212
github.com/sirupsen/logrus v1.8.1
1313
github.com/spf13/cobra v1.4.0
1414
github.com/spf13/pflag v1.0.5
15-
github.com/stretchr/testify v1.8.1
15+
github.com/stretchr/testify v1.10.0
1616
github.com/vmware-tanzu/astrolabe v0.6.0
1717
github.com/vmware-tanzu/velero v1.10.2
1818
github.com/vmware/govmomi v0.22.2-0.20200329013745-f2eef8fc745f

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdko
115115
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
116116
github.com/agiledragon/gomonkey v2.0.1+incompatible h1:DIQT3ZshgGz9pTwBddRSZWDutIRPx2d7UzmjzgWo9q0=
117117
github.com/agiledragon/gomonkey v2.0.1+incompatible/go.mod h1:2NGfXu1a80LLr2cmWXGBDaHEjb1idR6+FVlX5T3D9hw=
118+
github.com/agiledragon/gomonkey v2.0.2+incompatible h1:eXKi9/piiC3cjJD1658mEE2o3NjkJ5vDLgYjCQu0Xlw=
119+
github.com/agiledragon/gomonkey v2.0.2+incompatible/go.mod h1:2NGfXu1a80LLr2cmWXGBDaHEjb1idR6+FVlX5T3D9hw=
118120
github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
119121
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
120122
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
@@ -826,6 +828,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
826828
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
827829
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
828830
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
831+
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
832+
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
829833
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
830834
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
831835
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=

0 commit comments

Comments
 (0)