Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/go.mod')
-rw-r--r--workhorse/go.mod34
1 files changed, 17 insertions, 17 deletions
diff --git a/workhorse/go.mod b/workhorse/go.mod
index 20daa9e4843..7d5e0143dab 100644
--- a/workhorse/go.mod
+++ b/workhorse/go.mod
@@ -4,10 +4,10 @@ go 1.18
require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
- github.com/BurntSushi/toml v1.2.1
+ github.com/BurntSushi/toml v1.3.0
github.com/FZambia/sentinel v1.1.1
github.com/alecthomas/chroma/v2 v2.7.0
- github.com/aws/aws-sdk-go v1.44.255
+ github.com/aws/aws-sdk-go v1.44.256
github.com/disintegration/imaging v1.6.2
github.com/getsentry/raven-go v0.2.0
github.com/golang-jwt/jwt/v5 v5.0.0
@@ -17,26 +17,26 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
- github.com/johannesboyne/gofakes3 v0.0.0-20230310080033-c0edf658332b
+ github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877
github.com/jpillora/backoff v1.0.0
github.com/mitchellh/copystructure v1.2.0
github.com/prometheus/client_golang v1.15.1
github.com/rafaeljusto/redigomock/v3 v3.1.2
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
- github.com/sirupsen/logrus v1.9.0
+ github.com/sirupsen/logrus v1.9.3
github.com/smartystreets/goconvey v1.7.2
- github.com/stretchr/testify v1.8.2
- gitlab.com/gitlab-org/gitaly/v15 v15.11.0
- gitlab.com/gitlab-org/labkit v1.18.0
+ github.com/stretchr/testify v1.8.4
+ gitlab.com/gitlab-org/gitaly/v16 v16.0.4
+ gitlab.com/gitlab-org/labkit v1.19.0
gocloud.dev v0.29.0
- golang.org/x/image v0.5.0
+ golang.org/x/image v0.7.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
- golang.org/x/net v0.8.0
+ golang.org/x/net v0.9.0
golang.org/x/oauth2 v0.5.0
- golang.org/x/tools v0.6.0
+ golang.org/x/tools v0.8.0
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
- honnef.co/go/tools v0.3.3
+ honnef.co/go/tools v0.4.3
)
require (
@@ -58,7 +58,7 @@ require (
github.com/DataDog/datadog-go v4.4.0+incompatible // indirect
github.com/DataDog/sketches-go v1.0.0 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
- github.com/beevik/ntp v0.3.0 // indirect
+ github.com/beevik/ntp v0.3.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
@@ -110,11 +110,11 @@ require (
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
- golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
- golang.org/x/mod v0.8.0 // indirect
- golang.org/x/sync v0.1.0 // indirect
- golang.org/x/sys v0.7.0 // indirect
- golang.org/x/text v0.8.0 // indirect
+ golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
+ golang.org/x/mod v0.10.0 // indirect
+ golang.org/x/sync v0.2.0 // indirect
+ golang.org/x/sys v0.8.0 // indirect
+ golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.110.0 // indirect