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 f476279 commit 5c47391Copy full SHA for 5c47391
internal/tools/go.mod
@@ -1,6 +1,6 @@
1
module go.opentelemetry.io/collector/internal/tools
2
3
-go 1.24.0
+go 1.25
4
5
tool (
6
github.com/a8m/envsubst/cmd/envsubst
@@ -101,7 +101,7 @@ require (
101
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
102
github.com/go-git/go-billy/v5 v5.6.2 // indirect
103
github.com/go-git/go-git/v5 v5.16.4 // indirect
104
- github.com/go-json-experiment/json v0.0.0-20250813233538-9b1f9ea2e11b // indirect
+ github.com/go-json-experiment/json v0.0.0-20251027170946-4849db3c2f7e // indirect
105
github.com/go-toolsmith/astcast v1.1.0 // indirect
106
github.com/go-toolsmith/astcopy v1.1.0 // indirect
107
github.com/go-toolsmith/astequal v1.2.0 // indirect
internal/tools/go.sum
0 commit comments