From 37c57082df2119d2daa5dc37ca2a646a0031584d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 19 Jul 2023 06:09:23 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- workhorse/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'workhorse/go.mod') diff --git a/workhorse/go.mod b/workhorse/go.mod index af5ecf8d4eb..d07786dd721 100644 --- a/workhorse/go.mod +++ b/workhorse/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 - github.com/BurntSushi/toml v1.3.0 + github.com/BurntSushi/toml v1.3.2 github.com/FZambia/sentinel v1.1.1 github.com/alecthomas/chroma/v2 v2.8.0 github.com/aws/aws-sdk-go v1.44.256 @@ -20,7 +20,7 @@ require ( 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/prometheus/client_golang v1.16.0 github.com/rafaeljusto/redigomock/v3 v3.1.2 github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a github.com/sirupsen/logrus v1.9.3 @@ -95,7 +95,7 @@ require ( github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect github.com/prometheus/client_model v0.3.0 // indirect github.com/prometheus/common v0.42.0 // indirect - github.com/prometheus/procfs v0.9.0 // indirect + github.com/prometheus/procfs v0.10.1 // indirect github.com/prometheus/prometheus v0.42.0 // indirect github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect -- cgit v1.2.3