testsuite/ui: bump gateway-mt and enable vet

go vet was disabled while gateway-mt was not yet
updated to build with some breaking changes in
common. now it's updated, so enable.

Change-Id: Idbb0ab0e56b5bd6545273dd3d41b47e7c79eb4b6
This commit is contained in:
Jeff Wendling 2023-04-17 17:14:51 -04:00 committed by Storj Robot
parent d402ed4b71
commit f52ea2744b
3 changed files with 9 additions and 11 deletions

View File

@ -135,11 +135,9 @@ pipeline {
sh './scripts/check-package-lock.sh'
// TODO temporary disable UI vetting until gateway-mt will be
// adjusted to latest common
// dir("testsuite/ui") {
// sh 'go vet ./...'
// }
dir("testsuite/ui") {
sh 'go vet ./...'
}
dir("testsuite/storjscan") {
sh 'go vet ./...'
}

View File

@ -11,7 +11,7 @@ require (
github.com/stretchr/testify v1.8.2
go.uber.org/zap v1.23.0
storj.io/common v0.0.0-20230417173225-d1152ea3099a
storj.io/gateway-mt v1.49.0
storj.io/gateway-mt v1.51.1-0.20230417204402-7d9bb25bc297
storj.io/private v0.0.0-20230405095015-9e5bbc1c7ca8
storj.io/storj v0.12.1-0.20221125175451-ef4b564b82f7
)
@ -219,7 +219,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
storj.io/drpc v0.0.33-0.20230417171205-2ca712ef4ab5 // indirect
storj.io/gateway v1.8.4-0.20230306203023-8b133c0994f0 // indirect
storj.io/gateway v1.8.4-0.20230411184137-387420cf640f // indirect
storj.io/minio v0.0.0-20230118205046-c025fcc9eef3 // indirect
storj.io/monkit-jaeger v0.0.0-20220915074555-d100d7589f41 // indirect
storj.io/picobuf v0.0.1 // indirect

View File

@ -1939,10 +1939,10 @@ storj.io/dotworld v0.0.0-20210324183515-0d11aeccd840 h1:oqMwoF6vaOrCe92SKRyr8cc2
storj.io/drpc v0.0.32/go.mod h1:6rcOyR/QQkSTX/9L5ZGtlZaE2PtXTTZl8d+ulSeeYEg=
storj.io/drpc v0.0.33-0.20230417171205-2ca712ef4ab5 h1:4iOQovjXb6oAMLrjf0Qc4MuRRLd9hXC7+CWqOt+AzCw=
storj.io/drpc v0.0.33-0.20230417171205-2ca712ef4ab5/go.mod h1:vR804UNzhBa49NOJ6HeLjd2H3MakC1j5Gv8bsOQT6N4=
storj.io/gateway v1.8.4-0.20230306203023-8b133c0994f0 h1:OIg2UT9OnaYWAKHuEzw5qTgp3bTlCuQ/PMhi8kVi3zA=
storj.io/gateway v1.8.4-0.20230306203023-8b133c0994f0/go.mod h1:FPMhOUqTJgqi+FFY2pmUZkBeAt7QzQa16gVAE7NawEc=
storj.io/gateway-mt v1.49.0 h1:x96aKPj5Qx5TRMjgtg0BLolmhUtb5gGFHuriOyafs80=
storj.io/gateway-mt v1.49.0/go.mod h1:SsspEVzdk2LZIpsDCw3YjjfbcO1MdEba9yy2Z3HAd64=
storj.io/gateway v1.8.4-0.20230411184137-387420cf640f h1:VB9U9rvLwwgHe+k+Xb+j9t2bdut8SDgEAC3SzqqWKR8=
storj.io/gateway v1.8.4-0.20230411184137-387420cf640f/go.mod h1:FPMhOUqTJgqi+FFY2pmUZkBeAt7QzQa16gVAE7NawEc=
storj.io/gateway-mt v1.51.1-0.20230417204402-7d9bb25bc297 h1:SEH4Tp23hGOGeddAOMjmCJcfRKVm0EYUEZppFxuictk=
storj.io/gateway-mt v1.51.1-0.20230417204402-7d9bb25bc297/go.mod h1:eI35NSRCW2VjhdzcnBmDxIiAG8vxHptd8EVTUohwt5c=
storj.io/minio v0.0.0-20230118205046-c025fcc9eef3 h1:FT3ChvMha2DIwCQE49Pbkj+k+oQ2o6UfL0Omt/uyis0=
storj.io/minio v0.0.0-20230118205046-c025fcc9eef3/go.mod h1:3knaZE6oHV2TQA/H2hQ00llsP3cJixUALYznzkP3enY=
storj.io/monkit-jaeger v0.0.0-20220915074555-d100d7589f41 h1:SVuEocEhZfFc13J1AmlVLitdGXTVrvmbzN4Z9C9Ms40=