17 lines
396 B
Modula-2
17 lines
396 B
Modula-2
module github.com/open-telemetry/opentelemetry-specification/internal/tools
|
|
|
|
go 1.22
|
|
toolchain go1.22.5
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
go.opentelemetry.io/build-tools/chloggen v0.16.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/cobra v1.8.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|