Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ems-esp-logger
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
ems-esp-logger
Commits
c9f74be1
Commit
c9f74be1
authored
3 weeks ago
by
Renovate Bot
Browse files
Options
Downloads
Patches
Plain Diff
Update module github.com/prometheus/client_golang to v1.21.0
parent
1f1635d7
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
Update module github.com/prometheus/client_golang to v1.21.0
Pipeline
#56497
passed
3 weeks ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+6
-4
6 additions, 4 deletions
go.mod
go.sum
+12
-0
12 additions, 0 deletions
go.sum
with
18 additions
and
4 deletions
go.mod
+
6
−
4
View file @
c9f74be1
...
...
@@ -10,7 +10,7 @@ require (
github.com/google/uuid
v1.6.0
github.com/joho/godotenv
v1.5.1
github.com/nekomeowww/gorm-logger-logrus
v1.0.8
github.com/prometheus/client_golang
v1.1
9
.0
github.com/prometheus/client_golang
v1.
2
1.0
github.com/sirupsen/logrus
v1.9.3
github.com/toorop/gin-logrus
v0.0.0-20210225092905-2c785434f26f
github.com/wind-c/comqtt/v2
v2.6.0
...
...
@@ -40,16 +40,18 @@ require (
github.com/jinzhu/inflection
v1.0.0 // indirect
github.com/jinzhu/now
v1.1.5 // indirect
github.com/json-iterator/go
v1.1.12 // indirect
github.com/klauspost/compress
v1.17.11 // indirect
github.com/klauspost/cpuid/v2
v2.2.7 // indirect
github.com/kr/text
v0.2.0 // indirect
github.com/leodido/go-urn
v1.4.0 // indirect
github.com/mattn/go-isatty
v0.0.20 // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2
v1.0.2 // indirect
github.com/munnerz/goautoneg
v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pelletier/go-toml/v2
v2.2.2 // indirect
github.com/prometheus/client_model
v0.6.1 // indirect
github.com/prometheus/common
v0.
5
2.
2
// indirect
github.com/prometheus/procfs
v0.1
3.0
// indirect
github.com/prometheus/common
v0.
6
2.
0
// indirect
github.com/prometheus/procfs
v0.1
5.1
// indirect
github.com/remyoudompheng/bigfft
v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rs/xid
v1.5.0 // indirect
github.com/twitchyliquid64/golang-asm
v0.15.1 // indirect
...
...
@@ -60,7 +62,7 @@ require (
golang.org/x/sync
v0.10.0 // indirect
golang.org/x/sys
v0.28.0 // indirect
golang.org/x/text
v0.21.0 // indirect
google.golang.org/protobuf
v1.3
4
.1 // indirect
google.golang.org/protobuf
v1.3
6
.1 // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
modernc.org/libc
v1.22.5 // indirect
modernc.org/mathutil
v1.5.0 // indirect
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
12
−
0
View file @
c9f74be1
...
...
@@ -64,6 +64,8 @@ github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
github.com/joho/godotenv
v1.5.1/go.mod h1:
f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
github.com/json-iterator/go
v1.1.12 h1:
PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go
v1.1.12/go.mod h1:
e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/klauspost/compress
v1.17.11 h1:
In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
github.com/klauspost/compress
v1.17.11/go.mod h1:
pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
github.com/klauspost/cpuid/v2
v2.0.9/go.mod h1:
FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/klauspost/cpuid/v2
v2.2.7 h1:
ZWSB3igEs+d0qvnxR/ZBzXVmxkgt8DdzP6m9pfuVLDM=
github.com/klauspost/cpuid/v2
v2.2.7/go.mod h1:
Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
...
...
@@ -81,6 +83,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:
6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2
v1.0.2 h1:
xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2
v1.0.2/go.mod h1:
yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/munnerz/goautoneg
v0.0.0-20191010083416-a7dc8b61c822 h1:
C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg
v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:
+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/nekomeowww/gorm-logger-logrus
v1.0.8 h1:
/XdgNrSBSrTwiZ7fgf8Y9zW9juW1rVmRoY7OkX/tPnY=
github.com/nekomeowww/gorm-logger-logrus
v1.0.8/go.mod h1:
V266BSFFzJF1jnKWVAucFsh4U+ib3pEqJCzQY5zm7iA=
github.com/pelletier/go-toml/v2
v2.2.2 h1:
aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
...
...
@@ -89,12 +93,18 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib
v1.0.0/go.mod h1:
iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang
v1.19.0 h1:
ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU=
github.com/prometheus/client_golang
v1.19.0/go.mod h1:
ZRM9uEAypZakd+q/x7+gmsvXdURP+DABIEIjnmDdp+k=
github.com/prometheus/client_golang
v1.21.0 h1:
DIsaGmiaBkSangBgMtWdNfxbMNdku5IK6iNhrEqWvdA=
github.com/prometheus/client_golang
v1.21.0/go.mod h1:
U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg=
github.com/prometheus/client_model
v0.6.1 h1:
ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
github.com/prometheus/client_model
v0.6.1/go.mod h1:
OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
github.com/prometheus/common
v0.52.2 h1:
LW8Vk7BccEdONfrJBDffQGRtpSzi5CQaRZGtboOO2ck=
github.com/prometheus/common
v0.52.2/go.mod h1:
lrWtQx+iDfn2mbH5GUzlH9TSHyfZpHkSiG1W7y3sF2Q=
github.com/prometheus/common
v0.62.0 h1:
xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io=
github.com/prometheus/common
v0.62.0/go.mod h1:
vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I=
github.com/prometheus/procfs
v0.13.0 h1:
GqzLlQyfsPbaEHaQkO7tbDlriv/4o5Hudv6OXHGKX7o=
github.com/prometheus/procfs
v0.13.0/go.mod h1:
cd4PFCR54QLnGKPaKGA6l+cfuNXtht43ZKY6tow0Y1g=
github.com/prometheus/procfs
v0.15.1 h1:
YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
github.com/prometheus/procfs
v0.15.1/go.mod h1:
fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
github.com/remyoudompheng/bigfft
v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:
qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/remyoudompheng/bigfft
v0.0.0-20230129092748-24d4a6f8daec h1:
W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
github.com/remyoudompheng/bigfft
v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:
qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
...
...
@@ -144,6 +154,8 @@ golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
golang.org/x/time
v0.6.0/go.mod h1:
3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
google.golang.org/protobuf
v1.34.1 h1:
9ddQBjfCyZPOHPUiPxpYESBLc+T8P3E+Vo4IbKZgFWg=
google.golang.org/protobuf
v1.34.1/go.mod h1:
c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf
v1.36.1 h1:
yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=
google.golang.org/protobuf
v1.36.1/go.mod h1:
9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/check.v1
v0.0.0-20161208181325-20d25e280405/go.mod h1:
Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1
v1.0.0-20201130134442-10cb98267c6c h1:
Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1
v1.0.0-20201130134442-10cb98267c6c/go.mod h1:
JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment