Skip to content

Commit

Permalink
added-all
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 31, 2023
1 parent 9025277 commit 7cdcf87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dep-refresh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMMIT_MSG="Use k8s 1.29 client libs"

REPO_ROOT=/tmp/kubedb-repo-refresher

KUBEDB_API_REF=${KUBEDB_API_REF:-7263b50309d2e37f83f763f0448a4faeac1d5687}
API_REF=${API_REF:-cc46ddfd674a760d87ec2fe4122f7816296654c8}

repo_uptodate() {
# gomodfiles=(go.mod go.sum vendor/modules.txt)
Expand Down Expand Up @@ -48,6 +48,7 @@ refresh() {

if [ -f go.mod ]; then
go mod edit \
-require=kubestash.dev/apimachinery@${API_REF} \
-require=gomodules.xyz/[email protected] \
-require=kubedb.dev/[email protected] \
-require=kubedb.dev/[email protected] \
Expand Down

0 comments on commit 7cdcf87

Please sign in to comment.