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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-07 05:17:52 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-07 05:17:52 +0300
commit9712c448309ad2afae5cb45d5570894a62f66b86 (patch)
treedbec3f241ae8de43d2c22db3f74aa5cea43c6acc /go.mod
parent19040b48fa5315e2c1e8d2dc7673b04d6d0fa860 (diff)
Update module github.com/prometheus/client_golang to v1.16.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod27
1 files changed, 14 insertions, 13 deletions
diff --git a/go.mod b/go.mod
index e0e19b40..accbb226 100644
--- a/go.mod
+++ b/go.mod
@@ -19,17 +19,17 @@ require (
github.com/namsral/flag v1.7.4-pre
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pires/go-proxyproto v0.7.0
- github.com/prometheus/client_golang v1.12.1
+ github.com/prometheus/client_golang v1.16.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.9.3
- github.com/stretchr/testify v1.7.0
+ github.com/stretchr/testify v1.8.0
github.com/tj/go-redirects v0.0.0-20200911105812-fd1ba1020b37
gitlab.com/feistel/go-contentencoding v1.0.0
gitlab.com/gitlab-org/go-mimedb v1.45.0
gitlab.com/gitlab-org/labkit v1.18.0
golang.org/x/crypto v0.9.0
golang.org/x/net v0.10.0
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
+ golang.org/x/sync v0.2.0
golang.org/x/sys v0.10.0
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
)
@@ -38,34 +38,35 @@ require (
cloud.google.com/go v0.92.2 // indirect
cloud.google.com/go/profiler v0.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/client9/reopen v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/getsentry/sentry-go v0.13.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
- github.com/golang/protobuf v1.5.2 // indirect
- github.com/google/go-cmp v0.5.7 // indirect
+ github.com/golang/protobuf v1.5.3 // indirect
+ github.com/google/go-cmp v0.5.9 // indirect
github.com/google/pprof v0.0.0-20210804190019-f964ff605595 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/oklog/ulid/v2 v2.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/prometheus/client_model v0.2.0 // indirect
- github.com/prometheus/common v0.32.1 // indirect
- github.com/prometheus/procfs v0.7.3 // indirect
+ github.com/prometheus/client_model v0.3.0 // indirect
+ github.com/prometheus/common v0.42.0 // indirect
+ github.com/prometheus/procfs v0.10.1 // indirect
+ github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect
github.com/tj/assert v0.0.3 // indirect
go.opencensus.io v0.23.0 // indirect
- golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a // indirect
+ golang.org/x/oauth2 v0.5.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/api v0.54.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210813162853-db860fec028c // indirect
google.golang.org/grpc v1.40.0 // indirect
- google.golang.org/protobuf v1.27.1 // indirect
- gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
+ google.golang.org/protobuf v1.30.0 // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
)