17 lines
398 B
Modula-2
17 lines
398 B
Modula-2
module github.com/open-telemetry/opentelemetry-specification/internal/tools
|
|
|
|
go 1.22.0
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
go.opentelemetry.io/build-tools/chloggen v0.19.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/cobra v1.9.1 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|