Skip to content

Commit

Permalink
Merge pull request #183 from blackpiglet/bump_velero_2024_04_24
Browse files Browse the repository at this point in the history
Bump Velero tag for v1.14.0 FC.
  • Loading branch information
reasonerjt authored Apr 24, 2024
2 parents 3ef9eec + 9b2058b commit dc0d8c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware-tanzu/velero-plugin-for-gcp

go 1.22
go 1.22.0

toolchain go1.22.2

Expand All @@ -11,7 +11,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/vmware-tanzu/velero v0.0.0-20240417073955-f04fbbcc41d1
github.com/vmware-tanzu/velero v0.0.0-20240424061649-159a49f0b2b9
golang.org/x/oauth2 v0.19.0
google.golang.org/api v0.172.0
k8s.io/api v0.29.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/vmware-tanzu/velero v0.0.0-20240417073955-f04fbbcc41d1 h1:LMxTEU3a5egEM+NlrWW0G7AaDtbtZSri2ylOgDLVUj8=
github.com/vmware-tanzu/velero v0.0.0-20240417073955-f04fbbcc41d1/go.mod h1:gias4rCVKtcCz1+hIRYw6EDwmpMeGx+ggYshE1ovId8=
github.com/vmware-tanzu/velero v0.0.0-20240424061649-159a49f0b2b9 h1:95yUi+EafcRoT/2tQ2TPy7rcvKsPSfPiRgcnrAjjUww=
github.com/vmware-tanzu/velero v0.0.0-20240424061649-159a49f0b2b9/go.mod h1:cPVOV3ThNZBs2HgkP9OUxL9SPAxCnyzTj+kXa0TXwV8=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit dc0d8c3

Please sign in to comment.