From 4dd47a4601974d2f6660956a9c000f623705666d Mon Sep 17 00:00:00 2001 From: Michal Niewrzal Date: Fri, 5 Jun 2020 10:19:28 +0200 Subject: [PATCH] storj: add bump-dependencies target One target to update all dependencies in main module and in testsuite Change-Id: I2d8512f5fd7f5bb814451988a3feef366b39eee1 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 29d411bec..1d6ec2be6 100644 --- a/Makefile +++ b/Makefile @@ -374,3 +374,8 @@ update-satellite-config-lock: ## Update the satellite config lock file -u root:root \ golang:${GO_VERSION} \ /bin/bash -c "cd /storj/scripts; ./update-satellite-config-lock.sh" + +.PHONY: bump-dependencies +bump-dependencies: + go get storj.io/common@master storj.io/private@master storj.io/uplink@master + go mod tidy \ No newline at end of file