We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303dc48 commit 1093089Copy full SHA for 1093089
1 file changed
go.mod
@@ -2,7 +2,7 @@ module github.com/padok-team/burrito
2
3
go 1.25.0
4
5
-toolchain go1.26.1
+toolchain go1.26.2
6
7
require (
8
cloud.google.com/go/storage v1.61.3
@@ -184,7 +184,7 @@ require (
184
github.com/patrickmn/go-cache v2.1.0+incompatible
185
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
186
github.com/pkg/errors v0.9.1 // indirect
187
- github.com/prometheus/client_golang v1.23.2 // indirect
+ github.com/prometheus/client_golang v1.23.2
188
github.com/prometheus/client_model v0.6.2 // indirect
189
github.com/prometheus/common v0.66.1 // indirect
190
github.com/prometheus/procfs v0.16.1 // indirect
0 commit comments