Skip to content

Commit

Permalink
VCluster API Refresh (vertica#512)
Browse files Browse the repository at this point in the history
Apply the latest version of vclusterops on the operator to check if some
bugs are fixed.
  • Loading branch information
cchen-vertica authored Sep 19, 2023
1 parent 61c1ceb commit 66d7e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/onsi/gomega v1.24.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/vertica/vcluster v0.0.0-20230913110733-871e603dcaf7
github.com/vertica/vcluster v0.0.0-20230919112220-29bcaeb0146d
github.com/vertica/vertica-sql-go v1.1.1
go.uber.org/zap v1.25.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,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.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
github.com/tonglil/buflogr v1.0.1 h1:WXFZLKxLfqcVSmckwiMCF8jJwjIgmStJmg63YKRF1p0=
github.com/vertica/vcluster v0.0.0-20230913110733-871e603dcaf7 h1:KrGXj/jUe6bL9E4vuRIkjTnwzNzWQbM6QykF45ZErME=
github.com/vertica/vcluster v0.0.0-20230913110733-871e603dcaf7/go.mod h1:7oNKoLThwbNX69xUwZZOdiI3WunMCth3mCF0EXOqtuc=
github.com/vertica/vcluster v0.0.0-20230919112220-29bcaeb0146d h1:XvqsFU48lJGrNtlad//xSxpS4I2o5bty/HiK0982Qko=
github.com/vertica/vcluster v0.0.0-20230919112220-29bcaeb0146d/go.mod h1:7oNKoLThwbNX69xUwZZOdiI3WunMCth3mCF0EXOqtuc=
github.com/vertica/vertica-sql-go v1.1.1 h1:sZYijzBbvdAbJcl4cYlKjR+Eh/X1hGKzukWuhh8PjvI=
github.com/vertica/vertica-sql-go v1.1.1/go.mod h1:fGr44VWdEvL+f+Qt5LkKLOT7GoxaWdoUCnPBU9h6t04=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 66d7e60

Please sign in to comment.