storj.io/uplink@v1.13.0/Makefile (about)

     1  .PHONY: bump-dependencies
     2  bump-dependencies:
     3  	go get storj.io/common@main
     4  	go mod tidy
     5  	cd testsuite;\
     6  		go get storj.io/common@main storj.io/storj@main storj.io/uplink@main;\
     7  		go mod tidy;\