File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/coder/coder/v2
2
2
3
3
go 1.24.1
4
-
5
4
// Required until a v3 of chroma is created to lazily initialize all XML files.
6
5
// None of our dependencies seem to use the registries anyways, so this
7
6
// should be fine...
@@ -161,7 +160,7 @@ require (
161
160
github.com/prometheus-community/pro-bing v0.6.0
162
161
github.com/prometheus/client_golang v1.21.0
163
162
github.com/prometheus/client_model v0.6.1
164
- github.com/prometheus/common v0.62 .0
163
+ github.com/prometheus/common v0.63 .0
165
164
github.com/quasilyte/go-ruleguard/dsl v0.3.21
166
165
github.com/robfig/cron/v3 v3.0.1
167
166
github.com/shirou/gopsutil/v4 v4.25.2
Original file line number Diff line number Diff line change @@ -805,8 +805,8 @@ github.com/prometheus/client_golang v1.21.0 h1:DIsaGmiaBkSangBgMtWdNfxbMNdku5IK6
805
805
github.com/prometheus/client_golang v1.21.0 /go.mod h1:U9NM32ykUErtVBxdvD3zfi+EuFkkaBvMb09mIfe0Zgg =
806
806
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
807
807
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
808
- github.com/prometheus/common v0.62 .0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io =
809
- github.com/prometheus/common v0.62 .0 /go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I =
808
+ github.com/prometheus/common v0.63 .0 h1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k =
809
+ github.com/prometheus/common v0.63 .0 /go.mod h1:VVFF/fBIoToEnWRVkYoXEkq3R3paCoxG9PXP74SnV18 =
810
810
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
811
811
github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
812
812
github.com/quasilyte/go-ruleguard/dsl v0.3.21 h1:vNkC6fC6qMLzCOGbnIHOd5ixUGgTbp3Z4fGnUgULlDA =
You can’t perform that action at this time.
0 commit comments