Skip to content

Commit

Permalink
mod: bump dependencies
Browse files Browse the repository at this point in the history
This change upgrades minio, uplink and main storj repo in testsuite.

Change-Id: Ib2aaa1afbaae26c2282d5e1fa36bf4c250ed8dfb
  • Loading branch information
amwolff committed Apr 19, 2022
1 parent 4d9b47d commit 63e353d
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 50 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ LATEST_DEV_TAG := dev

# todo(artur, sean): these extra ldflags are required for the minio object
# browser to function, but should be automated. Use storj.io/minio/buildscripts/gen-ldflags.go
LDFLAGS := -X storj.io/minio/cmd.Version=2022-03-22T16:55:11Z \
-X storj.io/minio/cmd.ReleaseTag=DEVELOPMENT.2022-03-22T16-55-11Z \
-X storj.io/minio/cmd.CommitID=d6f2ba63d1c637aafc4edf14dd538486a9197db2 \
-X storj.io/minio/cmd.ShortCommitID=d6f2ba63d1c6
LDFLAGS := -X storj.io/minio/cmd.Version=2022-04-19T11:13:21Z \
-X storj.io/minio/cmd.ReleaseTag=DEVELOPMENT.2022-04-19T11-13-21Z \
-X storj.io/minio/cmd.CommitID=ae15cc41053bb0a65e543f71d81646dd2318fe10 \
-X storj.io/minio/cmd.ShortCommitID=ae15cc41053b

ifeq (${BRANCH_NAME},main)
TAG := $(shell git rev-parse --short HEAD)-go${GO_VERSION}
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ require (
github.com/zeebo/errs v1.3.0
go.uber.org/zap v1.16.0
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
storj.io/common v0.0.0-20220328200721-dd5c8642e8cf
storj.io/minio v0.0.0-20220309151502-d6f2ba63d1c6
storj.io/common v0.0.0-20220405183405-ffdc3ab808c6
storj.io/minio v0.0.0-20220404203534-ae15cc41053b
storj.io/private v0.0.0-20220323114243-08c4b5e752f4
storj.io/uplink v1.8.2-0.20220329143354-9065e58fc5df
storj.io/uplink v1.8.2-0.20220407093708-c14c5e4930b3
)

require (
Expand All @@ -39,7 +39,7 @@ require (
github.com/calebcase/tmpfile v1.0.3 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/coredns/coredns v1.4.0 // indirect
github.com/coredns/coredns v1.6.6 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
Expand Down Expand Up @@ -150,7 +150,7 @@ require (
github.com/zeebo/incenc v0.0.0-20180505221441-0d92902eec54 // indirect
github.com/zeebo/structs v1.0.2 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
go.etcd.io/etcd v0.0.0-20201125193152-8a03d2e9614b // indirect
go.etcd.io/etcd v0.5.0-alpha.5.0.20201125193152-8a03d2e9614b // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
Expand Down
Loading

0 comments on commit 63e353d

Please sign in to comment.